@import url(//fonts.googleapis.com/css?family=Open+Sans:300);

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);

@import url(//fonts.googleapis.com/css?family=Open+Sans:600);

@import '../fonts/font-awesome.css';

@import 'photoswipe.css';

@import 'tmMultimediaGallery.css';
/*iOs_link_fix*/
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
/*------ template stylization ------*/
body {
  overflow: hidden;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #3e454c;
}
p {
	margin-bottom: 5px;
}
address {
  color: #ffffff;
  margin: 1px 0 25px;
  line-height: 24px;
}
h2 {
  font: 300 100px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  color: #ff7713;
  text-transform: lowercase;
  letter-spacing: -2px;
  margin: 7px 0px 34px 0px;
  padding: 10px 0px 0px 0px;
}
h2.big {
  font-size: 130px;
  line-height: 1em;
  letter-spacing: -4px;
  margin: -31px 0px 91px 0px;
  padding: 0px 0px 0px 0px;
}
h3 {
  font: 300 21px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: -1px;
  margin: 0px 0px 17px 0px;
  padding: 0px 0px 0px 0px;
}
h4 {
  font: 300 30px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  color: #ffffff;
  letter-spacing: -1px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
h3 > a,
h4 > a {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h3 > a:hover,
h4 > a:hover {
  color: #ff5500;
  text-decoration: none;
}
.fontStyle1 {
  font: 600 15px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 23px;
  color: #6d757f;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  position: absolute;
  top: 0;
  left: 0;
  /*-----------  MENU  ------------------------------------------------------------*/

}
#mainNav {
  display: none;
}
.mainNav {
  position: relative;
  display: block;
  z-index: 20;
}
.mainNav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainNav > ul li {
	position: relative;
	display: block;
	width: 33%;
	height: 33%;
	margin: 0px;
	perspective: 1000;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-origin: center center;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	float: left;
}
.mainNav > ul li.third {
  width: 34%;
}
.mainNav > ul li a {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainNav > ul li a > div {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font: 600 30px/1em 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: lowercase;
	text-align: right;
	padding: 14% 17% 10% 0;
	text-align: center;
	padding: 10% 5%;
}
.mainNav > ul li a > div:first-child {
  background: #3e454c;
}
.mainNav > ul li a > div:first-child:before,
.mainNav > ul li a > div:first-child:after {
  content: '';
  position: absolute;
  display: block;
  background: #4b5158;
  z-index: 1;
}
.mainNav > ul li a > div:first-child:before {
  right: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
.mainNav > ul li a > div:first-child:after {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
}
.mainNav > ul li a > div:first-child + div {
  border: none;
  background-color: #4b5158;
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.mainNav > ul li a > div span {
  position: relative;
  display: block;
  font: 15px/1em 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9fa2a6;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 9px 0px 0px 0px;
}
.mainNav > ul li a > div.bg1,
.mainNav > ul li a > div.bg2,
.mainNav > ul li a > div.bg3,
.mainNav > ul li a > div.bg4,
.mainNav > ul li a > div.bg5,
.mainNav > ul li a > div.bg6,
.mainNav > ul li a > div.bg7,
.mainNav > ul li a > div.bg8,
.mainNav > ul li a > div.bg9,
.mainNav > ul li a > div.bg10 {
  background: center transparent;
  background-size: cover;
}
.mainNav > ul li a > div.bg1 {
  background-image: url(../img/showroom.jpg);
}
.mainNav > ul li a > div.bg2 {
	background-image: url(../img/gall_choose.jpg), -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(255,0,0,1.00)));
	background-image: url(../img/gall_choose.jpg), -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,0,0,1.00) 100%);
	background-image: url(../img/gall_choose.jpg), linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,0,0,1.00) 100%);
}
.mainNav > ul li a > div.bg3 {
  background-image: url(../img/feedback.jpg);
}
.mainNav > ul li a > div.bg4 {
  background-image: url(../img/page3D.jpg);
}
.mainNav > ul li a > div.bg5 {
  background-image: url(../img/page3illus.jpg);
}
.mainNav > ul li a > div.bg6 {
  background-image: url(../img/corpdesi.jpg);
}
.mainNav > ul li a > div.bg7 {
  background-image: url(../img/flyer.jpg);
}
.mainNav > ul li a > div.bg8 {
  background-image: url(../img/webdes.jpg);
}
.mainNav > ul li a > div.bg9 {
  background-image: url(../img/various.jpg);
}
.mainNav > ul li a > div.bg10 {
  background-image: url(../img/gall_pic_me.jpg);
}
.mainNav > ul li.hover {
  z-index: 10;
}
.mainNav > ul li.active > a > div > span,
.mainNav > ul li.sfHover > a > div > span,
.mainNav > ul li:hover > a > div > span {
  text-decoration: none;
}
.mainNav > ul li.active > a,
.mainNav > ul li.sfHover > a,
.mainNav > ul li:hover > a {
	text-decoration: none;
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
}
.mainNav > ul li.active > a > div:first-child,
.mainNav > ul li.sfHover > a > div:first-child,
.mainNav > ul li:hover > a > div:first-child {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mainNav > ul li.active > a > div:first-child + div,
.mainNav > ul li.sfHover > a > div:first-child + div,
.mainNav > ul li:hover > a > div:first-child + div {
  opacity: 100;
  filter: alpha(opacity=10000);
}
/*-----------  menu end  --------------------------------------------------------*/
/*---------------- HEADER end ------------------------------------------------*/
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  position: absolute;
  width: 100%;
  height: 141px;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: 21;
}
h1 {
	position: relative;
	float: left;
	width: 300px;
	height: 90px;
	margin-bottom: 15px;
	margin-left: 100px;
	margin-right: 0px;
	margin-top: 30px;
}
h1 a > img.img-responsive {
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
}
.copyright {
  font: 10px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 23px;
  color: #3e454c;
  float: right;
  text-transform: uppercase;
  margin: 61px 51px 20px 0px;
}
.copyright a {
  color: #3e454c;
}
.soc_links {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  float: left;
}
.soc_links li {
  position: relative;
  display: inline-block;
  margin-left: -4px;
  width: 195px;
  height: 141px;
  overflow: hidden;
}
.soc_links li a {
  position: relative;
  display: block;
  width: 195px;
  height: 141px;
  z-index: 5;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
.soc_links li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background: #3e454c;
  z-index: 1;
}
.soc_links li a + span {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.soc_links li a:hover {
  background-position: center bottom;
}
.soc_links li a:hover + span {
  top: 0px;
}
.soc_links li.Vectorbeast1 > a {
  background-image: url(../img/vb_icon1.png);
}
.soc_links li.Vectorbeast2 > a {
  background-image: url(../img/vb_icon2.png);
}
.soc_links li.Vectorbeast3 > a {
  background-image: url(../img/vb_icon3.png);
}
/*-----------  FOOTER END  ------------------------------------------------------*/
/*-----------  CONTENT HOLDER  --------------------------------------------------*/
#glob-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(img/gall_choose.jpg);
}
#content > div {
  display: block;
  position: relative;
}
#other_pages {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: -100%;
  top: 0;
  height: 0;
}
#other_pages > div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  background: #3e454c;
}
#other_pages > div > div {
  padding-top: 20px;
}
#ajax-overlay {
  width: 100%;
  height: 10px;
  position: fixed;
  display: none;
  bottom: 131px;
  left: 0;
  background: url(../img/base/TMpreviewLoader.gif) 0 0 repeat-x rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
