@import url("_fancybox/jquery.fancybox.css");
@import url("_css/fonts.css");
@import url("_css/bootstrap.css");
@import url("_css/bootstrap-responsive.css");
@import url("_css/font-awesome.css");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
* {
  margin: 0;
  padding: 0;
}
/*----------------------------
	.-- Font Settings
	-----------------------------*/
/*----------------------------
	.-- Color Settings
	-----------------------------*/
/*----------------------------
	.-- Screen Settings
	-----------------------------*/
/*----------------------------
	.-- Typo
	-----------------------------*/
h1 {
  color: #000000;
  font: 36px 'Dosis';
  text-transform: uppercase;
  padding-top: 15px;
  line-height: 40px;
  background: url(images/line.png) no-repeat;
}
@media only screen and (min-width: 321px) and (max-width: 481px) {
  h1 {
    font: 25px 'Dosis';
  }
}
@media only screen and (min-width: 0px) and (max-width: 321px) {
  h1 {
    font: 25px 'Dosis';
  }
}
h2 {
  color: #000000;
  font: 20px 'Arvo';
  letter-spacing: 0px;
  line-height: 36px;
  margin: 20px 0px;
  text-transform: uppercase;
  border-top: 1px solid #db2138;
  border-bottom: 1px solid #db2138;
}
h3 {
  color: #000000;
  font: 12px 'Dosis';
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px 0px 20px 0px;
}
h4 {
  color: #000000;
  font: 20px 'Dosis';
  text-transform: uppercase;
}
h4 span {
  color: #db2138;
  font: 25px 'Dosis';
}
h5 {
  color: #000000;
  font: 15px 'Dosis';
  text-transform: uppercase;
}
p {
  color: #000000;
  font: 13px 'openSans';
  text-align: justify;
  line-height: 24px;
}
span {
  color: #000000;
  font: 13px 'Dosis';
  line-height: 20px;
}
strong {
  font-weight: 700;
}
body {
  background: #252525 /*url(images/raster.png)*/;
}
/*----------------------------
	.-- Header/Navigation
	-----------------------------*/
header {
  position: fixed;
  z-index: 100;
}
header #logo {
  font: 23px 'JosefinSans';
  margin: 100px 0px 10px 0px;
  background: #000000;
  color: #ffffff;
  padding: 5px 25px 5px 15px;
}
nav {
  position: relative;
  margin: auto;
  display: block;
  z-index: 150;
}
nav ul li {
  background: #000000;
  text-transform: uppercase;
  font: 13px 'JosefinSans';
  line-height: 30px;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 0px 13px 0px 13px;
  margin-bottom: 5px;
  float: left;
  clear: both;
}
#mobile {
  z-index: 1000000;
  position: fixed;
  width: 80%;
  padding: 1% 10%;
  background: #ffffff;
}
@media only screen and (min-width: 1499px) {
  #mobile {
    display: none;
  }
}
@media only screen and (min-width: 1439px) and (max-width: 1499px) {
  #mobile {
    display: none;
  }
}
@media only screen and (min-width: 1282px) and (max-width: 1439px) {
  #mobile {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1281px) {
  #mobile {
    display: none;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1025px) {
  #mobile {
    display: none;
  }
}
#mobile .form-select-mobile {
  width: 100%;
  margin-bottom: 5px;
  text-indent: 10px;
  font: 13px 'openSans';
  color: #000000;
  font-weight: normal;
  padding: 10px;
  line-height: 30px;
}
/*----------------------------
	.-- Content
	-----------------------------*/
.content-check {
  padding-bottom: 200px;
}
#wrapper {
  background: #ffffff;
  height: 100%;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 1499px) {
  #wrapper {
    left: 200px;
    width: 475px;
    padding: 50px;
  }
}
@media only screen and (min-width: 1439px) and (max-width: 1499px) {
  #wrapper {
    left: 200px;
    width: 475px;
    padding: 50px;
  }
}
@media only screen and (min-width: 1282px) and (max-width: 1439px) {
  #wrapper {
    left: 200px;
    width: 475px;
    padding: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1281px) {
  #wrapper {
    left: 200px;
    width: 475px;
    padding: 50px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1025px) {
  #wrapper {
    left: 200px;
    width: 475px;
    padding: 50px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 801px) {
  #wrapper {
    width: %75;
    padding: 12.5%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 601px) {
  #wrapper {
    width: %75;
    padding: 12.5%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 481px) {
  #wrapper {
    width: %60;
    padding: 20%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 321px) {
  #wrapper {
    padding: 20%;
  }
}
#wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*----------------------------
	.-- Blog
	-----------------------------*/
