@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300);

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400);

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700);
/*------ template stylization ------*/
body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	background-image: url(../img/sa_flag.png);
  
}
/*------ header ------- */
header {
  background: 
  width: 100%;
}
header .brand {
	position: relative;
	width: 360x;
	height: 162px;
	overflow: hidden;
	margin: 18px 0px 18px 3px;
	float: none;
}
header .brand a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header .brand a:hover {
  text-decoration: none;
}
header p a,
header address a {
  color: inherit;
}
header address {
	font-family: 'Roboto Condensed';
	
	color: #ED090D;
	font-size: 24px;
	margin: 0;
	padding: 0px 9px 0px 0px;
}
header address img {
  margin: -2px 6px 0px 27px;
}
.slogan {
	padding: 5px 0px 5px 0px;
	
}
.slogan p {
  color: #E00C0C;
  font-family: 'Roboto Condensed';
  font-weight: 800;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 0px;
}
.slogan p:first-child {
	color: #243c7d;
	font-size: 36px;
	margin-bottom: 0;
	padding-bottom: 0px;
}
.slogan p:first-child + p {
	font-size: 16px;
	padding-top: 0px;
	color: #243c7d;
}
/*menu*/
.select-menu {
  width: 96%;
  margin: 11px auto;
  display: none;
  color: #29373d;
  -webkit-transition: all 0 ease-out;
  -moz-transition: all 0 ease-out;
  -o-transition: all 0 ease-out;
  transition: all 0 ease-out;
}
header .navbar {
  width: 100%;
  height: 53px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.18);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #cbd1d4;
  margin: 0px 0px 5px 0px;
}
header .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
}
header .navbar .sf-menu .nav li {
  float: none;
}
header .navbar .sf-menu .nav li a {
  padding: 0;
  text-shadow: none;
}
header .navbar-inner {
  min-height: 47px;
  padding: 0;
  filter: none;
  height: 47px;
  background: url(../img/menu_bg.png) center 0 repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e0e3e6;
}
header .nav-collapse {
  height: 100%;
}
.sf-menu {
  list-style: none;
  float: left;
  padding: 0;
  margin: 2px 0px 0px 2px;
  white-space: nowrap;
  height: 44px;
}
.sf-menu > li {
	position: relative;
	display: inline-block;
	text-align: center;
	background: url(../img/menu_divider.png) left 10px no-repeat;
	width: 128px;
	float: left;
}
.sf-menu > li:first-child {
  background: none;
}
.sf-menu > li.last {
  width: 136px;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  font: 700 16px 'Roboto Condensed';
  line-height: 1.2em;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
  margin: 9px 0;
}
.sf-menu > li > a > span {
  color: #ffffff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf-menu > li > a:hover,
.sf-menu > li.active > a,
.sf-menu > li.sfHover > a {
  text-decoration: none;
}
.sf-menu > li > a:hover > span,
.sf-menu > li.active > a > span,
.sf-menu > li.sfHover > a > span {
  color: #343536;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 999;
  width: 187px;
  top: 48px !important;
  left: 4px !important;
  display: none;
  overflow: visible;
  background: #3a4247;
  text-align: center;
}
.sf-menu ul li {
  position: relative;
  background: url(../img/submenu_divider.png) center bottom repeat-x;
  margin: 0px 21px 15px;
  padding-bottom: 11px;
}
.sf-menu ul li:first-child {
  margin-top: 23px;
}
.sf-menu ul li.last {
  margin-bottom: 17px;
  border: none;
  padding-bottom: 0;
  background: none;
}
.sf-menu ul li a {
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  font: 12.04px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #b7bfc4 !important;
  text-transform: uppercase;
}
.sf-menu ul li a > span {
  display: block;
  font-size: 9.94px;
  color: #b7bfc4 !important;
  text-transform: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf-menu ul li.sfHover > a,
.sf-menu ul li > a:hover {
  color: #ffffff !important;
}
.sf-menu ul li.sfHover > a > span,
.sf-menu ul li > a:hover > span {
  color: #ffffff !important;
}
.sf-menu ul ul {
  width: 231px;
  left: 168px !important;
  top: -16px !important;
  background: #495257;
}
.sf-menu ul ul li {
  margin: 0px 22px 14px;
  padding-bottom: 12px;
}
.sf-menu ul ul li:first-child {
  margin-top: 15px;
}
.sf-menu ul ul li.last {
  margin-bottom: 10px;
}
.sf-menu ul ul li a {
  color: #b7bfc4 !important;
}
/*end menu*/
/*--- header end ------*/
/*------ content ------- */
/*----------- Back to top --------------*/
#toTop {
  position: fixed;
  overflow: hidden;
  right: 50%;
  margin-right: -630px !important;
  bottom: 20%;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: url(../img/up-arrow.png) center top no-repeat;
  z-index: 999;
  display: none;
  -webkit-transition: background-position 0.4s ease-out;
  -moz-transition: background-position 0.4s ease-out;
  -o-transition: background-position 0.4s ease-out;
  transition: background-position 0.4s ease-out;
}
#toTop:hover {
  background-position: center bottom;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*bootstrap classes*/
.thumbnails {
  margin: 10px 0px -11px 0px;
}
.thumbnails.row {
  margin-left: -30px !important;
}
.thumbnails li {
  margin-left: 30px;
}
.thumbnails li > a {
  position: relative;
  display: block;
  width: 170px;
  height: 125px;
  margin-bottom: 20px;
}
.thumbnails li > a > span {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 166px;
  height: 121px;
  border: 2px solid #000000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.thumbnails li > a:hover > span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumbnails li h4 {
  margin-bottom: 3px;
}
.thumb-pad {
  margin: 0px 0 0px;
}
.thumb-pad .caption {
	padding: 0;
	margin: 0px 0px 0px 0px;
}
.thumb-pad .caption h2 {
  margin-bottom: 5px;
  text-transform: none;
}
.thumb-pad .caption p {
  font-size: 12.04px;
}
.thumb-pad.thumb-pad2 {
  margin-bottom: 18px;
}
.thumb-pad.thumb-pad2 .caption {
  margin-top: 0px;
}
.thumb-pad.thumb-pad3 {
  margin: -1px 0px 36px 0px;
}
.thumb-pad.thumb-pad3 .caption {
  margin-top: 5px;
}
.thumb-pad.thumb-pad3 .caption p {
  font-size: 14px;
}
.thumbnail {
  box-shadow: none;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.thumbnail img {
  position: relative;
  top: 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.thumbnail:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  top: 0;
}
.thumbnail a {
  position: relative;
}
.thumbnail a:hover img {
  -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.11);
  top: -10px;
}
.img-polaroid {
  background: #ffffff;
  padding: 8px;
  box-shadow: none;
  border: none;
}
.dl-horizontal dt {
  float: left;
  margin-right: 3px;
  width: 25px;
  text-align: left;
  font: 400 22.959999999999997px 'Roboto Condensed';
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
}
.dl-horizontal dt time {
  text-transform: uppercase;
}
.dl-horizontal dt time span {
  display: block;
}
.dl-horizontal dd {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 0;
  padding: 6px 0 14px;
}
.dl-horizontal dd.last {
  padding-bottom: 0;
}
.btn {
  position: relative;
  display: inline-block;
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.11);
  text-shadow: none;
  padding: 0px 7px 0 9px;
  font: 700 9.94px 'Roboto Condensed';
  line-height: 19px;
  height: 19px;
  text-transform: uppercase;
  color: #444546;
  border: 1px solid #e0e3e6;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-color: #bdc4c8;
  background-image: -moz-linear-gradient(top, #a8b1b7, #dce0e2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a8b1b7), to(#dce0e2));
  background-image: -webkit-linear-gradient(top, #a8b1b7, #dce0e2);
  background-image: -o-linear-gradient(top, #a8b1b7, #dce0e2);
  background-image: linear-gradient(to bottom, #a8b1b7, #dce0e2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa8b1b7', endColorstr='#ffdce0e2', GradientType=0);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.btn > span {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 5px;
  margin: 0px 0px 1px 5px;
  background: url(../img/more_bg.png) center no-repeat;
}
.btn:hover,
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  background-position: 0;
  background-color: #bdc4c8;
  background-image: -moz-linear-gradient(top, #a8b1b7, #dce0e2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a8b1b7), to(#dce0e2));
  background-image: -webkit-linear-gradient(top, #a8b1b7, #dce0e2);
  background-image: -o-linear-gradient(top, #a8b1b7, #dce0e2);
  background-image: linear-gradient(to bottom, #a8b1b7, #dce0e2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa8b1b7', endColorstr='#ffdce0e2', GradientType=0);
  -webkit-background-size: 100% 200%;
  -moz-background-size: 100% 200%;
  -o-background-size: 100% 200%;
  background-size: 100% 200%;
  color: #f7941d;
}
.badge {
  float: left;
  padding: 17px 0px 0px 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 76px;
  height: 82px;
  margin: -4px 23px 5px 0px;
  background: url(../img/beige_bg.png) center 6px no-repeat;
  text-align: center;
  text-transform: uppercase;
  font: 36px 'Roboto Condensed';
  line-height: 1.2em;
  color: #35434a;
}
.badge > span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin: -6px 0px 0px 0px;
}
/*end bootstrap classes*/
header ul,
footer ul,
#content ul {
  list-style: none;
  margin-left: 0;
}
.container input,
.container textarea {
  position: relative;
  outline: none;
  border: 1px solid #d4dbdf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #29373d;
  background-color: #abb7ba;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  padding: 5px 5px;
  line-height: 20px;
  width: 100%;
  margin: 0;
}
.container input:focus,
.container textarea:focus,
.container input:focus:invalid:focus,
.container textarea:focus:invalid:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 1px solid #d4dbdf;
  color: #29373d;
}
.container input {
  width: 240px;
  height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
	padding-bottom: 0px;
}
figure {
  margin: 0;
}
h2 {
	font: 22.959999999999997px 'Roboto Condensed';
	line-height: 1.2em;
	color: #F30910;
	text-transform: uppercase;
	text-shadow: rgba(0, 0, 0, 0.14) 0px 1px 2px;
	margin-bottom: 22px;
}
h2.special {
  font-size: 72px;
  margin: 17px 0px 1px;
}
h3,
dt {
  font: 700 19.040000000000003px 'Roboto Condensed';
  line-height: 30px;
  color: #29373d;
  margin: 5px 0 9px;
}
h3 a,
dt a {
  color: inherit;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h3 a:hover,
dt a:hover {
  color: #ffffff;
}
h3.special,
dt.special {
  font-size: 36px;
  margin: 0px 0px 61px 0px;
}
h4 {
	font: 16px 'Roboto Condensed';
	line-height: 1.2em;
	color: #ffffff;
	margin: 14px 0 18px;
}
h5 {
	line-height: 1.2em;
	color: #FF0000;
	text-transform: uppercase;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
}
h5b {
	line-height: 1.2em;
	color: #ffffff;
	text-transform: uppercase;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12.04px;
}
address {
  font-style: normal;
  margin-bottom: 27px;
}
hr {
  width: 100%;
  height: 1px;
  background-color: #d7e3e5;
  margin: 19px 0 31px;
  border: none;
}
/* slider */
#camera_1 {
	position: static;
	display: block;
	width: 100%;
	height: 409px;
	float: none;
	z-index: 1;
	margin: 0 !important;
	padding-bottom: 20px;
}
#camera_1 .camera_target_content {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
}
#camera_1 .camera_caption {
  display: none;
  text-shadow: #000000 0.1em 0.1em 0.1em;
  height: 100%;
  color: #29373d;
}
#camera_1 .camera_caption > div > div p {
  text-transform: none;
  text-shadow: #000000 0.1em 0.1em 0.1em;
  padding: 100px 0px 0px 51px;
}
#camera_1 .camera_caption > div > div p:first-child {
  font: 700 70px 'Roboto Condensed';
  text-shadow: #000000 0.1em 0.1em 0.1em;
  line-height: 1.2em;
  color: #f7941d;
  text-transform: uppercase;
}
#camera_1 .camera_caption > div > div p:first-child + p {
  font: 300 19.040000000000003px 'Roboto Condensed';
  text-shadow: #000000 0.1em 0.1em 0.1em;
  line-height: 1.2em;
  color: #ffffff;
  margin: -16px 0px 0px 0px;
  padding: 0px 60px 0px 51px;
}
#camera_1 .camera_pag {
  position: absolute;
  bottom: 34%;
  left: 50%;
  margin-left: -147px;
}
#camera_1 .camera_pag .camera_pag_ul li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 69px;
  height: 3px;
  background-color: #c2c9cd;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0px 0px 0px 4px;
}
#camera_1 .camera_pag .camera_pag_ul li > span {
  display: none;
}
#camera_1 .camera_pag .camera_pag_ul li:hover,
#camera_1 .camera_pag .camera_pag_ul li.cameracurrent {
  background-color: #f7941d;
}
#camera_1 .camera_prev,
#camera_1 .camera_next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 22px;
  height: 27px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#camera_1 .camera_prev span,
