/*------ template stylization ------*/
p {
  margin-bottom: 18px;
}
/* headings, text */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a {
  outline: none;
}
a:focus {
  outline: none;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modal-header h2 {
	border-left: solid 5px #6798ca;
	padding-left: 10px;
}

.modalDialog > div {
	width: 500px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	background-color: #f5f5f5;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #6798ca; }
h1 {
	font-family: 'Domine', serif;
	font-size: 2.2em;
	color: #6699cc;
	text-transform:uppercase;
	font-weight:400;
}
h2 {
  font-family: 'Domine', serif;
  position: relative;
  display: block;
  color: #2b2b2b;
  font-size: 24px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
h3 {
  font-family: 'Domine', serif;
  position: relative;
  font-size: 30px;
  color: #000000;
  line-height: 1em;
  text-transform: uppercase;
}
.colorblocks {
	text-transform:uppercase;
	color: #ffffff;
	width: 100%;
	height: 80px;
}
.colorblocks img {
	margin-left:10px;
}
.colorblocktext {
	vertical-align: middle;
	display:inline-block;
	margin-left:10px;
}
.blueblock {
	background-color: #669acc;
	width: 100%;
}
.yellowblock {
	background-color: #fbb81a;
	width: 25%;
}
.redblock {
	background-color: #ab1e24;
	width: 25%;
}
.purpleblock {
	background-color: #7d2b8f;
	width: 25%;
}
.carousel-container {
}
.mobilecta {
	height: 50px;
	background-color: #528db7;
	width: 100%;
	margin-top: -20px;
	color: #ffffff;
	text-transform:uppercase;
	font-size:18px;
	line-height: 50px;
	text-align:right;
	margin-bottom: 20px;
}
.mobilecta a {
	color: #ffffff;
	text-transform:uppercase;
	font-size:18px;
}
.mobilecta img {
	margin-right: 15px;
	margin-left: 10px;
	margin-top:-5px;
}

.line-h28 {
  line-height: 28px;
}
.indent_null {
  margin-top: 0;
}
.white_space {
  white-space: nowrap;
}
h4 {
  position: relative;
  display: block;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
h4 a {
  color: #2b2b2b;
}
h4 a:hover {
  color: #d38b18;
}
#content .list {
  list-style: none;
}
.dis-block {
  display: block;
}
.left-0 {
  margin-left: 0 !important;
}
.last-mbot {
  margin-bottom: 0 !important;
}
.wrapper,
.extra-wrap,
.wrapper-extra {
  overflow: hidden;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.products {
	margin-right: 10px;
	margin-top: 10px;
}
/*------------------------------------*\
    ACCORDION
\*------------------------------------*/
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*==================list=================*/
.color_1 {
  color: #2b2b2b;
}
.list {
  margin: 0 0 0 0;
}
.list li {
  margin: 0 0 0 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 0 5px 17px;
  text-transform: uppercase;
  color: #669acc;
  position: relative;
}
.list li:hover {
  color: #9aa5b0;
}
.list li a {
  color: #669acc;
}
.list li a span {
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background: url(https://s3.amazonaws.com/Varsity_Colors/v2/images/bg-list_li.png) 0 bottom no-repeat;
}
.list li a:hover {
  color: #9aa5b0;
}
.list li a:hover span {
  background-position: 0 0;
}
.list-1 {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
  display: block;
}
.list-1 li {
  display: block;
  margin: 0 0 0 0;
  border-top: 1px solid #d8dde0;
  padding: 25px 0 6px 0;
}
.list-1 li:first-child {
  border-top: none;
  padding-top: 4px;
}
.list-1 li span {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 0 0 0;
  width: 51px;
  height: 51px;
  margin: 2px 18px 10px 0;
  background: url(https://s3.amazonaws.com/Varsity_Colors/v2/images/list-1-span.png) 0 0 no-repeat;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  font-family: 'Domine', serif;
  line-height: 1em;
  position: relative;
}
.list-1 h4 {
	font-family: 'Domine', serif;
	font-size: 16px;
	line-height: inherit;
}
.list-1 li span:after {
  display: block;
  position: absolute;
  height: 17px;
  content: '';
  left: 0;
  right: 0;
  bottom: -17px;
}
.list-1 li a {
  font-weight: bold;
  font-size: 13px;
}
.list-1 li p {
  margin-bottom: 0;
}
.list-2 {
  margin: 5px 0 0 0;
  display: block;
  list-style: none;
}
.list-2 li {
  margin-bottom: 22px;
}
.list-2 li span {
  display: block;
  float: left;
  margin: 3px 19px 0 0;
}
.list-2 li p {
  margin-bottom: 0;
}
.link {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  color: #e89d24;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.link:hover {
  color: #9aa5b0;
  text-decoration: underline;
}
figure.img-polaroid {
  display: inline-block;
  margin: 0 0 15px 0;
}
.img-polaroid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.img-polaroid img {
  max-width: inherit;
  width: 100%;
}
.thumbnails {
  margin: 0 0 0 -20px;
}
.thumbnails .span_thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 0 20px 20px;
  width: 30%;
  background: #e0e6ea;
  padding: 15px;
  border: none;
  list-style: none;
}
.thumbnails .span_thumbnail .img-polaroid {
  width: 100%;
  margin: 0 0 12px 0;
}
.thumbnails-1 {
  margin: 0;
}
.thumbnails-1 .span_thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e0e6ea;
  padding: 15px;
  border: none;
  margin-bottom: 30px;
  list-style: none;
}
.thumbnails-1 .span_thumbnail .img-polaroid {
  width: 100%;
  margin: 0 0 12px 0;
}
.block-thumbnail {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-thumbnail span {
  display: block;
}
/*------===============HEADER==============------- */
header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 999;
  padding: 0 0 0 0;
  height: auto;
  background: #f1f5f7;
}
.main-header {
	background: url(https://s3.amazonaws.com/Varsity_Colors/v2/images/nav-bg.png) bottom repeat-x;
  	*zoom: 1;
}
.main-header:before,
.main-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-header:after {
  clear: both;
}
/* navbar */.navbar_ {
  margin-bottom: 0 !important;
}
.navbar_ .collapse {
  overflow: visible;
}
.navbar_ .navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  border: none;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.nav-collapse_ {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 10;
  float: left;
  margin: 0;
  padding: 0;
}
.nav-collapse_ .nav {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
/*nav*/
.nav-collapse_ .nav {
  position: relative;
  z-index: 101;
}
.nav-collapse_ .nav li {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  zoom: 1;
  height: 50px;
}
.nav-collapse_ .nav li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  color: #000000;
  text-shadow: none;
}
.nav-collapse_ .nav > li {
  display: inline-block;
  float: left;
  margin: 0;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  width: 150px;
  background: url(https://s3.amazonaws.com/Varsity_Colors/v2/images/bg-li.png) 0 0 no-repeat;
  letter-spacing: 1px;
}
.nav-collapse_ .nav > li:first-child {
  width: 150px;
}
.nav-collapse_ .nav > li > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 0 15px;
  text-align: center;
  line-height: 20px;
}
.nav-collapse_ .nav > li.sub-menu:after {
  position: absolute;
  top: 48px;
  left: 50%;
  display: block;
  margin-left: -4px;
  width: 8px;
  height: 4px;
  background: url(https://s3.amazonaws.com/Varsity_Colors/v2/images/indicator.png) 0 0 no-repeat;
  content: '';
}
.nav-collapse_ .nav ul {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: absolute;
  top: 71px;
  left: 0;
  z-index: 9;
  display: none;
  margin: 0;
  padding: 21px 0 57px 0;
  width: 314px;
  list-style: none;
  zoom: 1;
}
.nav-collapse_ .nav ul li.sub-menu-1 > a:after {
  display: block;
  position: absolute;
  content: '';
  right: 20px;
  top: 21px;
  margin-top: -2px;
  background: url(https://s3.amazonaws.com/Varsity_Colors/v2/images/indicator.png) 0 0 no-repeat;
  width: 8px;
  height: 4px;
}
.nav-collapse_ .nav ul li {
  display: block;
  padding: 0;
  text-align: left;
  letter-spacing: 0;
}
.nav-collapse_ .nav ul li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 0 12px 39px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000000;
}
.nav-collapse_ .nav ul li ul {
  position: relative;
  top: 0;
  padding: 0;
}
.nav-collapse_ .nav ul li ul li a {
  padding: 12px 0 12px 60px;
}
.nav-collapse_ .nav ul li ul li a:hover {
  background: url(https://s3.amazonaws.com/Varsity_Colors/v2/images/nav-bg-on.png) bottom repeat-x;
  color: #000000;
}
/*hover for first level*/
.nav-collapse_ .nav > li.sfHover,
.nav-collapse_ .nav > li.sfHover:hover,
.nav-collapse_ .nav > li:hover,
.nav-collapse_ .nav > li.active,
.nav-collapse_ .nav > li.active:hover {
	background: url(https://s3.amazonaws.com/Varsity_Colors/v2/images/nav-bg-on.png) bottom repeat-x;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url(https://s3.amazonaws.com/Varsity_Colors/v2/images/nav-bg-on.png) bottom repeat-x;
  color: #000000;
}
/*hover for second level*/
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #2b2b2b;
}
.social ul {
  	list-style: none;
}
.social li {
  	list-style: none;
	display:inline-block;
}
/*-----================== HEADER END =================------*/
/*------================== Content =================------- */
#content {
  position: relative;
  padding: 0 0 50px 0;
  background: #e5e5e5;
}
.title {
	margin-top: 20px;
}
.pagetitle {
	margin-bottom: 10px;
}
.pagetitle2 {
	margin-bottom: 10px;
	margin-top: 40px;
}
.index-html {
  margin-top: 0px;
}
figure {
	display:block;
}
#toTop {
  display: none;
  width: 27px;
  height: 15px;
  overflow: hidden;
  background: url(https://s3.amazonaws.com/Varsity_Colors/v2/images/top.png) no-repeat 0 0;
  position: fixed;
  margin-right: -660px !important;
  right: 50%;
  bottom: 73px;
  z-index: 999;
}
#toTop:hover {
  background-position: right 0;
}
.videocontainerlg {
	z-index: 1;
}
.videocontainermed {
	z-index: 1;
}
/*----====================Content end ==================----*/
/*==========================PAGES===========================*/
/*=========================index============================*/
.box h2 {
  font-size: 30px;
  line-height: 1.2em;
  margin: -4px 0 22px 0;
}
.block-indent {
  overflow: hidden;
  padding: 5px 0 0 0;
}
.block-indent .img-polaroid {
  float: none;
  margin: 2px 0 15px 0;
  width: 100%;
  position: relative;
}
.block-indent .img-polaroid span {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent;
}
.block-indent .img-polaroid:hover span {
  border: 10px solid #c1c9d1;
}
.block-indent p {
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 9px;
}
.block-indent .extra-wrap {
  overflow: visible;
}
.banner {
  padding: 23px 0 22px 23px;
  background: url(../img/baner.jpg) right 0 no-repeat;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2b2b2b;
  max-width: 241px;
  max-height: 148px;
}
.banner:hover {
  color: #9aa5b0;
}
.banner span {
  display: block;
  margin-bottom: 3px;
}
.banner .link {
  margin-left: 3px;
}
.block span {
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
}
.block h4 {
  margin-bottom: 14px;
}
.block p {
  color: #2b2b2b;
}
.block:hover p {
  color: #d38b18;
}
.block:hover h4 a {
  color: #d38b18;
}
.block:hover span {
  background-position: right 0;
}
/*=========================index-1==========================*/
/*=========================index-2==========================*/
/*=========================index-3==========================*/
.divider {
  border-bottom: 1px solid #d8dde0;
  margin: 30px 0 28px 0;
}
/*=========================index-4==========================*/
/*=========================index-5==========================*/
/*==========================404=============================*/
.box-404 .span8 img {
  margin-top: -16px;
}
.block-404 h2 {
  line-height: 28px;
}
#search {
  position: relative;
  overflow: hidden;
  padding: 10px 0 0 0;
}
#search input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  float: left;
  padding: 9px 10px;
  width: 100%;
  height: 36px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  color: #9aa5b0;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  line-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search a {
  float: right;
  position: relative;
  top: 0;
}
/*======================Privacy Policy======================*/
.pp {
  color: #2b2b2b;
}
.pp:hover {
  color: #669acc;
}
/*================CONTACT FORM, MAP, ADRESS=================*/
.map {
  display: block;
  margin: 0 0 40px 0;
  line-height: 0;
}
.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 565px ;
  border: none;
  line-height: 0;
}
.adress {
  font-size: 14px;
  line-height: 20px;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 93px;
  display: block;
}
.adress em {
  display: block;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 10px 0;
}
.adress a {
  display: inline-block;
  margin-left: 2px;
  color: #343434;
}
.adress a:hover {
  color: #669acc;
  text-decoration: underline;
}
.adress span {
  display: block;
  font-size: 32px;
  line-height: 1em;
  font-weight: bold;
  color: #669acc;
  letter-spacing: 3px;
  margin-bottom: 11px;
}
.adress strong.title1 {
  display: block;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0;
  font-size: 15px;
}
.adress-1 {
  font-size: 13px;
  color: #9aa5b0;
  margin-bottom: 26px;
}
.adress-1 em {
  display: block;
  margin-left: 0;
  text-align: left;
  font-weight: normal;
  font-style: normal;
}
.adress-1 a {
  display: inline-block;
  margin-left: 2px;
  color: #2b2b2b;
  text-decoration: underline;
}
.adress-1 a:hover {
  text-decoration: underline;
  color: #669acc;
}
.adress-1 span {
  display: inline-block;
  width: 85px;
}
.adress-1 strong.title1 {
  display: block;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
  color: #2b2b2b;
}
#contact-form {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 6px 0 0 0;
  vertical-align: top;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.txt-form {
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
}
.txt-form span {
  color: #ffffff;
}
.form-div-1,
.form-div-2,
.form-div-3 {
  float: left;
  width: 180px;
}
.form-div-1 {
  margin-right: 40px;
}
.form-div-2 {
  margin-right: 40px;
}
#contact-form div {
  overflow: hidden;
}
#contact-form fieldset {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#contact-form label {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 71px;
  width: 100%;
}
#contact-form .message {
  display: block !important;
  min-height: 251px;
  width: 100%;
}
#contact-form input,
#contact-form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 10px 15px 12px;
  width: 100%;
  outline: none;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 20px !important;
  font-family: Arial, sans-serif;
}
#contact-form input {
  height: 42px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  overflow: auto;
  width: 100%;
  height: 277px;
  resize: none;
}
#contact-form .success {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 10px;
  width: 100%;
  border: 1px solid #fff;
  background: #2b2b2b;
  color: #ffffff;
  text-align: center;
  text-transform: none;
  font-size: 18px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  line-height: 22px;
}
#contact-form .error,
#contact-form .empty {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  display: none;
  overflow: hidden;
  padding: 5px 4px 0px 0;
  width: 100%;
  color: #f00;
  text-transform: none;
  font-size: 11px;
  line-height: 1.27em;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: 4px;
  text-align: left;
  top: auto;
  right: auto;
  left: 2px;
}
.buttons-wrapper {
  position: relative;
  padding: 20px 0 0 0;
}
.buttons-wrapper > a {
  cursor: pointer;
}
.buttons-wrapper > span {
  display: inline-block;
  font-size: 13px;
  color: #2b2b2b;
  margin: 0 0 0 16px ;
}
/*------================== FOOTER ================= ------- */
.footer {
  position: relative;
  padding: 32px 0 40px 0 ;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  background-color: #eeeeee;
  margin: 0 auto;
  text-align:center;
}
.footer span {
  display: inline-block;
  position: relative;
  top: 10px;
  margin-left: 11px;
}
.footer a {
  color: #669acc;
  text-decoration:underline;
}
.footer a:active {
  color: #fab81b;
  text-decoration:underline;
}

