@import url(http://fonts.googleapis.com/css?family=Oswald:400);

@import url(http://fonts.googleapis.com/css?family=Oswald:700);
/*------ template stylization ------*/
body {
  background: url(../img/pattern.png) repeat;
  font: 12px, "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
  color: #909090;
  margin: 0;
  min-width: 1250px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fcfcfc;
  z-index: 1023;
}
#webSiteLoader > span {
  position: absolute;
  left: 50%;
  top: 50%;
}
#pageLoader {
  position: fixed;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  z-index: 1000;
  display: none;
}
#pageLoader > div {
  background: url(../img/page_loader.gif) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
#wrapper {
  margin: 0 !important;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
p {
  margin: 0;
  text-transform: uppercase;
}
h2 {
  color: #2f2f2f;
  font: bold 42px/43px 'Oswald', "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 28px;
}
h3 {
  color: #2f2f2f;
  font: 13px/17px 'Trebuchet MS', "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 11px;
}
h4 {
  color: #2f2f2f;
  font: bold 22px/23px 'Oswald', "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.clear {
  clear: both;
}
.extra-wrap {
  overflow: hidden;
}
/*-----header-----*/
header {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 11;
  padding-bottom: 35px;
}
header h1 {
  display: inline-block;
  margin: 0;
}
footer {
  z-index: 12;
  position: relative;
  padding-top: 2px;
  z-index: 0;
}
footer .privacy_text {
  color: #c2c2c2;
  font: 12px 'Trebuchet MS', "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
}
footer .privacy_text a {
  color: #c2c2c2;
  font: 12px 'Trebuchet MS', "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer a:hover {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer ul {
  float: right;
}
footer ul li {
  color: #c2c2c2;
  font: 12px 'Trebuchet MS', "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  float: left;
  margin-left: 2px;
}
footer ul li a {
  color: #c2c2c2;
  font: 12px 'Trebuchet MS', "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer ul li a:hover {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#search {
  margin: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 173px;
}
#search input {
  border: 0;
  width: 196px;
  outline: 0;
  box-shadow: none;
  color: #909090;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 19px;
  border-radius: 0;
  padding: 10px 10px 11px 10px;
  margin: 0 0 10px 0;
  box-sizing: content-box;
  float: left;
  border: 1px solid #e7e8e2;
  margin-right: 9px;
}
#search .btn-link {
  margin-top: 10px;
}
.search_list {
  padding-right: 50px;
  padding-top: 15px;
  background-color: #fff;
  width: 530px;
  padding-left: 20px;
  margin: 0;
  margin-left: 570px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.search_list li {
  list-style: decimal;
  margin-bottom: 40px;
  margin-left: 10px;
}
.search_link {
  color: #868686;
  font: 15px 'PT Sans', "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.search_list h4 {
  margin-left: 15px;
  margin-bottom: 5px;
}
.search_link:hover {
  color: #2f2f2f;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.match {
  color: #2f2f2f;
  font-weight: bold;
  display: block;
}
.search {
  color: #e1525d;
}
/*-----menu-----*/
.menu {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: 51px;
}
.menu .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  filter: none;
  box-shadow: none;
}
.sf-menu {
  position: relative;
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
  width: 100%;
}
.sf-menu > li {
  border-top: 1px solid #e1e1e1;
  width: 100%;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 2px;
  text-align: center;
  cursor: default;
  height: 149px;
}
.sf-menu > li:last-child {
  padding-bottom: 6px;
  border-bottom: 1px solid #e1e1e1;
}
.sf-menu > li > a {
  display: inline-block;
  width: 1170px;
  overflow: hidden;
  position: relative;
}
.sf-menu > li > a > .base_pic {
	display: inline-block;
	width: 770px;
	height: 150px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sf-menu > li > a > .base_pic img {
  margin-right: 2px;
  max-width: none;
}
.sf-menu > li > a > .base_pic2 {
  display: inline-block;
  width: 198px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  left: 337px;
  z-index: 1;
}
.sf-menu > li .base_pic2 {
  border-width: 20px;
  border-right-style: solid;
  border-right-color: #ececec;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu > li > a > .base_pic2 img {
  margin-right: 2px;
  max-width: none;
}
.sf-menu > li .base_text {
  font: bold 102px/148px 'Oswald';
  color: #2f2f2f;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
  letter-spacing: -2px;
  margin-right: 0;
}
.sf-menu > li .base_text2 {
  font: bold 102px/148px 'Oswald';
  color: #2f2f2f;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
  letter-spacing: -2px;
  margin-right: 0;
  float: left;
  position: absolute;
  z-index: 0;
  left: -300px;
}
.sf-menu > li:first-child .base_text {
  float: right;
}
.sf-menu > li:first-child .base_pic {
  float: left;
  background-color: #ffffff;
  border-width: 20px;
  border-right-style: solid;
  border-color: #ececec;
}
.sf-menu > li:first-child + li .base_pic {
  float: right;
  background-color: #ffffff;
  border-width: 20px;
  border-left-style: solid;
  border-color: #ececec;
}
.sf-menu > li:first-child + li .base_text {
  float: left;
}
.sf-menu > li:first-child + li + li .base_pic {
  float: left;
  background-color: #ffffff;
  border-width: 20px;
  border-right-style: solid;
  border-color: #ececec;
}
.sf-menu > li:first-child + li + li .base_text {
  float: right;
}
.sf-menu > li:first-child + li + li + li .base_pic {
  float: right;
  background-color: #ffffff;
  border-width: 20px;
  border-left-style: solid;
  border-color: #ececec;
}
.sf-menu > li:first-child + li + li + li .base_text {
  float: left;
}
/*--hover--*/
.sf-menu > li:first-child:hover .base_pic,
.sf-menu > li:first-child:hover .base_pic2 {
  border-color: #4bb0bf;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu > li:first-child + li:hover .base_pic,
.sf-menu > li:first-child + li:hover .base_pic2 {
  border-color: #e1525d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu > li:first-child + li + li:hover .base_pic,
.sf-menu > li:first-child + li + li:hover .base_pic2 {
  border-color: #f08d5a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu > li:first-child + li + li + li:hover .base_pic,
.sf-menu > li:first-child + li + li + li:hover .base_pic2 {
  border-color: #c3e152;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*---active---*/
.sf-menu > li:first-child .activeLink .base_pic,
.sf-menu > li:first-child .activeLink .base_pic2 {
  border-color: #4bb0bf;
}
.sf-menu > li:first-child + li .activeLink .base_pic,
.sf-menu > li:first-child + li .activeLink .base_pic2 {
  border-color: #e1525d;
}
.sf-menu > li:first-child + li + li .activeLink .base_pic,
.sf-menu > li:first-child + li + li .activeLink .base_pic2 {
  border-color: #f08d5a;
}
.sf-menu > li:first-child + li + li + li .activeLink .base_pic,
.sf-menu > li:first-child + li + li + li .activeLink .base_pic2 {
  border-color: #c3e152;
}
/*-----submenu-----*/
.sf-menu ul {
  position: absolute;
  list-style: none;
  width: 142px;
  padding: 51px 20px 31px 20px;
  left: 559px;
  top: 167px;
  z-index: 16;
  background-color: #333333;
  text-align: center;
  border-right: 6px solid #e1525d;
  overflow: visible !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu ul a {
  color: #6b6969;
  font: bold 22px/22px 'Oswald', "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none !important;
}
.sf-menu ul > li {
  margin-bottom: 4px;
  padding-left: 14px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #4a4a4a;
}
.sf-menu ul .triangle {
  padding: 0;
  margin: 0;
  border: none;
  width: 9px;
  height: 17px;
  background: url(../img/triangle.png) no-repeat;
  position: absolute;
  top: 66px;
  right: -15px;
  float: right;
}
.sf-menu ul > .last {
  margin-bottom: 0;
  padding-bottom: 25px;
  border-bottom: none;
}
.sf-menu .subMenu2 {
  position: absolute;
  list-style: none;
  width: 142px;
  padding: 51px 20px 31px 20px;
  left: -243px;
  top: -51px;
  z-index: 16;
  background-color: #333333;
  text-align: center;
  border-right: 6px solid #e1525d;
  overflow: visible !important;
}
.sf-menu .subMenu2 a {
  color: #6b6969;
  font: bold 22px/22px 'Oswald', "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none !important;
}
.sf-menu .subMenu2 > li {
  margin-bottom: 4px;
  padding-left: 14px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #4a4a4a;
}
.sf-menu .subMenu2 > .last {
  margin-bottom: 0;
  padding-bottom: 25px;
  border-bottom: none;
}
.sf-menu .subMenu2 .triangle {
  padding: 0;
  margin: 0;
  border: none;
  width: 9px;
  height: 17px;
  background: url(../img/triangle.png) no-repeat;
  position: absolute;
  top: 54px;
  right: -15px;
  float: right;
}
/*-----content-----*/
#wrapper .global {
  position: absolute;
  display: inline-block;
  top: 0;
  width: 100%;
  height: 100% !important;
}
#wrapper .global > .container {
  position: relative;
  height: 100%;
}
.dynamicContent {
  position: absolute;
  width: 100%;
  left: -17px;
}
.dynamicContent .content .contentHolder {
  padding: 48px 0 69px 0;
  background-color: red;
  width: 570px;
  float: right;
  background-color: #ffffff;
  position: relative;
  z-index: 11;
}
.dynamicContent .content .contentHolder:before {
  width: 30px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 0;
  margin-left: -30px;
  content: ' ';
  z-index: 11;
}
.dynamicContent .content .contentHolder:after {
  width: 30px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 0;
  right: 0;
  margin-right: -30px;
  content: ' ';
  z-index: 11;
}
.container .center {
  display: inline-block;
  width: 940px;
  padding-top: 93px;
  height: auto !important;
}
.container .center .bord {
  display: inline-block;
  padding-bottom: 21px;
}
.mail a {
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: inline-block;
}
.mail a:hover {
  color: #c3e152;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----google map-----*/
.g_map {
  width: 340px;
  height: 271px;
  margin: 0;
  margin-top: 4px;
  float: left;
  margin-right: 17px;
  margin-bottom: 71px;
}
.g_map > iframe {
  width: 340px;
  height: 271px;
  border: none;
  outline: none;
  padding: 0;
  background-color: #fff;
}
.info {
  display: inline-block;
  margin-top: -1px;
}
.info h3 {
  margin-bottom: 12px;
}
.info p {
  margin: 0;
  color: #909090;
  line-height: 15px;
}
.info > p span {
  width: 67px;
  display: inline-block;
  color: #909090;
  font-weight: normal;
}
.info a {
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.info a:hover {
  color: #c3e152;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----form-----*/
#form1 {
  margin-top: 0;
  position: relative;
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
  display: inline-block;
}
#form1 label {
  margin-bottom: 0;
  position: relative;
}
#form1 label input,
#form1 label textarea {
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  color: #909090;
  width: 250px;
  padding: 10px 9px 11px 9px;
  font: 12px 'Trebuchet MS', sans-serif;
  font-weight: normal;
  margin-bottom: -8px;
  border: 1px solid #e7e8e2;
  text-transform: uppercase;
}
#form1 label textarea {
  height: 107px;
  resize: none;
}
#form1 .message textarea {
  padding-top: 8px;
}
#form1 label input {
  width: 250px;
}
#form1 .error {
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: 2px;
  color: #2f2f2f;
  text-align: right;
  right: 6px;
}
#form1 fieldset .indent {
  margin-right: 30px;
}
#form1 .empty {
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: 2px;
  color: #2f2f2f;
  text-align: right;
  right: 6px;
}
#form1 .message .empty,
#form1 .message .error {
  top: 128px;
  right: 0;
}
#form1 .success {
  background: #fff;
  left: 0;
  padding: 48px 64px;
  position: absolute;
  top: 0;
  z-index: 1;
  border: 1px solid #e7e8e2;
}
#form1 .success > span {
  color: #1c1d26;
  font: 12px 'Arial', sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.btns {
  float: right;
  margin-top: 28px;
  right: 0;
  position: relative;
}
.btns > a {
  float: left;
  margin-left: 20px !important;
}
/*-----more button-----*/
.btn.btn-link {
  position: relative;
  text-decoration: none;
  background: none;
  display: inline-block;
  padding: 0;
  font: 12px 'Oswald', sans-serif;
  color: #2f2f2f;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 0;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-link.link1:hover {
  color: #4bb0bf;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-link.link2:hover {
  color: #e1525d;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-link.link3:hover {
  color: #c3e152;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----list-----*/
.thumb-pad1 {
  margin-bottom: 74px;
}
.thumb-pad1 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
}
.thumb-pad1 .thumbnail > img {
  max-width: none;
  margin: 0;
  display: inline-block;
  margin-bottom: 16px;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  color: #909090;
}
.thumb-pad2 {
  margin-top: 0;
  position: relative;
  top: 3px;
}
.thumb-pad2.margBottom1 {
  margin-bottom: 30px;
}
.thumb-pad2.margBottom2 {
  margin-bottom: 2px;
}
.thumb-pad2 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  width: 100%;
}
.thumb-pad2 .thumbnail > img {
  max-width: none;
  margin: 0;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  color: #909090;
}
.thumb-pad2 .thumbnail .caption h3 {
  margin-top: 3px;
}
.thumbPad {
  height: 680px !important;
}
.thumbPad ul {
  margin: 0;
}
.thumbPad ul li {
  height: 680px !important;
}
.thumb-pad3 {
  margin-top: 4px;
  margin-bottom: 24px;
}
.thumb-pad3 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 15px 15px 16px 15px;
  display: inline-block;
  background-color: #ececec;
  width: 240px;
}
.thumb-pad3 .thumbnail > img {
  max-width: none;
  margin: 0;
  display: inline-block;
  float: left;
  margin-bottom: 15px;
}
.thumb-pad3 .thumbnail .caption {
  padding: 0;
  color: #909090;
}
.thumb-pad3 .thumbnail .caption a {
  font: 13px 'Trebuchet MS', sans-serif;
  color: #2f2f2f;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumb-pad3 .thumbnail .caption a:hover {
  color: #f08d5a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-----carousel-----*/
.prev,
.next {
  position: relative;
  z-index: 3;
  display: block;
  margin-bottom: 5px;
}
.bts .prev,
.bts .next {
  position: relative;
  z-index: 3;
  display: inline-block;
}
.prev {
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url(../img/prev.png) 0 top no-repeat;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.prev:hover {
  background: url(../img/prev.png) 0 bottom no-repeat;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.next {
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url(../img/next.png) 0 top no-repeat;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.next:hover {
  background: url(../img/next.png) 0 bottom no-repeat;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.bts {
  float: right;
  position: absolute;
  right: 0;
  top: 73px;
}
/*-----------------------------------------------------------------------------------*/
.dropdown-menu li ul li {
  list-style-type: square;
}
.margBot {
  margin-bottom: 16px;
}
.margBot1 {
  margin-bottom: 47px;
}
.margBot2 {
  margin-bottom: 0;
}
.margBot3 {
  margin-bottom: 23px !important;
}
.margBot4 {
  margin-bottom: 27px;
}
.margBot5 {
  margin-bottom: 68px;
}
.margTop {
  margin-top: 247px;
}
.margTop1 {
  margin-top: 212px;
}
.margTop3 {
  margin-top: 26px;
}
.paddBot {
  padding-bottom: 68px !important;
}
.paddBot1 {
  padding-bottom: 60px !important;
}
/*-----------------------------------------------------------------------------------*/
/*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: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
