@import url(//fonts.googleapis.com/css?family=Sonsie+One|PT+Sans:400,700);

@import 'jquery.fancybox.css';

@import 'grid.css';

@import '../font/font-awesome.css';
/*------ template stylization ------*/
body {
  background: #ffffff;
  font: 10px 'PT Sans', 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 24px;
  color: #a5a5a5;
  min-width: 1200px;
  min-height: 900px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1023;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  background: url(../img/web_site_loader.gif) center #ffffff no-repeat;
  z-index: 1000;
  padding: 5px;
  display: none;
}
#back-top {
  position: fixed;
  display: none !important;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  border: 1px solid #a5a5a5;
  background: url(../img/up-arrow.png) #ffffff center no-repeat;
  overflow: hidden;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
}
p {
  padding-bottom: 16px;
  text-transform: uppercase;
}
a:focus {
  outline: none;
}
figure {
  margin: 0;
}
h2 {
  font: 50px 'Sonsie One';
  line-height: 1em;
  color: #303030;
  padding: 0px 0px 54px 0px;
  margin: 0px;
}
h3,
h4,
.fontStyle1 {
  font: 22px 'PT Sans';
  line-height: 24px;
  color: #673653;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 23px 0px;
}
h3 a,
h4 a,
.fontStyle1 a {
  color: inherit;
  -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;
}
h3 a:hover,
h4 a:hover,
.fontStyle1 a:hover {
  color: #303030;
}
.fontStyle1 {
  margin: 18px 0px 1px 0px;
  text-transform: none;
}
h5 {
  font: bold 10px 'PT Sans', 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 24px;
  color: #303030;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
}
address {
  font-style: normal;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}
