/* @override 
	http://dle.dev/css/main.css */

@import url('../font/fontello/css/fontello.css');

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 1em;
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
}

html, body {
	width: 100%;
	height: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Primary styles
   ========================================================================== */

#page-navigation {
	display: none;
}

#logo {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	height: 208px;
	width: 418px;
	background: url('../img/logoBG.png') right 0 no-repeat;
}

div.mfp-container {
	z-index: 9999999999999999;
}

div.mfp-wrap * {
	z-index: 99999999;
}

#logo ul#menu {
	margin: 40px 0 0 60px;
	padding: 0;
	list-style-type: none;
}

#logo ul#menu li a:before, .white-popup h3:before {
	font-family: fontello;
	margin-right: 6px;
	font-size: 24px;
	vertical-align: -3px;
}

.white-popup h3:before {
	vertical-align: -2px;
}

#logo ul#menu li a.about:before, #about.white-popup h3:before {
	content: '\E802';
}

#logo ul#menu li a.contact:before, #contact.white-popup h3:before {
	content: '\E801';
}

#logo ul#menu li a.about:after {
	content: "";
	border-left: 1px solid black;
	margin-left: 18px;
}

#logo ul#menu li {
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 14px;
}

#logo ul#menu a {
	color: #231f20;
	text-decoration: none;
	line-height: 24px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	text-shadow: 0 0 43px #ffffff;
}

#logo ul#menu a:hover {
	color: #034f8d;
}

.white-popup {
	position: relative;
	background: #FFF url(../img/popupBG.jpg);
	padding: 25px;
	width: auto;
	max-width: 640px;
	margin: 0 auto;
}

div.mfp-wrap {
	z-index: 999999999999999999999999999;
}

.white-popup h3 {
	text-align: center;
	margin: 6px 0 28px;
	color: #045ba0;
	display: inline-block;
}

div.popupHeader {
	text-align: center;
}

div.popupBody {
	padding: 40px 40px 20px 40px;
}

.contactSub {
	display: none;
}

.contactSub a, .contactSub a:visited {
color: #045b9f;
}

#about div.popupBody p {
	margin: 0 !important;
	text-align: center;
	font-size: 18px;
}

#contact div.popupBody form {
	margin-top: 30px;
}

textarea#Message {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 150px;
}

#contact div.popupBody p.address {
	text-align: center;
	margin: 0;
}

.popupBody textarea, .popupBody input {
	padding: 4px 8px;
	font-family: 'Open Sans', sans-serif;
}

.popupBody input {
	margin-left: 19px;
	width: 380px;
	float: right;
}

.popupBody form p label {
	text-align: right !important;
	width: 140px;
	float: left;
	font-weight: bold;
}

.popupBody form p {
	line-height: 34px;
	clear: both;
	display: inline-block;
	margin: 0 0 10px 0;
}

#contact div.popupBody form p.formLabel label {
	text-align: center !important;
	width: 100% !important;
	display: block;
	margin: 10px 0;
	line-height: 14px;
}

.popupBody .submit-button {
	margin-left: 231px;
	width: inherit;
	display: inline-block;
	float: none;
	width: 100px;
	margin-top: 24px;
}

button.mfp-close {
	font-size: 40px;
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

#logo img {
	height: 106px !important;
	height: auto;
	margin-top: 30px;
	margin-left: 60px;
}

.whiteFader {
	position: absolute;
	top: 0;
	z-index: 996;
	width: 100%;
	height: 320px;
	background-image: -webkit-linear-gradient(top, white 1.2%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(top, white 1.2%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, white 1.2%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, white 1.2%, rgba(255, 255, 255, 0) 100%);
}

.blackFader {
	position: absolute;
	bottom: 0 !important;
	z-index: 995;
	width: 100%;
	height: 250px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 88.1%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 88.1%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 88.1%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 88.1%);
}

.blackFader .footerContent {
	position: absolute;
	width: 100%;
	bottom: 40px;
	height: 90px;
}

.blackFader p {
	color: white;
	font-size: 12px;
	line-height: 65px;
}