#blog {
  height: auto;
}
#blog .date-area {
  width: 70%;
  padding: 15%;
  /*background:@blue;*/

  display: inline-block;
  border-bottom: 1px solid #000000;
}
#blog .date-area p {
  color: #000000;
  text-align: justify;
}
#blog .date-area p .big {
  font: 30px 'Dosis';
  line-height: 28px;
  letter-spacing: 1px;
  float: right;
}
#blog .date-area p .small {
  font: 14px 'Dosis';
  letter-spacing: 1px;
  text-align: center;
  float: right;
}
@media only screen and (min-width: 321px) and (max-width: 481px) {
  #blog .date-area p .small {
    left: 20px;
    position: relative;
  }
}
@media only screen and (min-width: 0px) and (max-width: 321px) {
  #blog .date-area p .small {
    left: 20px;
    position: relative;
  }
}
#blog .read-more {
  font: 13px Tahoma;
  padding: 10px 35px 10px 0px;
  background: url(images/read-more.png) no-repeat;
  background-position: right;
  float: left;
  margin: 0px 0px 0px 0px;
}
#blog .read-more a {
  color: #000000;
}
#blog .read-more a:hover {
  color: #db2138;
}
#blog .nopadding {
  padding: 0px;
  margin-bottom: 10px;
  display: block;
  max-width: 100%;
}
#blog .text-area h4 {
  margin: 10px 0px;
}
#blog .date {
  background: #ffffff;
  padding: 5px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
#blog .comments {
  background: #000000;
  color: #ffffff;
  padding: 5px;
  margin: 5px;
  float: left;
}
#blog .category {
  background: #000000;
  color: #ffffff;
  padding: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  float: left;
}
#blog #blog:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*----------------------------
	.-- Services
	-----------------------------*/
#services {
  height: auto;
}
#services .row-fluid h1 {
  font: 36px 'Dosis';
  letter-spacing: 1px;
  background: none;
}
#services .text-area h4 {
  font-size: 25px;
  margin: 10px 0px 0px 0px;
}
#services .padding p {
  padding: 0px 10px;
  line-height: 18px;
}
#services .block {
  float: left;
  margin: 5px;
  background: #ffffff;
  padding: 20px;
  max-width: 100%;
}
/*----------------------------
	.-- About
	-----------------------------*/
#about {
  height: auto;
}
#about h5 {
  margin: 0px 0px 20px 0px;
  text-transform: none;
}
#about h4 {
  margin: 0px 0px 10px 0px;
}
/*----------------------------
	.-- Portfolio
	-----------------------------*/
#gallery {
  height: auto;
  /*.filter-group {margin:20px 0px;border-bottom:1px dotted @black;border-top:1px dotted @black;padding: 5px 0px;.font1(14px);}
		.filter-group li{display:inline-block;padding:5px 0px;position:relative;overflow:hidden;
		@media @smartphone-landscape{width:75%;margin:auto;}
		@media @smartphone-portrait{width:75%;margin:auto;}}
		
		.filter-group li a{color:@black;background:@white;padding:5px;}
		.filter-group li a:focus, .filter-group li a:active, .filter-group li a.active{color:@blue;background:@black;}*/

}
#gallery #portfolio li {
  margin: 5px;
}
@media only screen and (min-width: 1499px) {
  #gallery .gallery-grid #portfolio li {
    height: 186px;
    width: 186px;
  }
}
@media only screen and (min-width: 1439px) and (max-width: 1499px) {
  #gallery .gallery-grid #portfolio li {
    height: 166px;
    width: 166px;
  }
}
@media only screen and (min-width: 1282px) and (max-width: 1439px) {
  #gallery .gallery-grid #portfolio li {
    height: 148px;
    width: 148px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1281px) {
  #gallery .gallery-grid #portfolio li {
    height: 146px;
    width: 146px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1025px) {
  #gallery .gallery-grid #portfolio li {
    height: 125px;
    width: 115px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 801px) {
  #gallery .gallery-grid #portfolio li {
    height: 182px;
    width: 182px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 601px) {
  #gallery .gallery-grid #portfolio li {
    height: 135px;
    width: 135px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 481px) {
  #gallery .gallery-grid #portfolio li {
    height: 127px;
    width: 127px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 321px) {
  #gallery .gallery-grid #portfolio li {
    height: 200px;
    width: 200px;
  }
}
#gallery #portfolio li {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
#gallery .isotope-item {
  z-index: 2;
}
#gallery .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
#gallery .isotope,
#gallery .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
#gallery .isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
#gallery .isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
#gallery .isotope.no-transition,
#gallery .isotope.no-transition .isotope-item,
#gallery .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
#gallery .item .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  /* easeInCubic */

}
#gallery .item .zoom-mask {
  width: 40px;
  height: 40px;
  position: absolute;
  background: #000000 url(images/search.png) no-repeat center center;
  padding: 10px;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