/*bootstrap classes*/
.thumbnails li {
  margin-left: 0;
}
.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:hover,
.thumbnail:focus {
  border: none;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
a.thumbnail:hover {
  border: none;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.img-polaroid {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: none;
}
figure.img-polaroid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
figure.img-polaroid > img {
  width: 100%;
}
.dl-horizontal dt {
  float: left;
  margin-right: 10px;
  width: 50px;
  text-align: center;
}
.dl-horizontal dt time {
  text-transform: uppercase;
}
.dl-horizontal dt time span {
  display: block;
}
.dl-horizontal dd {
  position: relative;
}
.dl-horizontal dd.last {
  margin-bottom: 0;
}
.badge {
  font: 40px 'Sonsie One';
  line-height: 50px;
  color: #ffffff;
  background: #b05f6d;
  text-align: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 0px 0px 0px 0px;
}
/*end bootstrap classes*/
/*------ header ------- */
header {
  width: 100%;
  margin-bottom: 0px;
  z-index: 100;
}
header h1.brand {
  position: relative;
  width: 400px;
  height: 150px;
  overflow: hidden;
  margin: 241px auto 54px;
}
header h1.brand a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header h1.brand a:hover {
  text-decoration: none;
}
/*menu*/
.select-menu {
  display: none;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
  display: none;
}
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: 68px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  filter: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.sf-menu {
  position: relative;
  float: left;
  list-style: none;
  padding: 0;
  margin: 32px 0px 40px 0px;
  z-index: 100;
  width: 1170px;
  height: 240px;
}
.sf-menu:before {
  content: '';
  position: absolute;
  width: 3000px;
  height: 1px;
  top: 106px;
  left: 50%;
  margin-left: -1500px;
  background: #d5d5d5;
  z-index: -1;
}
.sf-menu > li {
  position: relative;
  float: left;
  width: 215px;
  height: 215px;
  margin-right: 23px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
}
.sf-menu > li:after {
  content: '';
  position: absolute;
  display: block;
  bottom: -14px;
  left: 50%;
  margin-left: -97px;
  width: 194px;
  height: 58px;
  z-index: -1;
  pointer-events: none;
}
.sf-menu > li:first-child {
  display: none;
}
.sf-menu > li:first-child + li:after {
  background: url(../img/menu_extra1.png) 0px 0px no-repeat;
}
.sf-menu > li:first-child + li + li:after {
  background: url(../img/menu_extra2.png) 0px 0px no-repeat;
}
.sf-menu > li:first-child + li + li + li:after {
  background: url(../img/menu_extra3.png) 0px 0px no-repeat;
}
.sf-menu > li:first-child + li + li + li + li:after {
  background: url(../img/menu_extra4.png) 0px 0px no-repeat;
}
.sf-menu > li:first-child + li + li + li + li + li:after {
  background: url(../img/menu_extra5.png) 0px 0px no-repeat;
}
.sf-menu > li.last {
  margin-right: 0;
}
.sf-menu > li .front span {
  display: block;
  text-align: center;
  overflow: hidden;
  width: 213px;
  height: 213px;
  -webkit-border-radius: 107px;
  -moz-border-radius: 107px;
  border-radius: 107px;
  border: 1px solid #d5d5d5;
  font: 10px 'PT Sans', 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 213px;
  color: #ababab;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #ffffff;
}
.sf-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.sf-menu > li > a:hover,
.sf-menu > li > a.activeLink {
  text-decoration: none;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 10;
  width: 193px;
  top: 230px !important;
  left: 11px !important;
  display: none;
  overflow: visible;
  background-color: #b05f6d;
  text-align: center;
}
.sf-menu ul:before {
  content: '';
  position: absolute;
  left: 0;
  top: -47px;
  width: 193px;
  height: 47px;
  background: url(../img/submenu_before.png) 0 no-repeat;
}
.sf-menu ul li {
  position: relative;
  margin-bottom: 16px;
}
.sf-menu ul li:first-child {
  margin-top: 10px;
}
.sf-menu ul li.last {
  margin-bottom: 34px;
}
.sf-menu ul li a {
  display: inline-block;
  font: 10px 'PT Sans', 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff !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;
}
.sf-menu ul li a.hoverItem {
  color: #d1a9b0 !important;
}
.sf-menu ul ul {
  left: 197px !important;
  top: -34px !important;
}
.sf-menu ul ul:before {
  display: none;
  background: none;
}
.sf-menu ul ul li:first-child {
  margin-top: 34px;
}
/* 3d tramsform classes */
/* entire container, keeps perspective */
.flip-container {
  position: relative;
  perspective: 1000;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
}
.flipper {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  -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;
}
.front,
.back {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.back {
  opacity: 0;
  filter: alpha(opacity=0);
}
.flip-container,
.front,
.back {
  width: 215px;
  height: 215px;
  -webkit-border-radius: 108px;
  -moz-border-radius: 108px;
  border-radius: 108px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container .activeLink .flipper {
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.flip-container:hover .front,
.flip-container .activeLink .front {
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.flip-container:hover .back,
.flip-container .activeLink .back {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.back {
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
}
.back > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  font: bold 10px 'Sonsie One';
  line-height: 328px;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 3px 3px;
}
.flip-container:hover .back,
.flip-container.active .back {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* end 3d tramsform classes */
/*menu end*/
/*--- header end ------*/
/*------ content ------- */
#wrapper ul {
  list-style: none;
}
#wrapper input,
#wrapper textarea {
  position: relative;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  padding: 4px 10px;
  line-height: 21px;
  width: 100%;
  margin: 0;
  font: 10px 'PT Sans', 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 24px;
  color: #a5a5a5;
  text-transform: uppercase;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
}
#wrapper input:focus,
#wrapper textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #a5a5a5;
  background-color: transparent;
}
#wrapper input {
  width: 100%;
  height: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper > div {
  position: relative;
  overflow: hidden;
}
#wrapper > section {
  position: relative;
  height: 100%;
}
#wrapper > section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.inner {
  padding: 10px 0px 0px 0px;
}
.btn {
  position: relative;
  display: inline-block;
  font: 10px 'PT Sans', 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 0px 29px;
  -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;
}
.btn:hover,
.btn:active,
.btn:focus {
  -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;
}
.btn.btn-link {
  position: relative;
  display: inline-block;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font: 15px 'Sonsie One';
  line-height: 1.2em;
  color: #303030;
  text-transform: capitalize;
}
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus {
  color: #eb6b56;
  background: none;
  -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;
}
.list1 {
  display: inline-block;
  margin: 0px 0px 17px 0px;
  overflow: hidden;
}
.list1 li {
  float: left;
  margin-right: 19px;
}
.list1 li.right {
  margin-right: 0;
}
.list1 li img {
  margin-bottom: 15px;
}
.list1 li p {
  padding-bottom: 0;
}
.list1 li p a {
  color: inherit;
  -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;
}
.list1 li p a:hover {
  color: #673653;
}
.list2 {
  margin: 15px 5px 51px 0px;
}
.list2 li {
  margin-bottom: 24px;
}
.list2 li span {
  float: left;
  margin: 7px 21px 0px 0px;
}
.list2 li p {
  padding-bottom: 0;
}
.list3 {
  position: relative;
  padding: 0px 19px 0px;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}
.list3:before {
  content: '';
  position: absolute;
  display: block;
  top: 91px;
  left: 0;
  background: #d5d5d5;
  width: 100%;
  height: 1px;
}
.list3 li {
  float: left;
  margin-right: 49px;
}
.list3 li.right {
  margin-right: 0;
}
.list3 li a {
  position: relative;
  display: block;
}
.list4 {
  margin: -4px 0px 39px 0px;
}
.list4 li {
  margin-bottom: 6px;
  background: url(../img/list_icon.png) 0px 9px no-repeat;
}
.list4 li a {
  text-transform: uppercase;
  margin-left: 15px;
  color: #a5a5a5;
  -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;
}
.list4 li a:hover {
  color: #eb6b56;
  text-decoration: none;
}
.list5 {
  margin: 15px 0px;
}
.list5 li {
  margin-bottom: 24px;
}
.list5 li p {
  padding-bottom: 0;
}
.list5 li p a {
  font-weight: bold;
  color: #303030;
  -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;
}
.list5 li p a:hover {
  color: #eb6b56;
  text-decoration: none;
}
.sliderHolder {
  position: relative;
  margin: 0px 0px 47px 0px;
}
.sliderHolder .slider {
  width: 100%;
  height: 187px;
}
.sliderHolder .slider ul {
  width: 100%;
  height: 187px;
}
.sliderHolder .btnsHolder {
  position: absolute;
  right: 0px;
  top: -102px;
}
.sliderHolder .btnsHolder a {
  position: relative;
  display: block;
  float: right;
  overflow: hidden;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
  margin-left: 10px;
}
.sliderHolder .btnsHolder a span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -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;
}
.sliderHolder .btnsHolder a.prev > span {
  background: url(../img/arrowL.png) left center no-repeat;
}
.sliderHolder .btnsHolder a.prev:hover > span {
  background-position: right center;
}
.sliderHolder .btnsHolder a.next > span {
  background: url(../img/arrowR.png) right center no-repeat;
}
.sliderHolder .btnsHolder a.next:hover > span {
  background-position: left center;
}
.sitem_over {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sitem_over > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
a:hover > .sitem_over {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.match {
  display: block;
  color: #b05f6d;
}
.search_list {
  text-transform: uppercase;
}
.search_list li {
  margin-bottom: 25px;
}
.search_list .search {
  width: auto;
  color: #303030;
}
.search_list h4 {
  padding-bottom: 10px;
}
.search_title a {
  text-decoration: underline;
}
.search_title:hover {
  text-decoration: none;
}
.g_map {
  position: relative;
  margin: 0 0 0;
  width: 510px;
  height: 167px;
  padding: 9px;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin: 0px 21px 0px 0px;
}
.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 #ffffff !important;
}
/* Forms*/
#search {
  position: relative;
  display: inline-block;
  margin: -18px 0 43px 0;
  width: 100%;
  z-index: 500;
}
#search > a {
  margin: 23px 0px 0px 0px;
}
#form1 {
  position: relative;
  margin: 0px 0px 29px;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
}
#form1 .success {
  position: absolute;
  padding: 20px 0px;
  z-index: 10;
  text-align: center;
  padding: 23px 10px 19px;
  line-height: 21px;
  width: 100%;
  margin: 0;
  font: 10px 'PT Sans', 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 24px;
  color: #a5a5a5;
  text-transform: uppercase;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#form1 textarea {
  width: 100%;
  height: 74px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  display: block;
  min-height: 29px;
  width: 100%;
  margin-bottom: 9px;
}
#form1 label.message {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #b05f6d;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 10px 0 0 0;
  position: relative;
  float: left;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  display: inline-block;
}
#form1 .btns > p a:first-child + a {
  margin-left: 32px;
}
/*end forms*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
  margin: 51px 0px 0px 0px;
  text-align: center;
  z-index: 99;
}
footer p {
  font-size: 9px;
  letter-spacing: 2px;
  color: #b0b0b0;
  padding: 0;
  margin-bottom: 6px;
}
footer p a {
  color: #303030;
  -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;
}
footer p a:hover {
  color: #b05f6d;
}
footer p.social_links a {
  color: #b0b0b0;
}
footer p.social_links a:hover {
  color: #b05f6d;
}
/*--- footer end ------*/
.padding1 {
  padding: 0px 57px 0px;
}
.padding2 {
  padding-top: 19px;
}
.padding3 {
  padding-top: 19px;
}
.padding4 {
  padding-top: 15px;
}
.margin1 {
  margin: 0px 14px 0px 0px;
}
.margin2 {
  margin: -4px 0px 35px 0px;
}
.margin3 {
  margin: 15px 0px 8px 0px;
}
.margin4 {
  margin: 0px 0px 35px 0px;
}
.margin5 {
  margin: 42px 0px 0px 0px;
}
.colorInherit {
  color: inherit;
}
.width1 {
  display: inline-block;
  width: 61px;
}
.block {
  display: block;
}
/*additional Classes*/
.noBg {
  background: none !important;
  background-color: transparent !important;
}
.noOverflow {
  overflow: visible !important;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.noPaddingTop {
  padding-top: 0;
}
.noMarginTop {
  margin-top: 0;
}
.noMarginBottom {
  margin-bottom: 0;
}
.noBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.clear {
  clear: both;
  line-height: 0;
}
.box {
  overflow: hidden;
}
.textAlignCenter {
  text-align: center;
}
/*end additional Classes*/
/*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: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