.blackFader p a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid;
	border-color: #575757;
}
.blackFader p a:hover { color: #196caf;}

a.dm {  
  margin-top:25px;
  width: 52px;
  height:49px;
  display:inline-block;
  text-indent:-999px;
  overflow: hidden;
  background:url('../img/DigMo_logo.png') no-repeat top left;
}

a.dm:hover{
  background-position:0 -49px;
}

.blackFader p.left {
	position: absolute;
	left: 60px;
}

.blackFader p.right {
	position: absolute;
	right: 60px;
}

.blackFader p.center {
	width: 100%;
	text-align: center;
	position: absolute;
}

.blackFader p.center a {
	text-decoration: none !important;
	border: none !important;
}

.success { color: green; }
.fail { color: red; }
/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	height: 276px;
	position: absolute;
	display: block !important;
	top: 0px;
	right: 0px;
	padding: 24px 40px 0 300px;
	background: url('../img/navBG.png') right -30px no-repeat !important;
	opacity: 1;
	z-index: 998;
}

.rsDefault .rsTab {
	display: inline-block;
	float: left;
	width: 180px;
	height: 103px;
	padding: 10px 20px !important;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	min-width: 72px;
	cursor: pointer;
}

.rsDefault .rsTab:active {
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 20%, #ffffff 50%, rgba(255, 255, 255, .8) 84.4%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 20%, #ffffff 50%, rgba(255, 255, 255, .8) 84.4%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 20%, #ffffff 50%, rgba(255, 255, 255, .8) 84.4%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 20%, #ffffff 50%, rgba(255, 255, 255, .8) 84.4%, rgba(255, 255, 255, 0) 100%);
}

.rsDefault .rsTab.rsNavSelected {
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 33%, #ffffff 50%, rgba(255, 255, 255, .8) 68.4%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 33%, #ffffff 50%, rgba(255, 255, 255, .8) 68.4%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 33%, #ffffff 50%, rgba(255, 255, 255, .8) 68.4%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 33%, #ffffff 50%, rgba(255, 255, 255, .8) 68.4%, rgba(255, 255, 255, 0) 100%);
}

.rsDefault .rsThumbsHor {
	height: 276px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 24px 40px 0 300px;
	background: url('../img/navBG.png') right -30px no-repeat;
	opacity: 1;
}

#sliderFrame {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;


/* height of thumbs (if not required set to 0) */
	width: 100% !important;
	height: 100% !important;
}

.coloredBlock {
	padding: 12px;
	background: rgba(255,0,0,0.6);
	color: #FFF;
	width: 200px;
	left: 20%;
	top: 5%;
}

.infoBlock {
	bottom: 250px;
	width: 100% !important;
	top: auto;
	padding-bottom: 0;
	overflow: hidden;
	text-align: center;
	z-index: 999999999999999 !important;
}

.infoBlock a {
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	display: inline-block;
	background: #196caf;
	background: rgba(2, 66, 118, 0.8);
}

.infoBlock a:hover {
	background: #196caf;
}

.photosBy {
	position: absolute;
	line-height: 24px;
	font-size: 12px;
	background: #FFF;
	color: #000;
	padding: 0px 10px;
	position: absolute;
	left: 12px;
	bottom: 12px;
	top: auto;
	border-radius: 2px;
	z-index: 25;
}

.photosBy a {
	color: #000;
}

.fullWidth {
	max-width: 1400px;
	margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {

.heroSlider .rsOverflow,
  .royalSlider.heroSlider {
	height: 520px !important;
}

}

@media screen and (min-width:960px) and (min-height:1000px) {

.heroSlider .rsOverflow,
    .royalSlider.heroSlider {
	height: 660px !important;
}

}

@media screen and (min-width: 0px) and (max-width: 800px) {

.royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
	height: 300px !important;
}

.infoBlock {
	
}

.infoBlock h3 {
	font-size: 14px;
	line-height: 17px;
}

}

/* Background */

.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	background: #000;
	color: #FFF;
}

/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsMinW .rsArrowLeft {
	right: 37px;
	bottom: 7px;
}

.rsMinW .rsArrowRight {
	right: 7px;
	bottom: 7px;
}

.rsMinW .rsArrowIcn {
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;
	background: url('rs-minimal-white.png') transparent;
	border-radius: 2px;
}

.rsMinW .rsArrowIcn:hover {
	
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -68px -36px;
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -68px -68px;
}

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -100px -36px;
}

.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -100px -68px;
}

.rsMinW .rsArrowDisabled .rsArrowIcn {
	opacity: .3 !important;
	filter: alpha(opacity=30);
	*display: none;
}