#gallery .item:hover .zoom-mask {
  opacity: 1;
}
#gallery .item .mask-1,
#gallery .item .mask-2 {
  background-color: rgba(0, 0, 0, 0.2);
  height: 300px;
  width: 150px;
  background: rgba(119, 0, 36, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
  position: absolute;
}
#gallery .item .mask-1 {
  left: auto;
  right: -179px;
  -webkit-transform: rotate(45deg) translateX(-362px);
  -moz-transform: rotate(45deg) translateX(-362px);
  -o-transform: rotate(45deg) translateX(-362px);
  -ms-transform: rotate(45deg) translateX(-362px);
  transform: rotate(45deg) translateX(-362px);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
#gallery .item .mask-2 {
  top: auto;
  bottom: -7px;
  -webkit-transform: rotate(56.5deg) translateX(180px);
  -moz-transform: rotate(56.5deg) translateX(180px);
  -o-transform: rotate(56.5deg) translateX(180px);
  -ms-transform: rotate(56.5deg) translateX(180px);
  transform: rotate(56.5deg) translateX(180px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
#gallery .item:hover .mask-1,
#gallery .item:hover .mask-2 {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
#gallery .item:hover .mask-1 {
  -webkit-transform: rotate(45deg) translateX(-245px);
  -moz-transform: rotate(45deg) translateX(-245px);
  -o-transform: rotate(45deg) translateX(-245px);
  -ms-transform: rotate(45deg) translateX(-245px);
  transform: rotate(45deg) translateX(-245px);
}
#gallery .item:hover .mask-2 {
  -webkit-transform: rotate(45deg) translateX(-4px);
  -moz-transform: rotate(45deg) translateX(-4px);
  -o-transform: rotate(45deg) translateX(-4px);
  -ms-transform: rotate(45deg) translateX(-4px);
  transform: rotate(45deg) translateX(-4px);
}
/*----------------------------
	.-- Our Team
	-----------------------------*/
#ourteam {
  height: auto;
}
#ourteam #features {
  font: 13px 'openSans';
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: justify;
}
#ourteam #features li {
  float: left;
  line-height: 20px;
  margin-bottom: 25px;
  margin-right: 0px;
}
#ourteam #features li strong {
  color: #000000;
}
#ourteam #features a {
  color: #ffffff;
}
/*----------------------------
	.-- Contact
	-----------------------------*/
#contact {
  height: auto;
  padding: 25px 0px 0px;
}
#contact .field {
  font: 13px 'Dosis';
  height: 30px;
  margin: 0px;
  padding: 10px 10px;
  width: 98%;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #db2138;
  color: #000000;
}
#contact .field:focus {
  border-bottom: 1px solid #000000;
  background: #db2138;
}
#contact .gmap {
  height: 300px;
  width: 100%;
  background-color: #fafafa;
}
#contact .sendForm {
  font: 13px 'Dosis';
  width: 100%;
  height: auto;
  background: #000000;
  color: #db2138;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: right;
  padding: 10px 0px;
  text-align: center;
  letter-spacing: 2px;
}
#contact .sendForm:hover {
  background: #db2138;
  color: #000000;
}
#contact .textarea {
  font: 13px 'Dosis';
  padding: 10px 10px;
  border-bottom: 1px solid #db2138;
  border-top: none;
  border-right: none;
  border-left: none;
  width: 98%;
  color: #000000;
}
#contact .textarea:focus {
  font: 13px 'Dosis';
  padding: 10px 10px;
  border-bottom: 1px solid #000000;
  background: #db2138;
  border-top: none;
  border-right: none;
  border-left: none;
  width: 98%;
  color: #000000;
}
#contact .contactForm {
  display: block;
  width: 100%;
}
#contact #status {
  color: #000000;
  font: 13px 'openSans';
}
#contact .tweet_text {
  font: 14px 'Dosis';
}
#contact .tweet-box h3 {
  padding: 0px;
}
#contact .tweet {
  padding: 10px;
}
#contact .tweet ul,
#contact .tweet ul li {
  padding: 5px 0px;
  margin: 0px;
  list-style: none;
  line-height: 25px;
}
#contact .tweet ul li a {
  background: #db2138;
  display: inline;
  color: #000000;
}
#contact .tweet ul li a:hover {
  color: #ffffff;
}
/*----------------------------
	.-- General Settings 
	-----------------------------*/