#camera_1 .camera_next span {
  display: none;
  background: none;
}
#camera_1 .camera_prev {
  left: 10px;
  background: url(../img/arrowL.png) left center no-repeat;
}
#camera_1 .camera_prev:hover {
  background-position: right center;
}
#camera_1 .camera_next {
  right: 10px;
  background: url(../img/arrowR.png) right center no-repeat;
}
#camera_1 .camera_next:hover {
  background-position: left center;
}
/* end slider */
/* carousel */
.list_carousel {
  position: relative;
  overflow: hidden;
  margin: 17px 0px 0px 0px;
  padding: 0 25px 0 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list_carousel .caroufredsel_wrapper {
  overflow: hidden !important;
}
.list_carousel ul {
	margin: 0 3px !important;
	padding: 8px 0 16px;
	list-style: none;
	display: block;
	overflow: hidden;
	cursor: default;
}
.list_carousel ul > li {
	display: inline-block;
	width: 80px;
	height: 80px;
	float: left;
	white-space: normal;
	padding: 0px 10px;
	margin: 0 !important;
	background: url(../img/divider_1.png) right 0px no-repeat;
}
.list_carousel ul > li > a {
  position: relative;
  display: block;
  text-align: center;
}
.list_carousel ul > li > a > img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list_carousel ul > li > a:hover > img {
  top: -10px;
}
.list_carousel #prev,
.list_carousel #next {
  position: absolute;
  z-index: 10;
  top: 23px;
  width: 22px;
  height: 27px;
  cursor: pointer;
  display: block !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-indent: 100%;
  overflow: hidden;
}
.list_carousel #prev {
  left: 28px;
  background: url("../img/arrowL.png") left center no-repeat;
}
.list_carousel #prev:hover {
  background-position: right center;
}
.list_carousel #next {
  right: 0;
  background: url("../img/arrowR.png") right center no-repeat;
}
.list_carousel #next:hover {
  background-position: left center;
}
/* end carousel */
/*flex slider*/
.flexslider {
  margin: 0 0 66px;
  background: none;
  border: none;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.flexslider .slides img {
  width: auto;
}
/*end flex slider*/
blockquote {
  position: relative;
  padding: 0 0 0 12px;
  border: none;
}
blockquote p {
  font: 400 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 18px;
  padding-bottom: 1px;
}
blockquote:before {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 4px;
  width: 7px;
  height: 5px;
  content: '';
  background: url(../img/quote_icon.png) 0 no-repeat;
}
.g_map {
  margin: 26px 0 37px;
  width: 100%;
  height: 300px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
  overflow: hidden;
}
.g_map iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/web_site_loader.gif) center no-repeat #99a6ab !important;
}
.author {
  padding-bottom: 4px;
}
.fontStyle1 {
  font: 9.94px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #c2c9cd;
  text-align: right;
  padding: 21px 12px 7px 0;
}
.bg1 {
  background-color: #73838c;
}
.list1 {
	margin: 0px 0px 47px 0px;
	background: url(../img/hline.png) 0px 0px repeat-x;
	list-style-image: none;
	list-style-type: none;
}
.list1 li {
  position: relative;
  background: url(../img/hline.png) 0px 0px repeat-x;
}
.list1 li:before {
  position: absolute;
  top: 14px;
  left: 6px;
  display: inline-block;
  width: 8px;
  height: 5px;
  background: url(../img/list_icon.png) 0px 0px no-repeat;
  content: '';
}
.list1 li a {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  font: 12.04px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #29373d;
  margin: 10px 0px 6px 27px;
  padding-bottom: 1px;
}
.list2 {
  margin: 0px 0px 39px 0px;
}
.list2 li a {
  font: 9.94px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #bbc6c8;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list2 li a:hover {
  color: #f7941d;
}
.list3 {
  margin: 0px 0px 19px 0px;
}
.list3 dd {
  margin-left: 0;
}
.list3 dd p {
  padding-bottom: 11px;
}
/*forms*/
#search,
form.search {
  position: relative;
  float: right;
  display: inline-block;
  margin: 6px 5px 0px 0px;
  width: 181px;
  z-index: 500;
}
#search > input,
form.search > input {
  padding: 8px 40px 8px 7px;
  width: 100%;
  height: 35px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.29);
  background: url(../img/input_bg.png) center top repeat-x;
}
#search > input:focus,
form.search > input:focus {
  border: 1px solid rgba(255, 255, 255, 0.29);
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
#search > a,
form.search > a {
  position: absolute;
  z-index: 10;
  top: 7px;
  right: 11px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../img/search_icon.png) center top no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#search > a:hover,
form.search > a:hover {
  background-position: center bottom;
}
form.search {
  width: 100%;
  margin: 2px 0 0 0;
}
form.search > input {
  background: url(../img/input_bg_2.png) center top repeat-x;
}
#form1 {
  position: relative;
  margin: 5px 0 0px;
  width: 100%;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
}
#form1 input {
  position: relative;
  width: 100%;
}
#form1 .success {
	position: absolute;
	top: 208px;
	left: 1px;
	padding: 5px 5px;
	z-index: 10;
	text-align: center;
	width: 327px;
	height: 31px;
	border: 1px solid #d4dbdf;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #29373d;
	background-color: #abb7ba;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	visibility: inherit;
}
#form1 textarea {
  width: 100%;
  height: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  min-height: 36px;
  width: 100%;
  margin-bottom: 0px;
  float: left;
}
#form1 label.message {
  width: 100%;
}
#form1 label.vehicle {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: left;
  display: none;
  font-size: 10px;
  color: #ffffff;
  width: 100%;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 0px 0px 0px 0px;
  position: relative;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  margin-right: 10px;
  top: 6px;
  display: inline-block;
}
/*end forms*/
.padding1 {
  padding: 0px 8px;
}
.padding2 {
  padding: 6px 20px 11px 0;
}
.padding3 {
  padding-bottom: 70px;
}
.padding4 {
  padding-top: 7px;
}
.padding5 {
  padding: 0px 94px 0px 0px;
}
.margin1 {
  margin: 40px 0 39px;
}
.margin2 {
  margin: 14px 0px 36px;
}
.margin3 {
  margin: -12px 0 26px;
}
.margin4 {
  margin-bottom: 27px;
}
.margin5 {
  margin-bottom: 37px;
}
.margin6 {
  margin-top: 34px;
}
.margin7 {
  margin-right: 30px;
}
.margin8 {
  margin: -5px 0px 31px 0px;
}
.margin9 {
  margin-bottom: 25px;
}
.margin10 {
  margin-left: 25px;
}
.margin11 {
  margin: 76px 0 53px 97px;
}
.width1,
.width2 {
  display: inline-block;
  width: 56px;
}
.width2 {
  width: 76px;
}
.color1 {
  color: #ffffff;
}
.box {
  overflow: hidden;
}
.noPadding {
  padding: 0;
}
/*--- content end ------*/
/*------ footer ------- */
footer > div:first-child {
  background-color: #243c7d;
  padding: 34px 0px 0px 0px;
}
footer > div:first-child + div {
  background-color: #34A1E5;
  padding: 15px 0px 0px 0px;
}
footer > div:first-child + div p {
  font-size: 12.04px;
  padding-top: 13px;
}
footer > div:first-child + div :first-child + p {
  padding-bottom: 21px;
}
footer p,
footer address {
	line-height: 18px;
	color: #FFFFFF;
	padding-top: 2px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
}
footer p a,
footer address a {
  color: inherit;
}
footer address {
  margin-bottom: 16px;
}
footer .soc_icons {
  float: right;
  margin: 5px 59px 0px 0px;
}
footer .soc_icons li {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 1px;
}
footer .soc_icons li a {
  position: relative;
}
footer .soc_icons li a img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
footer .soc_icons li a:hover img {
  top: -10px;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1300px) {
  #camera_1 .camera_next {
    right: -54px;
  }
  #camera_1 .camera_prev {
    left: -54px;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  #search {
    display: none;
  }
  .sf-menu > li {
    width: 186px!important;
  }
  .sf-menu > li:first-child {
    margin-left: 3px;
  }
  #form1 label {
    width: 190px;
  }
  .flexslider .box {
    overflow: visible;
  }
  .margin11 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #search {
    display: none;
  }
  header .nav-collapse,
  header .nav-collapse.collapse {
    height: 47px;
    overflow: visible;
  }
  .sf-menu > li {
    width: 143px!important;
  }
  .sf-menu > li:first-child {
    margin-left: 3px;
  }
  .margin10 {
    margin-left: 0;
  }
  #form1 label {
    display: block;
    width: 100%;
  }
  #form1 .success {
    padding: 52px 19px 80px;
  }
  .flexslider img {
    width: 100% !important;
    float: none;
  }
  .flexslider .box {
    padding-top: 15px;
  }
  .halfWidth {
    width: 45%;
  }
  .halfWidth img {
    width: 100%;
  }
  .width1,
  .width2 {
    display: block;
  }
  .fullWidth780 {
    width: 97%;
    display: block;
    text-align: center;
  }
  form.search {
    margin: 2px auto 60px;
  }
  .margin11 {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .padding5 {
    padding: 0;
  }
  #camera_1 .camera_caption > div > div p:first-child {
    font-size: 60px;
    padding: 30px 0 0 20px;
  }
  #camera_1 .camera_caption > div > div p:first-child + p {
    padding-left: 20px;
  }
  footer .soc_icons {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .camera_caption {
    display: none !important;
  }
  .select-menu {
    display: block!important;
  }
  .sf-menu,
  #search {
    display: none;
  }
  .margin10 {
    margin-left: 0;
  }
  #form1 label {
    display: block;
    width: 100%;
  }
  #form1 .success {
    padding: 52px 19px 80px;
  }
  .flexslider img {
    width: 100% !important;
    float: none;
  }
  .flexslider .box {
    padding-top: 15px;
  }
  .halfWidth2 {
    display: inline-block;
    width: 100%;
  }
  .halfWidth2 img {
    float: left;
    margin: 0 15px 10px 0;
  }
  .fontStyle1 {
    padding-top: 0;
  }
  .alignCenter768 {
    text-align: left;
  }
  .alignCenter768 .span2 {
    display: inline-block;
    width: 28%;
    margin-right: 20px;
    min-height: 190px;
    float: left;
  }
  .halfWidth {
    display: inline-block;
    width: 47%;
    margin-left: 5px;
  }
  .halfWidth img {
    width: 100%;
  }
  .thumb-pad3 {
    text-align: center;
  }
  .fullWidth780 {
    width: 97%;
    display: block;
    text-align: center;
  }
  form.search {
    margin: 2px auto 60px;
  }
  .margin11 {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .padding5 {
    padding: 0;
  }
  .align1 {
    float: none;
    text-align: center;
    margin: 15px 0;
  }
  #carousel {
    margin-bottom: 25px;
    padding: 0 25px;
  }
  #carousel #prev {
    left: 0;
  }
  footer .soc_icons {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .halfWidth2 {
    width: 100%;
  }
  .halfWidth2 img {
    float: left;
    margin: 0 15px 0 0;
  }
  .width1,
  .width2 {
    display: block;
  }
}
@media (max-width: 480px) {
  .halfWidth2 {
    display: inline-block;
    width: 100%;
  }
  .halfWidth2 img {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }
  header .fontStyle1,
  header address {
    display: none;
  }
  #camera_1 {
    padding-bottom: 60px;
  }
  #camera_1 .camera_pag {
    bottom: 30px;
    margin-left: 0;
    left: 0;
    float: left;
  }
  #camera_1 .camera_pag .camera_pag_ul li {
    width: 20px;
  }
  footer {
    text-align: center;
  }
  footer .soc_icons {
    margin: 10px auto;
    float: none;
  }
  blockquote.padding3 {
    padding-bottom: 40px;
  }
  .flexslider .badge {
    float: none;
  }
  .flexslider .badge + div {
    padding-top: 0;
  }
  .alignCenter768 {
    text-align: center;
  }
  .alignCenter768 .span2 {
    display: block;
    width: 100%;
    margin-right: 0px;
    min-height: auto;
    float: none;
  }
  .width1,
  .width2 {
    display: inline-block;
  }
}
@media (max-width: 320px) {
  .halfWidth {
    width: 100%;
    display: block;
    margin: 0;
  }
  .halfWidth img {
    width: 100%;
  }
  footer p a {
    display: block;
  }
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
