@import url(https://fonts.googleapis.com/css?family=Orbitron:400);

@import url(https://fonts.googleapis.com/css?family=Orbitron:700);
/*------ template stylization ------*/
._marginNull {
  margin: 0 !important;
}
._paddingNull {
  padding: 0 !important;
}
._borderNull {
  border: none !important;
}
._backgroundNull {
  background: none !important;
}
._relative {
  position: relative;
}
._absolute {
  position: absolute;
}
.wrap {
  overflow: hidden;
  margin: 0;
}
._txtLeft {
  text-align: left;
}
._txtRight {
  text-align: right;
}
._txtCenter {
  text-align: center;
}
._fullWidth {
  width: 100%;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 5;
}
h1 {
  margin: 0;
  display: inline-block;
  z-index: 10;
  float: left;
  margin: 42px 0 44px 0;
}
h1 > a {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
}
/*---------------- header end ------------------------------------------------*/
/*---------------- MENU ------------------------------------------------------*/
.dropdown-menu li ul li {
  list-style-type: square;
}
.select-menu {
  display: none;
  width: 95%;
  margin: 15px auto;
}
header .navbar {
  display: block;
  margin: 0;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  background-color: #333;
}
header .navbar > .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  filter: none;
  box-shadow: none;
  min-height: 59px;
}
.sf-menu {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 18px 0;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  padding-right: 25px;
  margin-right: 18px;
  background: url(../img/divider1.png) 100% 50% no-repeat;
}
.sf-menu > li.active .base_text {
  color: #FCFF0C !important;
}
.sf-menu > li.sfHover .base_text {
  color: #FCFF0C !important;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 100%;
}
.sf-menu > li > a:hover .base_text {
  color: #FCFF0C;
}
.sf-menu > li > a .base_text {
  color: #ffffff;
  font: 15px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 2;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sub-menu {
	position: absolute;
	list-style: none;
	margin: 0;
	left: -20px;
	top: 42px;
	z-index: 10;
	width: 160px;
	background: #999999;
	padding: 30px 0;
}
.sub-menu li {
  display: block;
  margin-bottom: 10px;
  padding: 0 17px;
}
.sub-menu li a {
  color: #ffffff;
  font: 13px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sub-menu li a:hover {
  color: #000000;
  text-decoration: none;
}
.sub-menu .sfHover > a {
  color: #000000;
}
.sub-menu .sub2 {
  position: absolute;
  top: 41px;
  left: 160px;
  padding: 19px 0;
  background: #666666;
}
.sub-menu .sub2 li a {
  color: #FCFF0C;
}
.sub-menu .sub2 li a:hover {
  color: #000000;
}
/*-------------   menu end  --------------*/
/*----------------- CONTENT BASE --------------------------------------------------- */
body {
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 18px;
  color: #5A5A5A;
  background: url(../img/bg1.png) #000000;
}
#content {
  display: block;
}
h2 {
  color: #C6C6C6;
  font: 700 30px/44px Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 25px 0;
}
h3 {
  color: #ffffff;
  font: 600 16px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 3px 0;
}
p {
  font: 14px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #8f8f8f;
  margin-bottom: 18px;
}
.more_btn1 {
  display: inline-block;
  font: 700 14px/25px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  background: #FCFF0C;
  white-space: pre;
  text-transform: uppercase;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  text-shadow: none;
  box-shadow: none;
  padding: 6px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_btn1:hover {
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*--- content end ------*/
/*---------------------- LINKS ---------------------------------- */
._link1 {
  font: 12px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #8f8f8f;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link1:hover {
  color: #FCFF0C;
  text-decoration: none;
}
._link2 {
  font: 10px/14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FCFF0C;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link2:hover {
  color: #ffffff;
  text-decoration: none;
}
._link3 {
  font: 10px/14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link3:hover {
  color: #FCFF0C;
  text-decoration: none;
}
._link4 {
  font: 10px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #8F8F8F;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link4:hover {
  color: #FCFF0C;
  text-decoration: none;
}
._link5 {
  font: 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link5:hover {
  color: #FCFF0C;
  text-decoration: none;
}
._link6 {
  color: #ffffff;
  font: 600 14px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 3px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link6:hover {
  color: #FCFF0C;
  text-decoration: none;
}
/*-------------------------- MARGIN PADDING --------- */
.margin_block1 {
  margin-bottom: 10px;
}
.margin_block2 {
  margin-bottom: 80px;
}
.margin_block3 {
  margin-bottom: 58px;
}
.margin_block4 {
	margin-bottom: 32px;
}
.margin1 {
  margin-bottom: 35px;
}
.margin2 {
  margin: 0 0 32px 0 !important;
}
.margin3 {
  margin: 12px 0;
}
.margin4 {
  margin: 0 0 35px 0 !important;
}
.margin5 {
  margin-top: -5px;
}
.margin6 {
  margin-bottom: 30px;
}
.margin7 {
  margin-right: 30px;
}
.margin8 {
  margin-bottom: 5px;
}
.divSet1 {
  margin-bottom: 55px;
  padding-bottom: 40px;
}
.padding1 {
  padding-left: 25px;
}
/*-------------------------- TEXTSTYLES ------------- */
.textStyle1 {
  font: 10px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #8f8f8f;
  background: none;
  border-radius: 0px;
  padding: 0 0 13px 0;
  margin: 0 0 17px 0;
  border: none;
  border-bottom: 1px solid #292929;
  max-width: 536px;
}
.textStyle2 {
  font: 10px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #8f8f8f;
  margin-bottom: 12px;
  white-space: pre;
  float: left;
}
.textStyle3 {
  color: #FCFF0C;
}
/*-------------------------- LISTS ------------------ */
._list1 {
  list-style: none;
  margin: 0;
}
._list1 li {
  display: block;
  position: relative;
  background: url(../img/marker1.png) 0 10px no-repeat;
  border-bottom: 1px solid #262626;
}
._list1 li a {
  display: inline-block;
  margin-left: 10px;
  font: 12px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #8f8f8f;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
._list1 li a:hover {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
._list1 li a:hover + span {
  width: 100%;
}
._list1 li span {
  position: absolute;
  width: 0%;
  height: 25px;
  display: inline-block;
  background: #FCFF0C;
  z-index: 0;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
._list2 {
  list-style: none;
  margin: 0;
}
._list2 li {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid #292929;
}
._list3 {
  list-style: none;
  margin: 0;
}
._list3 li {
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #292929;
}
._list4 {
  list-style: none;
  margin: 0;
}
._list4 li {
  overflow: hidden;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #292929;
}
/*-------------------------- EXTRA -------------------*/
.mainContainer1 {
  width: 1250px;
  margin: 0 auto;
  background: url(../img/bg1.png);
}
.social_list {
  list-style: none;
  margin: 0;
  white-space: nowrap;
  display: inline-block;
  margin: 45px 0 0 0;
  float: right;
}
.social_list li {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 2px;
  height: 44px;
  border-right: 1px solid #171717;
}
.social_list li a {
  display: inline-block;
  position: relative;
  width: 29px;
  height: 29px;
  margin: 8px 0;
  overflow: hidden;
}
.social_list li a img {
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social_list li a:hover img {
  top: -29px;
}
.thumb-pad .thumbnail {
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
}
.thumb-pad .thumbnail > a {
  display: inline-block;
  position: relative;
  margin: 0 0 30px 0;
}
.thumb-pad .thumbnail > a img {
  border: none;
}
.thumb-pad .thumbnail .caption {
  padding: 0;
}
.thumb-pad .thumbnail .caption h3 {
  margin-bottom: 3px;
}
#toTop {
  position: fixed;
  overflow: hidden;
  right: 50%;
  margin-right: -720px !important;
  bottom: 30%;
  width: 85px;
  height: 85px;
  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: url(../img/up-arrow.png) center bottom no-repeat;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
.image_resize {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.border1 {
  border-top: 7px solid #1e1e1e;
}
.img1 {
  float: left;
  margin-right: 15px;
}
.img2 {
  margin-bottom: 15px;
}
.img3 {
  margin-bottom: 28px;
}
.img4 {
  margin-right: 30px;
  margin-bottom: 15px;
  float: left;
}
.img5 {
  margin: 60px 0 60px 50px;
}
.img6 {
  margin-bottom: 30px;
}
.badge1 {
  background: #FCFF0C;
  border: none;
  padding: 0;
  border-radius: 0;
  text-align: center;
  float: left;
  margin-right: 30px;
  width: 50px;
  height: 50px;
}
.badge1 span {
  font: 700 28px/48px 'Orbitron', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  text-shadow: none;
}
.thumb {
  position: relative;
  display: inline-block;
  width: 100%;
}
.thumb ._over {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/magnify.png) 50% 50% no-repeat;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumb:hover ._over {
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumb2 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.thumb2 ._over {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/magnify.png) 50% 50% no-repeat;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumb2:hover ._over {
  opacity: 1;
  filter: alpha(opacity=100);
}
.blockquote1 {
  font: 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #8f8f8f;
  display: inline-block;
  border: none;
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  position: relative;
}
.blockquote1:before {
  position: absolute;
  display: inline-block;
  background: url(../img/extra2.png) 0 0 no-repeat;
  width: 16px;
  height: 14px;
  top: 0px;
  left: -25px;
  content: " ";
}
.camera_pagin {
  list-style: none;
  margin: 0;
}
.camera_pagin li {
  width: 100%;
  position: relative;
  margin-bottom: 1px;
  cursor: pointer;
}
.camera_pagin li img {
  display: inline-block;
}
.camera_pagin li ._over {
  width: 100%;
  height: 102%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/bg2.png);
}
.camera_pagin li:before {
  position: absolute;
  display: inline-block;
  left: -10px;
  top: 0;
  background: #FCFF0C;
  width: 4px;
  height: 0%;
  content: " ";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.camera_pagin li:hover ._over {
  display: none;
}
.camera_pagin li:hover:before {
  height: 100%;
}
.camera_pagin li._active ._over {
  opacity: 0;
  filter: alpha(opacity=0);
}
.camera_pagin li._active:before {
  height: 100%;
}
.marker2 {
  display: inline-block;
  width: 3px;
  height: 18px;
  position: relative;
  float: right;
  background: url(../img/marker2.png) 50% 50% no-repeat;
}
.marker3 {
  display: inline-block;
  width: 75%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 25px;
  background: url(../img/marker3.png) 50% 50% no-repeat;
}
/*------------------------ slider -------------------*/
#camera_1 {
  position: relative;
  display: block;
  float: none;
  z-index: 1;
  margin: 0 !important;
  padding-bottom: 0px;
  width: 100%;
  height: 467px;
}
#camera_1 .camera_loader {
  width: 35px;
}
#camera_1 .camera_pag {
  top: 0;
  left: 0;
}
#camera_1 .camera_pag {
  display: none;
}
/* end slider */
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  margin: 0;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.g_map iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: #99a6ab !important;
}
/*-------------------------- Contact form --------------*/
#form1 {
  position: relative;
  margin: 0;
  width: 100%;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
  background: #fff;
  border-radius: 0;
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid rgba(68, 68, 68, 0.43);
  color: #8f8f8f;
  font: 12px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  box-shadow: none;
  outline: none !important;
  background-color: #060606;
  background-image: -moz-linear-gradient(top, #000000, #101010);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#101010));
  background-image: -webkit-linear-gradient(top, #000000, #101010);
  background-image: -o-linear-gradient(top, #000000, #101010);
  background-image: linear-gradient(to bottom, #000000, #101010);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff101010', GradientType=0);
}
#form1 input:active,
#form1 textarea:active,
#form1 .success:active,
#form1 input:focus,
#form1 textarea:focus,
#form1 .success:focus {
  outline: none;
  box-shadow: none;
}
#form1 input {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
}
#form1 .success {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 10;
  text-align: center;
  line-height: 13px;
  padding: 7px 0;
  border: none;
  width: 100%;
  height: 26px;
  color: #FCFF0C;
  background-color: #ffffff;
}
#form1 textarea {
  width: 100%;
  height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  min-height: 60px;
  width: 245px;
  margin-bottom: 0px;
  float: left;
  margin-right: 17px;
}
#form1 label.message {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #ffffff;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 30px 0 0 0;
  position: relative;
  display: inline-block;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  margin-right: 20px;
  top: 6px;
  display: inline-block;
}
#form1 .btns span {
  margin-left: 20px;
}
/*-------------------------- SEARCH FORM --------------*/
form.search {
  position: relative;
  margin: 9px 0;
  padding-bottom: 1px;
  width: 100%;
  z-index: 500;
  display: inline-block;
}
form.search > input {
  width: 100%;
  height: auto;
  margin: 0;
  background: #020202;
  border-radius: 0;
  padding: 11px 10px;
  font: 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #909090;
  box-shadow: none;
  border: none;
  margin-bottom: 0px;
  background-color: #060606;
  background-image: -moz-linear-gradient(top, #000000, #101010);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#101010));
  background-image: -webkit-linear-gradient(top, #000000, #101010);
  background-image: -o-linear-gradient(top, #000000, #101010);
  background-image: linear-gradient(to bottom, #000000, #101010);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff101010', GradientType=0);
  border-bottom: 1px solid rgba(68, 68, 68, 0.43);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form.search > input:active,
form.search > input:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(68, 68, 68, 0.43);
}
form.search a {
  float: left;
  margin-top: 40px;
}
form.search2 {
  position: relative;
  float: right;
  display: inline-block;
  margin: 9px 0;
  padding-bottom: 1px;
  z-index: 500;
  background: url(../img/divider2.png) 0 100% repeat-x;
}
form.search2 > input {
  width: 245px;
  height: auto;
  margin: 0;
  background: #020202;
  border-radius: 0;
  padding: 11px 10px;
  font: 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #909090;
  box-shadow: none;
  border: none;
  margin-bottom: 0px;
  background-color: #060606;
  background-image: -moz-linear-gradient(top, #000000, #101010);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#101010));
  background-image: -webkit-linear-gradient(top, #000000, #101010);
  background-image: -o-linear-gradient(top, #000000, #101010);
  background-image: linear-gradient(to bottom, #000000, #101010);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff101010', GradientType=0);
}
form.search2 > input:active,
form.search2 > input:focus {
  outline: none;
  box-shadow: none;
}
form.search2 a {
  display: none;
}
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list .search {
  color: #FCFF0C;
}
.search_list > li {
  font: 14px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 18px;
  color: #8f8f8f;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  color: #FCFF0C;
  font: 20px/20px 'Orbitron', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: underline;
}
.search_list > li h4 > a:hover {
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  color: #FCFF0C;
  font-size: 12px;
  font-weight: bold;
}
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  color: #000000;
  position: relative;
  z-index: 5;
}
footer .privacy_text {
  font: 12px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #8f8f8f;
  display: inline-block;
  margin: 44px 0 48px 0;
}
footer .privacy_text .extra1 {
  display: inline-block;
  width: 283px;
  height: 53px;
}
footer .privacy_text .extra1 img {
  width: 100%;
}
footer .privacy_text .bull {
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #8f8f8f;
  margin: 3px 0;
}
/*----------- FOOTER END ------------------------------------------------------*/
/*----- media queries ------*/
@media (min-width: 1300px) {
  
}
@media (min-width: 980px) and (max-width: 1300px) {
  .mainContainer1 {
    width: 960px;
  }
  #form1 label {
    width: 195px;
  }
  .img5 {
    margin: 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .select-menu {
    display: none !important;
  }
  header .nav-collapse {
    height: auto !important;
    overflow: visible !important;
  }
  .mainContainer1 {
    width: 750px;
  }
  .fullWidth1 {
    width: 100%;
  }
  #form1 label {
    width: 100%;
  }
  .img5 {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .select-menu {
    display: block !important;
  }
  header .nav-collapse {
    display: none;
  }
  .mainContainer1 {
    width: auto;
    padding: 0;
  }
  .box1 {
    overflow: hidden;
  }
  .box1 .span2 {
    width: 45%;
    display: inline-block;
    margin-right: 20px;
    float: left;
  }
  .box1 .span2 a {
    width: 100%;
  }
  .box1 .span2 a img {
    width: 100%;
  }
  .thumb-pad .thumbnail > a {
    float: left;
    margin: 0 20px 0 0;
  }
  #form1 label {
    width: 100%;
  }
  .textStyle1 {
    width: 100%;
    max-width: 100%;
  }
  .img2 {
    width: 100%;
  }
  .img3 {
    float: left;
    margin: 0 20px 5px 0;
  }
  .img5 {
    margin: 60px 0;
  }
  .img6 {
    margin: 0 20px 0 0 !important;
    float: left;
  }
  header {
    text-align: center;
  }
  header .brand {
    width: 100%;
    margin: 42px 0 15px 0;
  }
  header .social_list {
    float: none;
    margin: 0 0 20px 0;
  }
  .camera_pagin {
    margin-top: 20px;
  }
  .camera_pagin li {
    width: 23%;
    float: left;
    margin-right: 15px;
  }
  .thumb2 {
    width: auto;
  }
}
@media (max-width: 600px) {
  .mainContainer1 {
    width: auto;
    padding: 0;
  }
  #form1 label {
    width: 100%;
  }
  .img3 {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .camera_pagin {
    margin-top: 20px;
  }
  .camera_pagin li {
    width: 22%;
    float: left;
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .mainContainer1 {
    width: auto;
    padding: 0;
  }
  .thumb-pad .thumbnail > a {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
  .thumb-pad .thumbnail img {
    width: 100%;
  }
  .box1 {
    overflow: hidden;
  }
  .box1 .span2 {
    width: 42%;
    display: inline-block;
    margin-right: 20px;
    float: left;
  }
  .box1 .span2 a {
    width: 100%;
  }
  .box1 .span2 a img {
    width: 100%;
  }
  footer .privacy_text .extra1 {
    width: 200px;
  }
  .img4 {
    float: none;
    width: 100%;
  }
  .img6 {
    margin: 0 0 15px 0 !important;
    float: none;
  }
  .camera_pagin {
    margin-top: 20px;
  }
  .camera_pagin li {
    width: 21%;
    float: left;
    margin-right: 15px;
  }
  .textStyle1 {
    display: inline-block;
  }
}
@media (max-width: 320px) {
  .mainContainer1 {
    width: auto;
    padding: 0;
  }
  .box1 {
    overflow: hidden;
  }
  .box1 .span2 {
    width: 40%;
    display: inline-block;
    margin-right: 15px;
    float: left;
  }
  .box1 .span2 a {
    width: 100%;
  }
  .box1 .span2 a img {
    width: 100%;
  }
  .camera_pagin {
    margin-top: 20px;
  }
  .camera_pagin li {
    width: 20%;
    float: left;
    margin-right: 15px;
  }
}
/*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;
}