#menu-nav li a,
#gallery-nav li a,
#back-nav li a {
  color: #ffffff;
}
#menu-nav,
#logo {
  /*@media @netbook{display:none;}
	@media @tablet-landscape{display:none;}
	@media @tablet-portrait{display:none;}
	@media @smartphone-landscape{display:none;}
	@media @smartphone-portrait{display:none;}*/

}
#gallery-nav,
#back-nav {
  display: none;
}
.not-selected {
  background: #252525;
}
.capital {
  font-size: 44px;
  float: left;
  height: 44px;
  line-height: 50px;
  padding: 0 6px 0 0;
  width: auto;
}
.animation {
  cursor: pointer;
}
.aligncenter {
  clear: both;
  display: block;
  margin: auto;
}
.entry-content img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: 100%;
  padding: 5px;
  /*border:1px solid #ddd;*/

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.animation:hover img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.animation img {
  display: block;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
  -moz-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  -moz-transition-property: scale;
  -webkit-transition-property: scale;
  -o-transition-property: scale;
  transition-property: scale;
  -moz-transition-duration: .1s;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
}
.servicesthumb,
.blogthumb,
.ourteamthumb {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100%;
}
.servicesthumb img:hover,
.blogthumb img:hover,
.ourteamthumb img:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.2) rotate(3deg);
  -moz-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}