/* rewrite bootstrap classes */
.btn {
  border: none;
  border-radius: 0;
  font: 600 16px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #272c30;
  text-transform: uppercase;
  background: #ffffff;
  padding: 18px 22px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #ffffff;
  background: #272c30;
  text-decoration: none;
}
.btn.btn-link {
  border: none;
  border-radius: 0;
  font: 600 21px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  background: transparent;
  padding: 0px;
  letter-spacing: -1px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-link.btn-lg {
  text-transform: lowercase;
  font-weight: 300;
  font-size: 70px;
  letter-spacing: 0px;
}
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus {
  color: #ff5500;
  background: transparent;
  text-decoration: none;
}
.form-control {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  font: 12px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #ffffff;
  width: 100%;
  height: 38px;
  padding: 9px 14px;
  background: #4b5158;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #ffffff;
  background: #4b5158;
}
.badge {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 100px;
  height: 100px;
  background: #4b5158;
  border-radius: 50px;
  text-align: center;
}
/* end bootstrap classes */
.closeIcon {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 44px;
  height: 44px;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.closeIcon.closeIconGallery {
  top: 0;
  right: 0;
}
.closeIcon.closeIconGallery:after {
  background: url(../img/close_icon_2.png) left center no-repeat;
}
.closeIcon.closeIconGallery:hover:after {
  background: url(../img/close_icon_2.png) right center no-repeat;
}
.closeIcon:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/close_icon.png) left center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.closeIcon:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-decoration: none;
}
.closeIcon:hover:after {
  background: url(../img/close_icon.png) right center no-repeat;
}
.list1 {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0px;
}
.list1 li {
  margin-bottom: 38px;
  overflow: hidden;
}
.list1 li span.badge {
  float: left;
  margin: 3px 24px 0px 0px;
}
.list1 li > div h4 {
  margin-bottom: 10px;
}
.list1 li > div p {
  margin-bottom: 10px;
}
.color1 {
  color: #ffffff;
}
.color2,
.color2:hover {
  color: #ff5500;
}
.width1 {
  display: inline-block;
  width: 94px;
}
.g_map {
  position: relative;
  display: block;
  margin: 11px 0px 20px;
  width: 100%;
  height: 253px;
  overflow: hidden;
}
.g_map iframe {
  position: relative;
  display: block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/base/site_loader.gif) center no-repeat #4b5158 !important;
}
#form1 {
  position: relative;
  margin-top: 11px;
  margin-bottom: 20px;
  overflow: hidden;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  background: #4b5158;
}
#form1 .success-message {
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 10px 14px 8px;
  font: 12px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background: #4b5158;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#form1 ._placeholder {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 12px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  height: 38px;
  padding: 9px 14px;
  background: #4b5158;
}
#form1 textarea {
  width: 100%;
  height: 155px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  display: block;
  min-height: 38px;
  margin-bottom: 24px;
  overflow: hidden;
  float: left;
  width: 48%;
}
#form1 label.labelMargin {
  margin-right: 4%;
}
#form1 label.message {
  width: 100% !important;
}
#form1 span.error,
#form1 span.empty {
  position: absolute;
  text-align: right;
  font-size: 10px;
  color: #ff5500;
  width: 200px;
  top: -30px;
  right: 18px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#form1 .btns {
  padding: 0;
  margin: -8px 0px 0px 0px;
  position: relative;
  float: right;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  display: inline-block;
}
#form1 .btns > p a:first-child + a {
  margin-left: 21px;
}
#form1 ._placeholder.focused {
  opacity: .5;
}
#form1 ._placeholder.hidden {
  display: none;
}
#form1 .invalid span.error {
  top: -5px;
}
#form1 .ok span.error {
  display: none;
}
#form1 .empty span.empty {
  top: -5px;
}
#form1.success .success-message {
  top: 0;
}
/* search */
#search {
  position: relative;
  margin: 47px 0px 20px 0px;
  width: 100%;
  overflow: hidden;
}
#search > input {
  width: 100%;
  height: 56px;
  padding: 18px 14px;
  float: left;
}
#search > a {
  float: left;
}
.search_result {
  color: #ff5500;
  font-size: 12px;
}
.search_result:first-child {
  font-size: 14px;
}
.search_title {
  position: relative;
  top: 2px;
}
.search_title a {
  text-decoration: underline;
}
#search_list li {
  margin-bottom: 20px;
}
/* classes-helpers */
.padding1 {
  padding: 33px 0px 0px 0px;
}
.padding2 {
  padding: 0px 0px 18px 0px;
}
.margin1 {
  margin: 4px 30px 0px 0px;
}
.margin2 {
  margin: 35px 0px 20px 0px;
}
.margin3 {
  margin: 0px 0px 24px 0px;
}
.margin4 {
  margin: 0px 0px 32px 0px;
}
.margin5 {
  margin: 7px 0px 38px 0px;
}
.margin6 {
  margin: -65px 0px 55px;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.box {
  overflow: hidden;
}
.container {
  position: relative;
}
/*-------------------------- mobile WRAP ----------------------------*/
.mobile-only {
  display: none;
}
html.desktop #form1 label {
  width: 46%;
}
html.desktop #form1 label.labelMargin {
  margin-right: 8%;
}
html.desktop #search {
  width: 467px;
}
html.desktop #search > input {
  width: 352px;
  height: 56px;
}
@media (max-width: 1024px) {
  h2.big {
    font-size: 80px;
    margin: 0px 0px 30px;
  }
}
@media (max-width: 650px) {
  .margin1 {
    width: 100%;
    margin: 0px 0px 20px 0px;
    float: none;
  }
  h2.big {
    font-size: 80px;
    margin-bottom: 30px;
  }
  .btn.btn-link.btn-lg {
    font-size: 40px;
  }
  .list1 li {
    margin-bottom: 10px;
  }
  .list1 li h4 {
    margin-top: 18px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  #other_pages > div > div {
    padding-top: 140px;
  }
  .closeIcon {
    top: -95px;
  }
  .mainNav > ul li a > div {
	font-size: 60px;
	text-align: right;
	padding: 14% 17% 10% 0;
  }
  .mainNav > ul li a > div span {
    font-size: 21px;
  }
  .margin1 {
    width: auto;
    margin: 4px 30px 0px 0px;
    float: none;
  }
  h2.big {
    font-size: 161px;
    margin-bottom: 91px;
  }
}
/* tablet version changes */
html.tablet h2.big {
  font-size: 90px;
  margin: 0px 0px 40px 0px;
}
html.tablet .btn.btn-link.btn-lg {
  font-size: 40px;
}
html.tablet .margin2 {
  margin: 0px 0px 30px 0px;
}
html.tablet footer h1 {
  margin-left: 15px;
}
html.tablet footer .soc_links li {
  width: 85px;
}
html.tablet footer .soc_links li a {
  background-position: -55px top;
}
html.tablet footer .soc_links li a:hover {
  background-position: -55px bottom;
}
html.tablet footer .copyright {
  margin-right: 30px;
}
html.tablet #nextButton,
html.tablet #prevButton {
  width: 44px;
  height: 44px;
}
html.tablet #nextButton > span,
html.tablet #prevButton > span {
  background-size: 200%;
}
/* mobile version changes */
html.mobile body {
  overflow-y: visible;
  background: #ffffff;
}
html.mobile .margin6 {
  margin-top: -40px !important;
}
html.mobile .mobile-only {
  display: block;
}
#mobile-wrap #mobile-header {
  background: #ffffff;
}
#mobile-wrap #mobile-header #mobile-navigation {
  width: 100%;
  margin: 20px 0;
  font-size: 16px;
}
#mobile-wrap #mobile-header h1 {
  display: inline-block;
  margin: 10px 0px 0 0px;
}
#mobile-wrap #mobile-content {
  position: relative;
  background: #3e454c;
}
#mobile-wrap #mobile-content > div {
  display: block;
}
#mobile-wrap #mobile-content h2 {
  font-size: 52px;
  margin: 0px 10px 14px;
  padding-top: 20px;
}
#mobile-wrap #mobile-content h2.big {
  margin-top: 0px;
  margin-bottom: 30px;
}
#mobile-wrap #mobile-content h3 {
  font-size: 18px;
}
#mobile-wrap #mobile-content .margin2 {
  margin: 0px 0px 30px 0px;
}
#mobile-wrap #mobile-content #form1 ._placeholder {
  margin-left: 0;
}
#mobile-wrap #mobile-content #form1 .success-message {
  width: 100%;
  padding: 40px 14px 41px;
}
#mobile-wrap #mobile-content #form1 label {
  width: 100% !important;
  margin-right: 0 !important;
}
#mobile-wrap #mobile-content .mainNav ul li {
  width: 100%;
  height: 250px;
}
#mobile-wrap #mobile-content .list1 li > div {
  overflow: hidden;
}
#mobile-wrap #mobile-content .list1 li h4 {
  margin-top: 7px;
}
#mobile-wrap #mobile-footer {
  background: #ffffff;
}
#mobile-wrap #mobile-footer .copyright {
  margin: 15px 0;
  float: left;
}



#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}

/*Core variables and mixins*/
/* 3d mixins */
/* end 3d mixins */