/*---===================== FOOTER END ================------*/
.select-menu {
  display: none !important;
}
/*-----================== MEDIA QUERIES============== ------*/
@media (min-width: 1200px) {
  h2,
  h4 {
    letter-spacing: 2px;
  }
  .nav-collapse_ .nav > li {
    width: 234px;
  }
  .nav-collapse_ .nav > li:first-child {
    width: 234px;
  }
  .modal {
  }
  .block-indent .img-polaroid {
    float: left;
    width: auto;
    margin: 2px 30px 15px 0;
  }
  .banner {
    font-size: 22px;
    line-height: 24px;
  }
  .thumbnails {
    margin: 0 0 0 -30px;
  }
  .thumbnails .span_thumbnail {
    margin: 0 0 30px 29px;
    width: 237px;
  }
  #contact-form label {
    display: inline-block;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 230px;
  }
  #search input {
    width: 307px;
  }
  #search a {
    float: right;
    top: 7px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .nav-collapse_ .nav > li {
    width: 186px;
	height: 50px;
  }
  .nav-collapse_ .nav > li:first-child {
    width: 186px;
  }
  .soc_icons {
	  margin-top: 40px;
  }
    .modalDialog {
	top: -12px;
	right: -70px;
	bottom: 0;
	left: 0;
  }
}
@media (max-width: 979px) {
  .navbar_ .nav-collapse_ {
    float: none;
    display: block;
    text-align: left;
  }
  .navbar_ .nav-collapse_ .nav {
    display: inline-block;
  }
.modalDialog {
	top: 0px;
	right: 0px;
	bottom: 0;
	left: 0;
  }
  .index-html {
    margin-top: 0;
  }
  .thumbnails {
    margin: 0;
  }
  .thumbnails .span_thumbnail {
    float: left;
    width: 40%;
    margin: 0 20px 20px 0 ;
  }
  .white_space {
    white-space: normal;
  }
  .adress span {
    font-size: 15px;
  }
  .adress {
    font-size: 10px;
  }
  .adress strong.title1 {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-collapse_ .nav > li {
    width: 144px;
	font-size: 12px;
    letter-spacing: 1px;
	height: 50px;
  }
  .nav-collapse_ .nav > li.active {
	  height: 50px;
  }

  .nav-collapse_ .nav > li > a {
    color: #000000;
  }
  .nav-collapse_ .nav > li:first-child {
    width: 144px;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 152px;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 10px;
  }
  .nav-collapse_ .nav > li.sub-menu:after {
    background: url(https://s3.amazonaws.com/Varsity_Colors/v2/images/indicator-black.png) 0 0 no-repeat;
  }
  .box-block .span2 {
    width: 30%;
    margin-bottom: 30px;
  }
  .display-768 {
	  display: none !important;
  }
  h1 {
	  font-size: 2em;
  }
}
@media (max-width: 767px) {
  #content {
    padding-top: 20px;
  }
  .adress span {
    font-size: 20px;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .navbar .nav-collapse_ {
    height: auto !important;
  }
  .select-menu {
    display: block !important;
    margin-bottom: 10px;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
    width: 50%;
    border: 0px solid #fff;
    background: #000000;
    color: #ffffff;
    cursor: pointer;
	text-transform:uppercase;
	float:right;
  }
  .select-menu option {
    padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
  }
  .block-indent {
    margin-bottom: 30px;
  }
  .adress {
    margin-bottom: 30px;
  }
  .box h2 {
    margin: 30px 0 20px 0;
  }
  .thumbnails-1 .span_thumbnail,
  .thumbnails .span_thumbnail {
    padding: 10px;
  }
  .thumbnails-1 .span_thumbnail {
    float: left;
    width: 40%;
    margin: 0 20px 20px 0;
  }
  .list-2 li {
    margin-bottom: 40px;
  }
  #toTop {
    display: none !important;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }
  .map iframe {
    height: 200px;
  }
  .box-block .span2 {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  
}
@media (max-width: 626px) {
  
}
@media (min-width: 482px) and (max-width: 625px) {
  
}
@media (max-width: 480px) {
  .thumbnails .span_thumbnail,
  .thumbnails-1 .span_thumbnail {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .map iframe {
    height: 150px;
  }
}
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  
}
/*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;
}
/* Search */
#controller { 
	border-bottom: 0px #e1e1e1 solid; 
	margin: 0 0 10px 0; 
	text-align: left; 
	float:left; 
	vertical-align:middle;
	}
#controller input, #controller select, #controller label {
	vertical-align:middle;
	}

#result { 
	margin-top: 20px;
	}
#result td { 
	text-align: left; 
	}
#result .error { padding: 4px; #eb8a71 solid; font-size:14px; }
.message { margin-bottom:10px; width:50%;}

#result #grid { width: 100%; margin: 0px auto; }
#result #grid .even { background-color: #fff; }
#result #grid .odd { background-color: #F0F0F6; }
#result #grid .highlight { background-color: #3D3D3D; font-weight: bold; }
#result #grid .header { 
	background:#2b71b9 right center; 
	cursor: pointer; 
	padding: 4px; 
	}
#result #grid .headerSortUp { no-repeat #8DBDD8 right center; }
#result #grid .headerSortDown { background: no-repeat #8DBDD8 right center; }
#result #grid .col1, #grid .col2, #grid .col3 { padding: 5px; }
#result #grid .col1 {  }
#result #grid .col2 {  }
#result #grid .col1 img { display: block; padding: 5px; margin: 5px 0; border: 1px #efefef solid; }
/* End Search */