.servicesthumb img,
.blogthumb img,
.ourteamthumb img {
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%;
  padding: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* safari fix */.servicethumb img,
  .blogthumb img,
  .ourteamthumb img {
    height: 182px;
  }
}
.video {
  height: 300px;
}
.clear {
  clear: both;
}
.blank {
  height: 30px;
  width: 100%;
  float: left;
}
.blank2x {
  height: 60px;
  width: 100%;
  float: left;
}
#close {
  position: fixed;
  z-index: 5;
  background: url(images/close.png) no-repeat center;
  height: 50px;
  width: 50px;
  bottom: 0px;
  cursor: pointer;
}
@media only screen and (min-width: 1499px) {
  #close {
    padding: 5px 65px;
    left: 683px;
  }
}
@media only screen and (min-width: 1439px) and (max-width: 1499px) {
  #close {
    padding: 5px 65px;
    left: 683px;
  }
}
@media only screen and (min-width: 1282px) and (max-width: 1439px) {
  #close {
    padding: 5px 65px;
    left: 683px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1281px) {
  #close {
    padding: 5px 65px;
    left: 683px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1025px) {
  #close {
    padding: 5px 65px;
    left: 683px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 801px) {
  #close {
    left: 90%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 601px) {
  #close {
    left: 90%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 481px) {
  #close {
    left: 85%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 321px) {
  #close {
    left: 85%;
  }
}
#up {
  display: none;
  position: fixed;
  z-index: 5;
  background: url(images/up.png) no-repeat center;
  height: 50px;
  width: 50px;
  bottom: 40px;
  cursor: pointer;
}
@media only screen and (min-width: 1499px) {
  #up {
    padding: 5px 65px;
    left: 683px;
  }
}
@media only screen and (min-width: 1439px) and (max-width: 1499px) {
  #up {
    padding: 5px 65px;
    left: 683px;
  }
}
@media only screen and (min-width: 1282px) and (max-width: 1439px) {
  #up {
    padding: 5px 65px;
    left: 683px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1281px) {
  #up {
    padding: 5px 65px;
    left: 683px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1025px) {
  #up {
    padding: 5px 65px;
    left: 683px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 801px) {
  #up {
    left: 90%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 601px) {
  #up {
    left: 90%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 481px) {
  #up {
    left: 85%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 321px) {
  #up {
    left: 85%;
  }
}
#qLpercentage {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 180px;
  margin: -90px 0 0 -90px;
  padding-top: 130px;
  font-style: italic;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#qLpercentage .percent {
  display: inline-block;
  padding: 0px 3px;
  font-size: 10px;
  vertical-align: 4px;
}
/*----------------------------
	.-- Supersized
	-----------------------------*/
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(images/progress.gif) no-repeat center center;
}
#supersized {
  position: fixed;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
  /*
	@media @tablet-landscape{visibility:hidden;display:none;}
	@media @tablet-portrait{visibility:hidden;display:none;}
	@media @smartphone-landscape{visibility:hidden;display:none;}
	@media @smartphone-portrait{visibility:hidden;display:none;}*/

}
@media only screen and (min-width: 1499px) {
  #supersized {
    display: block;
  }
}
@media only screen and (min-width: 1439px) and (max-width: 1499px) {
  #supersized {
    display: block;
  }
}
@media only screen and (min-width: 1282px) and (max-width: 1439px) {
  #supersized {
    display: block;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1281px) {
  #supersized {
    display: block;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1025px) {
  #supersized {
    display: block;
  }
}
.raster {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  background: url(images/raster.png) repeat;
}
#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none;
}
#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
}
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}
#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
  background: #111;
}
#supersized a {
  width: 100%;
  height: 100%;
  display: block;
}
#supersized li.prevslide {
  z-index: -20;
}
#supersized li.activeslide {
  z-index: -10;
}
#supersized li.image-loading {
  background: url(images/progress.gif) no-repeat center center;
  width: 100%;
  height: 100%;
}
#supersized li.image-loading img {
  visibility: hidden;
}
#supersized li.prevslide img,
#supersized li.activeslide img {
  display: inline;
}
#controls-wrapper {
  margin: auto;
  height: 43px;
  /*width:25%;*/

  bottom: 10px;
  right: 106px;
  z-index: 4;
  background: #db2138;
  position: fixed;
}
#controls {
  overflow: hidden;
  height: auto;
  position: relative;
  text-align: left;
  z-index: 5;
}
#slidecaption {
  overflow: hidden;
  float: left;
  color: #ffffff;
  font: 400 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 10px 0 10px;
  padding: 15px;
}
@media only screen and (min-width: 801px) and (max-width: 1025px) {
  .hide-for-mobile {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 801px) {
  .hide-for-mobile {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 601px) {
  .hide-for-mobile {
    display: none;
  }
}
@media only screen and (min-width: 321px) and (max-width: 481px) {
  .hide-for-mobile {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 321px) {
  .hide-for-mobile {
    display: none;
  }
}
#controls-wrapper #navigation {
  float: right;
  margin: 0px 20px 0 0;
}
#prevslide,
#nextslide {
  position: fixed;
  height: 43px;
  width: 43px;
}
#prevslide,
#prevslide:hover {
  bottom: 10px;
  right: 58px;
  background: #db2138 url(images/back.png);
}
#prevslide {
  background-position: -43px 0px;
}
#prevslide:hover {
  cursor: pointer;
  background-position: 0px 0px;
}
#nextslide,
#nextslide:hover {
  bottom: 10px;
  right: 10px;
  background: #db2138 url(images/forward.png);
}
#nextslide {
  background-position: -43px 0px;
}
#nextslide:hover {
  cursor: pointer;
  background-position: 0px 0px;
}
#progress-back {
  z-index: 5;
  position: fixed;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #000000;
  opacity: 0.7;
}
#progress-bar {
  position: relative;
  height: 2px;
  width: 100%;
  background: #db2138;
}
/*----------------------------
	.-- BX
	-----------------------------*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/*.bx2{-moz-box-shadow: 0 0 5px #ccc;-webkit-box-shadow: 0 0 5px #ccc;box-shadow: 0 0 5px #ccc;border:solid #fff 5px;left:-5px;background:#fff;}*/
.bx2 {
  position: relative;
  padding: 0;
  *zoom: 1;
  display: block;
  max-width: 100%;
}
.bx2 img {
  width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #ccc;-webkit-box-shadow: 0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:solid #fff 5px;left:-5px;background: #fff;*/

}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
  display: none;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx2 {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx2 .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 30%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*----------------------------
	.-- Scroll Pane
	-----------------------------*/
.scroll-pane {
  overflow: auto;
  height: 250px;
}
.scroll-pane .padding {
  padding: 0px 15px 10px 0px;
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #fafafa;
  position: relative;
}
.jspDrag {
  background: #252525;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
* html .jspCorner {
  margin: 0 -3px 0 0;
}