/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
	position: absolute;
	bottom: 15px;
	right: 73px;
	z-index: 35;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}

.rsMinW .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 6px 5px 6px 4px;
}

.rsMinW .rsBullet span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCC;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.rsMinW .rsBullet.rsNavSelected span {
	background: #FFF;
}

/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	float: left;
	margin: 0 !important;
	height: 100%;
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}

.rsDefault .rsThumb {
	float: left;
	width: 180px;
	height: 103px;
	padding: 10px 20px !important;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=30);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.rsDefault .rsThumb.rsNavSelected {
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 33%, #ffffff 50%, rgba(255, 255, 255, .8) 68.4%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 33%, #ffffff 50%, rgba(255, 255, 255, .8) 68.4%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 33%, #ffffff 50%, rgba(255, 255, 255, .8) 68.4%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 33%, #ffffff 50%, rgba(255, 255, 255, .8) 68.4%, rgba(255, 255, 255, 0) 100%);
}

.rsDefault .rsThumb.rsNavSelected:after, .rsTabs .rsTab.rsNavSelected:after {
	content: ' ';
	margin-top: 13px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #ffffff transparent transparent transparent;
	line-height: 0px;
	_border-color: #ffffff #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	margin-left: 72px;
}

.rsDefault .rsThumb.rsNavSelected img {
	opacity: 1;
}

.rsDefault .rsTmb {
	display: block;
	width: 100%;
	height: auto;
	opacity: .5;
}

.rsNavSelected .rsTmb {
	opacity: 1;
}

/* Thumbnails with text */

.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}

.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

/* Thumbnails arrow icons */

.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	background: #000;
	display: none !important;
	background: rgba(0,0,0,0.75);
}

.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
	top: 0;
	left: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
	bottom: 0;
	left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
	left: 0;
	top: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
	right: 0;
	top: 0;
}

.rsDefault .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url('rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -128px -32px;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -128px -48px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -144px -32px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -144px -48px;
}

.rsDefault .rsThumbsArrowDisabled {
	display: none !important;
}

@media screen and (min-width: 0px) and (max-width: 1460px) {

.rsDefault .rsThumb, .rsDefault .rsTab {
	width: 100px;
	height: 57px;
}

.rsDefault .rsThumbsHor, .rsDefault .rsTabs {
	height: 167px;
	padding-left: 100px;
	padding-right: 20px;
	background-size: 748px !important;
	background-position: 0 -10px !important;
}

#logo a img, ul#menu {
	margin-left: 30px !important;
}

.rsDefault .rsThumb.rsNavSelected:after, .rsTabs .rsTab.rsNavSelected:after {
	margin-left: 30px;
	margin-top: 11px;
}
.blackFader p.center a {
	display: none;
}

}

@media screen and (min-width: 0px) and (max-width: 1040px) {

.rsDefault .rsThumb, .rsDefault .rsTab {
	width: 173px;
	height: auto;
	background: rgba(255, 255, 255, 0.5);
}

.rsTabs .rsTab.rsNavSelected:after {
	display: none;
}

.infoBlock a {
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 30px;
	display: inline-block;
}

.blackFader .footerContent {
	display: none;
}

.blackFader {
	display: none;
}

.infoBlock {
	bottom: 68px;
}

.rsDefault .rsThumbsHor, .rsDefault .rsTabs {
	width: 440px;
	position: absolute;
	top: 0px !important;
	right: 0 !important;
	left: 50% !important;
	margin-left: -220px !important;
	margin-top: 220px;
	padding: 0;
	background: transparent!important;
	top: 160px;
}

.rsDefault .rsThumb, .rsDefault .rsTab {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 4px;
	margin: 2px;
}

.rsDefault .rsThumb.rsNavSelected, .rsDefault .rsTab.rsNavSelected {
	background: white;
}

.rsDefault .rsThumb.rsNavSelected:after {
	display: none;
}

#logo {
	width: 100%;
	height: auto;
	background: transparent;
	text-align: center;
	margin-top: 60px;
}

#logo a img {
	width: 200px;
	height: auto !important;
	margin: 0 0 0 0 !important;
	margin-left: 0 !important;
}

ul#menu {
	margin: 20px 0 0 0 !important;
}

#sliderFrame div.rsNav.rsThumbs.rsThumbsHor div.rsThumbsContainer {
	width: 100% !important;
	left: 0 !important;
	top: 0 !important;
	position: absolute;
}

.contactItem {
	margin-right: 0 !important;
}

button.mfp-close {
	font-size: 40px;
	margin: 2px;
}

.white-popup h3 {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	margin: 6px 0 28px;
	color: #045ba0;
	display: inline-block;
}

.white-popup h3:before {
	font-size: 21px;
	vertical-align: -3px;
}

.white-popup {
	position: relative;
	background: url(../img/popupBG.jpg) 0 -39px #FFF;
	padding: 10px;
	width: auto;
	max-width: 640px;
	margin: 0 auto;
}

div.popupBody {
	padding: 20px 20px 20px 20px;
}

#contact div.popupBody form {
	display: none;
}

.contactSub {
	display: inline;
}

#about div.popupBody p {
	font-size: 14px;
}

}

@media screen and (min-width: 0px) and (max-width: 480px) {

.rsDefault .rsThumb, .rsDefault .rsTab {
	width: 100px;
	height: auto;
	background: rgba(255, 255, 255, 0.5);
}

.infoBlock a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 30px;
	display: inline-block;
}

.blackFader {
	height: 50px;
}

.infoBlock {
	bottom: 24px;
}

.rsDefault .rsThumbsHor, .rsDefault .rsTabs {
	width: 300px;
	position: absolute;
	top: 0px !important;
	right: 0 !important;
	left: 50% !important;
	margin-left: -146px !important;
	margin-top: 130px;
	padding: 0;
	background: transparent;
}

#logo {
	margin-top: 20px;
}

#logo a img {
	width: 100px;
}

.contactItem {
	margin-right: 0 !important;
}

}

@media screen and (max-height: 380px) {
div.rsNav.rsTabs {
	display: none !important;
}

#logo {
	margin-top: 20px;
}
.infoBlock {
	bottom: 24px;
}

.whiteFader {
	height: 250px;
	background-image: -webkit-linear-gradient(top, white 1.2%, rgba(255, 255, 255, 0.62) 56.6%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(top, white 1.2%, rgba(255, 255, 255, 0.62) 56.6%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, white 1.2%, rgba(255, 255, 255, 0.62) 56.6%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, white 1.2%, rgba(255, 255, 255, 0.62) 56.6%, rgba(255, 255, 255, 0) 100%);
}

}

/***************
*
*  5. Fullscreen button
*
****************/

.rsMinW .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
}

.rsMinW .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-minimal-white.png') 0 0 transparent;
}

.rsMinW .rsFullscreenIcn:hover {
	opacity: 0.8;
}

.rsMinW.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/

.rsMinW .rsPlayBtn {
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	cursor: pointer;
}

.rsMinW .rsPlayBtnIcon {
	width: 64px;
	display: block;
	height: 64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background: url(rs-minimal-white.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}

.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}

.rsMinW .rsBtnCenterer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
}

.rsMinW .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

.rsMinW .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsMinW .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-minimal-white.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}

.rsMinW .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

/***************
*
*  7. Preloader
*
****************/

.rsMinW .rsPreloader {
	width: 20px;
	height: 20px;
	background-image: url(../preloaders/preloader-white.gif);
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
}

/***************
*
*  8. Global caption
*
****************/

.rsMinW .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;
	background: #000;
	background: rgba(0,0,0, 0.75);
	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fa

llback */
    *text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " ";
	/*

1 */
    display: table;
/*

2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {

/* Style adjustments for viewports that meet the condition */

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

/* Style adjustments for high resolution devices */

}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {

* {
	background: transparent !important;
	color: #000 !important;
	/* Black prin

ts faster: h5bp.com/s */
        box-shadow: none !important;
	text-shadow: none !important;
}

a,
    a:visited {
	text-decoration: underline;
	color: #045b9f;
}

a[href]:after {
	content: " (" attr(href) ")";
}

abbr[title]:after {
	content: " (" attr(title) ")";
}

/*
     * Don't show links for images, or javascript/internal links
     */

.ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
	content: "";
}

pre,
    blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead {
	display: table-header-group;
/* h5bp

.com/t */
}

tr,
    img {
	page-break-inside: avoid;
}

img {
	max-width: 100% !important;
}

    @page {
        margin: 0.5cm;
    }

p,
    h2,
    h3 {
	orphans: 3;
	widows: 3;
}

h2,
    h3 {
	page-break-after: avoid;
}

}