/* @group General Styles */
[class^="fa fa-"], [class*="fa fa-"] {padding: 0px !important;}
body, html {
	box-sizing:border-box;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%; 
    font-variant: normal;  
	margin: 0 !important;
	padding: 0 !important;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
html, body, #container, #rw-banner-image_wrapper,
#global_width, #content  { 
-moz-box-sizing: border-box !important; 
-webkit-box-sizing: border-box !important;  
box-sizing: border-box !important; 
}
body { 
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;   
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}
#container { font: normal 16px/25px "Lucida Grande", Arial, sans-serif;
	margin-top: 2%; }
a:link, a:visited {
	text-decoration: none;
	transition-property: color;
	transition-duration: 250ms;
	-webkit-transition-property: color;
	-webkit-transition-duration: 250ms;
	-o-transition-property: color;
	-o-transition-duration: 250ms;
	-moz-transition-property: color;
	-moz-transition-duration: 250ms;		
}
a:hover, a:active { }
img {border: none;}
.image-left {
	float: left;
	margin: 5px 10px 2px 0;
	padding: 5px 15px 2px 5px;
	position: relative;
}
.image-right {
	float: right;
	margin: 3px 0 2px 10px;
	padding: 3px 0 2px 15px;
	position: relative;
}
/* @end */

/* @group Header */
#pageHeader {
	overflow: hidden;
	width: 100%;	
	height: 105px;
	position: relative;
	transition: All 0.17s linear;	
	-webkit-transition: All 0.17s linear;	
	-moz-transition: All 0.17s linear;	
	-o-transition: All 0.17s linear;
}
#pageHeader h1 {
	text-align: center;	
	position: relative;     
    display: block;
    vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	transition: All 0.07s linear;	
	-webkit-transition: All 0.07s linear;	
	-moz-transition: All 0.07s linear;	
	-o-transition: All 0.07s linear;
	font-weight: normal;
	font-style: normal;
	font-size: 45px;
	line-height: 40px;
}
#pageHeader h2 {
	text-align: center;	
	position: relative;
	font-weight: normal;
	font-style: normal;
	font-size: 23px;
	line-height: 21px;
	padding-top: 13px;
}
#logo {font-size: 0;line-height: 0;
}
#logo img {
	max-height:80px;
	max-width:300px !important;
	height: auto;
	overflow: auto;
	width: auto;
	display: block;	
	position: absolute;
	transition: All 0.17s linear;	
	-webkit-transition: All 0.17s linear;	
	-moz-transition: All 0.17s linear;	
	-o-transition: All 0.17s linear;
	text-align: center;
	right: 0;
	top: 0;
}
#logo [class^="fa fa-"],#logo [class*="fa fa-"] {display: none !important;}

/* @end */

/* @group Layout */
#content_background{
	height: 100%;
	margin: 0 3%;
	position: relative;
	overflow: auto;
	width: 84%;
	padding: 27px 5% 23px;
	box-shadow: 0px 11px 6px -6px rgba(8, 8, 8, 0.07) ;
    -webkit-box-shadow: 0px 11px 6px -6px rgba(8, 8, 8, 0.07) ;
    -moz-box-shadow: 0px 11px 6px -6px rgba(8, 8, 8, 0.07) ;
}
.content_background{
	height: 100%;
	position: absolute;
	width: 100%;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#sidebar {
	width: 100% !important;
	float: none !important;    
	overflow: auto;
}
#footer {	
	width: 100%;
	padding-top: 18px;
	padding-bottom: 18px;
	position: relative;
}
#footer p {
	line-height: 15px;
	text-align: center;
	font-size: 13px;
	margin: 0;
}
#footer a:link, #footer a:visited { }
#footer a:hover, #footer a:active {	text-decoration: underline;}
/* @end */

/* @group Global Classes */
h6 {font-size: 17px; line-height: 22px;}
h5 {font-size: 19px; line-height: 25px;}
h4 {font-size: 24px; line-height: 27px;}
h3 {font-size: 27px; line-height: 32px;}
h2 {font-size: 32px; line-height: 36px;}
h1 {font-size: 40px; line-height: 42px;}
h1, h2, h3, h4, h5, h6 {font-weight: normal; font-style: normal; margin: 0;
	padding-bottom: .05em;
}
.imageStyle { }
ul.disc {list-style-type: disc;}
ul.circle {	list-style-type: circle;}
ul.square {	list-style-type: square;}
ol.arabic-numbers {	list-style-type: decimal;}
ol.upper-alpha {list-style-type: upper-latin;}
ol.lower-alpha {list-style-type: upper-latin;}
ol.upper-roman {list-style-type: upper-roman;}
ol.lower-roman {list-style-type: lower-roman;}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul { }
#sidebarContainer #sidebar li { }
/* Table Styles */
table { }
/* @end */

/* @group Blog */
/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
}
ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}
.blog-tag-size-1 {	
	font-size: 0.8em;
}
.blog-tag-size-2 {	
	font-size: 0.85em;
}
.blog-tag-size-3 {	
	font-size: 0.9em;
}
.blog-tag-size-4 {	
	font-size: 0.95em;
}
.blog-tag-size-5 {	
	font-size: 1em;
}
.blog-tag-size-6 {	
	font-size: 1.05em;
}
.blog-tag-size-7 {	
	font-size: 1.1em;
}
.blog-tag-size-8 {	
	font-size: 1.15em;
}
.blog-tag-size-9 {	
	font-size: 1.2em;
}
.blog-tag-size-10 {	
	font-size: 1.25em;
}
.blog-tag-size-11 {	
	font-size: 1.3em;
}
.blog-tag-size-12 {	
	font-size: 1.35em;
}
.blog-tag-size-13 {
	font-size: 1.4em;
}
.blog-tag-size-14 {	
	font-size: 1.45em;
}
.blog-tag-size-15 {
	font-size: 1.5em;
}
.blog-tag-size-16 {	
	font-size: 1.55em;
}
.blog-tag-size-17 {	
	font-size: 1.6em;
}
.blog-tag-size-18 {	
	font-size: 1.65em;
}
.blog-tag-size-19 {
	font-size: 1.7em;
}
.blog-tag-size-20 {	
	font-size: 1.75em;
}
/* @end */
/* @group Archive Page */
.blog-entry-summary {
	margin-bottom: 15px;
	padding: 7px;
}
.blog-archive-month {
	font-size: 30px;
	text-align: left;
	text-indent: 40px;
	line-height: 30px;
	padding: 2px;
	margin: 0 0 10px;
}
.blog-archive-link {
	font-size: 13px;
	text-align: left;
	text-indent: 41px;
	margin-bottom: 22px;
}
.blog-archive-link:before, .blog-archive-month:before {
    top: 0;
    content: "\f016";
	position: relative;
	padding: 0;
	margin: 0;
	font: 20px FontAwesome;
	left: -5px;
}
/* @end */

.blog-entry {
	text-align: left;
	padding-top: 10px;
}
.blog-entry-title {
	display: inline-block;
	margin-left: 0;
	text-indent: 3px;
	width: auto;
	position: relative;
	padding: 0 10px 10px;
	font-size: 30px;
	line-height: 34px;
	font-weight: normal;
	font-style: normal;
}
.blog-entry-date {
	text-align: left;
	font-size: 11px;
	float: right;
	width: 94%;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 20px;
	margin-right: 1%;
	padding: 5px 2%;
}
.blog-entry-date:before {
    top: 0;
    content: "\f133";
	position: relative;
	padding: 0 0 0 10px;
	margin: 0;
	font: 10px FontAwesome;
	left: -5px;
}
.blog-entry-category {
	margin-left: 5px;
	margin-right: 2px;
	float: right;
	text-align: right;
	padding: 1px 10px 3px 5px;
	clear: left;
	display: inline-block;
}
.blog-entry-category:before {
    top: 0;
    content: "\f016";
	position: relative;
	padding: 0;
	margin: 0;
	font: 10px FontAwesome;
	left: -5px;
}
.blog-entry-category a:link, .blog-entry-category a:visited { }
/*styles the permalink link in the main entry */
.blog-entry-permalink {
	padding-left: 16px;
	margin-left: 4px;
	padding-bottom: 5px;
	padding-top: 1px;
}
.blog-entry-permalink:before {
    top: 0;
    content: "\f0c1";
	position: relative;
	padding: 0;
	margin: 0;
	font: 10px FontAwesome;
	left: -5px;
}
.blog-entry-permalink a:link, .blog-entry-permalink a:visited { }
.blog-read-more {
	padding: 7px;
	margin: 0;
}
.blog-entry-body {
	padding: 10px;
	margin: 0;
}
.blog-entry-comments {
	text-align: right;
	padding-right: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 11px;
}
/* styles the archives in the blog sidebar */
.blog-archive-link-enabled { }
.blog-archive-link-disabled { }
.blog-category-link-enabled:before, .blog-category-link-disabled:before {
    top: 0;
    content: "\f105";
	position: relative;
	padding: 0;
	font: 13px FontAwesome;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	left: -5px;
}
.blog-category-link-enabled, .blog-category-link-disabled {
	font-size: 13px;
	padding-bottom: 2px;
	line-height: 25px;
	text-transform: uppercase;	
	transition: all 0.20s linear;
	-moz-transition: all 0.20s linear;
	-webkit-transition: all 0.20s linear;
	-o-transition: all 0.20s linear;
	padding-top: 1px;
	padding-left: 15px;
}
.blog-category-link-disabled {
	position: relative;
	z-index: 1;
}
 /*Styles the blog RSS feeds in the blog sidebar*/ 
#blog-rss-feeds {
	font-size: 12px;
	line-height: 24px;
	padding-top: 7px;
	margin: 0;
	width: 90%;
}
.blog-rss-link {
	padding-bottom: 4px;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-left: 2%;
	padding-left: 3%;
	text-indent: 4px;
	margin-bottom: 15px;
	width: 90%;
}
.blog-comments-rss-link {
	padding-bottom: 4px;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-left: 2%;
	padding-left: 3%;
	text-indent: 4px;
	width: 90%;
}
.blog-comments-rss-link:before, .blog-rss-link:before {
    top: 0;
    content: "\f09e";
	position: relative;
	padding: 0;
	margin: 0;
	font: 15px FontAwesome;
	left: -5px;
}
p.blog-entry-tags {
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 15px;
}
p.blog-entry-tags a {
	padding: 3px 1px 4px 10px;
	margin-left: 2px;
	font-size: 13px;
	line-height: 15px;
}
/* Styles blog tag links normal and visited state */
p.blog-entry-tags a:link, p.blog-entry-tags a:visited {
	padding-top: 2px;
	padding-bottom: 1px;
	margin: 0;
}
p.blog-entry-tags a:before, ul.blog-tag-cloud:before {
    top: 0;
    content: "\f02b";
	position: relative;
	padding: 0;
	margin: 0;
	font: 14px FontAwesome;
	left: -5px;
}
p.blog-entry-tags a:hover { }
p.blog-entry-tags a:active { }
ul.blog-tag-cloud { }
ul.blog-tag-cloud li { }
ul.blog-tag-cloud li a:link,
ul.blog-tag-cloud li a:visited { }
ul.blog-tag-cloud li a:hover { }
ul.blog-tag-cloud li a:active { }
/* ___________________________ */
#blog-archives {	
	margin-top: 12px;	
	line-height: 20px;
	margin-left: 2%;
	width: 84%;	
	border-top-width: 2px;
	border-top-style: solid;
	padding: 5%;
}
#blog-categories {
	margin-top: 12px;
	margin-left: 2%;
	width: 84%;
	border-top-width: 2px;
	border-top-style: solid;
	padding: 5%;
}
ul.blog-tag-cloud {
	margin-top: 12px;
	margin-left: 2%;
	width: 84%;
	border-top-width: 2px;
	border-top-style: solid;
	padding: 5%;
}
/* ___________________________ */
/* @end */

/* @group Blog Comments */

/* @group Disqus */
#dsq-comments-title {clear: none !important;}
#dsq-content .dsq-options {clear: none !important;}
#dsq-thread-settings {clear: none !important;}
#dsq-content div {clear: none !important;}
.dsq-login-buttons li {	clear: none !important;	margin-bottom: 25px!important;}
.dsq-button {float: none ! important;}
/* @end */

/* @group JS-Kit Override */
.js-singleCommentBodyT {
	display: block;
	padding-top: 17px !important;
}
.js-singleCommentHeader {
	padding: 0 8px !important;
}
.js-OldComments,
.js-commentFieldLabel,
.js-pmFieldLabel,
.js-singleCommentBody,
.js-singleCommentKarmaComMod,
.js-commentBodyLabel,
.js-commentCmtTextarea,
.js-commentAvatarArea,
.js-OldCommentsWrap,
.js-OldComments,
.js-CreateCommentFieldsWrap,
.js-CreateCommentFields,
.js-commentCmtTextarea,
.js-kit-comments div {
	clear: none !important;
}
.js-singleCommentText {
	display: block !important;
	clear: both !important;
}
.js-kit-comments br {
	display: none !important;
}
.js-singleCommentBody br {
	display: block !important;
}
/* @end */

/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 15px;
	margin-top: 15px;
}
.filesharing-item {
	padding: 15px 10px 20px 20px;
	margin-bottom: 30px;
	border-style: solid;
	border-width: 1px;
}
.filesharing-item-title a:link { }
.filesharing-item-title a:link:before {
    top: 0;
    content: "\f019";
	position: relative;
	padding: 0;
	margin: 0 10px 0 0;
	font: 15px FontAwesome;
	left: 0;
}
.filesharing-item-title a:hover { }
.filesharing-item-title a:visited { }
.filesharing-item-description {
	padding-top: 8px;
	font-size: 14px;
}
/* @end */


/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	padding-bottom: 7px;
	text-align: center;
}
.album-description {
	text-align: left;
	margin-bottom: 45px;
	padding-top: 9px;
	padding-bottom: 5px;
}
.album-wrapper {
	display: block;
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 6%;
	margin-right: auto;
	padding-bottom: 3%;
	margin-left: auto;
	padding-left: 3.1%;
}
.thumbnail-frame {	
    bottom: 0;
    left: 0;    	
	position: relative;
	z-index: 1;
}
.thumbnail-frame img {
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
    transition: all 0.33s linear;
	-moz-transition: all 0.33s linear;
	-webkit-transition: all 0.33s linear;
	-o-transition: all 0.33s linear;
	transition-delay: 20ms;
    -webkit-transition-delay: 20ms;
	-o-transition-delay: 20ms;
	-moz-transition-delay: 20ms;
}
.thumbnail-frame img:hover {
    box-shadow: 0px 1px 3px #6e6e6e ;
    -webkit-box-shadow: 0px 1px 3px #6e6e6e ;
    -moz-box-shadow: 0px 1px 3px #6e6e6e ;    
    transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-webkit-transition: all 0.10s linear;
	-o-transition: all 0.15s linear;
	transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
}
.thumbnail-frame:hover { }
.thumbnail-frame a { }
.thumbnail-frame a:hover {			
	margin: 0;
	padding: 0;
}
.thumbnail-caption {
	display: block;	
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	opacity: 0.9;
	padding: 0;
	font-size: 11px;
}
.thumbnail-table {
	width: 59%;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

/* @end */

/* @group Single Page (Photo view) */

/* Single Page (Photo view) */
.photo { }
.photo-background {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0px;
	color: rgba(255,255,255,0);
}
.photo-navigation {
	padding: 5px 0 0;
	text-align: center;	
	margin-right: auto;
	margin-left: auto;
	max-width: 340px;
	background-color: rgba(0,0,0,0.1739159);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.photo-navigation a:link, .photo-navigation a:visited {
	color: #f2f2f2;
	text-align: center;
}
.photo-title {
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0;
	text-align: center;
	padding: 4px 0 14px;
	text-transform: uppercase;
	font: 15px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.photo-caption {
	color: #d8d8d8;
	padding: 0px;
	margin-top: 7px;
	font-size: 13px;
	line-height: 15px;
}
.photo-links {
	color: #fff;	
    background-color: rgba(0,0,0,0.1739159);
	margin: 0;	
	opacity: 0.85;	
	transition: all 0.12s linear;
	-moz-transition: all 0.12s linear;
	-webkit-transition: all 0.12s linear;
	-o-transition: all 0.12s linear;
	padding: 25px 0;
	text-transform: uppercase;
    font-size: 14px;
	line-height: 16px;
}
.photo-links:hover {
	opacity: 1.0;	
	transition: all 0.22s linear;
	-moz-transition: all 0.22s linear;
	-webkit-transition: all 0.22s linear;
	-o-transition: all 0.22s linear;
}
.photo-links a {
	padding: 0;
	margin: 0;
}
.photo-links a:hover, .photo-links a:active {}
.photo-navigation a:hover {
	text-decoration: underline;
	color: #dbdbdb;
}





.photo-frame{
	width: 94%; /* fallback IE */
	height: auto; /* fallback IE */
	max-width: 94%; /* fallback IE */	
	position: absolute;	
	box-shadow: 0px 3px 15px 0px rgba(21, 21, 21, 0.271) ;
	-webkit-box-shadow: 0px 3px 15px 0px rgba(21, 21, 21, 0.271) ;
	-moz-box-shadow: 0px 3px 15px 0px rgba(21, 21, 21, 0.271) ;
	margin-right: auto;
	padding: 0;
	margin-left: auto;	
	max-width: 100vw;
	 width:auto;
	height:auto;
	max-width: 94vw;
	max-height: 78vh;
	text-align: center;
	right: 0;
	left: 0;
	margin-top: 1.5%;
}
.photo-background { }
.photo-navigation { }
.photo-links { }
.photo-navigation a:link, .photo-navigation a:visited { }
.photo-navigation a:hover { }
.photo-frame { }
.photo-title { }
.photo-caption { }
/* @group animation on load */
.photo-frame {	
  -webkit-animation: photo-frame 0.55s ease-in !important;
  -moz-animation: photo-frame 0.55s ease-in !important;
   -ms-animation: photo-frame 0.55s ease-in !important;
  -o-animation: photo-frame 0.55s ease-in !important;
  animation: photo-frame 0.55s ease-in !important;
}
@-moz-keyframes photo-frame { 0% { opacity: 0; }  100% { opacity: 1; }}
@-webkit-keyframes photo-frame{ 0% { opacity: 0;}  100% { opacity: 1; }}
@-ms-keyframes photo-frame { 0% { opacity: 0;} 100% { opacity: 1; }}
@keyframes photo-frame {
  0% {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  
	filter: alpha(opacity=0);
	opacity: 0;}
  100% { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
	opacity: 1; }
}
/* ---------- */

.photo-frame:hover{}

/* @end */
/* @end */

/* @end */
/* @group Contact form */
form {
	margin: 0 auto 0 4%;
}
.message-text {
	margin-top: 0;
	width: 96%;
	text-align: center;
	padding: 18px 2%;
} 
.required-text {} 
.form-input-field {
	background-color: #fbfbfb;
	margin-top: 8px;
	color: #5d5d5d;
	width: 90%;
	border: 1px solid #dcdcdc;
	font-size: 16px;
	line-height: 19px;
	padding: 10px 2%;
}
.form-input-field:hover, .form-input-field a:visited {
	background-color: #fffeff;
	border-color: #98a9fd;
}
.form-input-field a:active, .form-input-field a:current {
	border-color: #98a9fd;
	background-color: #fffeff;
}
.form-input-button {
	padding: 8px 14px;	
	color: #919191;	
	border: 1px solid #d5d5d5;
	text-transform: uppercase;
	margin: 10px 10px 0 5px;	
	transition: all 0.20s linear;
	-moz-transition: all 0.20s linear;
	-webkit-transition: all 0.20s linear;
	-o-transition: all 0.20s linear;
  	text-shadow: #f1f1f1 0 1px 0;
	letter-spacing: 1px;
	background-color: #eaeaea;
}
.form-input-button:hover {
	border: 1px solid #bcbcbc;	
	transition: all 0.18s linear;
	-moz-transition: all 0.18s linear;
	-webkit-transition: all 0.18s linear;
	-o-transition: all 0.18s linear;
	color: #515151;
}
.form-input-button:focus { } 
/* @end */

/* @group Sitemap */
.rw-sitemap {
	padding: 17px 0 23px;
	width: 80%;
	margin-left: 10%;
}
.rw-sitemap ul {
    padding: 0;    
    list-style-position: outside;
	list-style-type: none;
	margin-bottom: 11px;
}
.rw-sitemap ul li {
	margin: 0 0 15px;
	text-transform: none;	  	
	padding: 22px 5px 5px;
	border-width: 1px;
	border-style: solid;
}
.rw-sitemap ul ul {
    padding: 0 0 0 17px;
	margin-top: 7px;	
}
.rw-sitemap ul:last-child {
	padding-right: 8px;
}
.rw-sitemap ul li:last-child {    
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: -5px;
}
.rw-sitemap ul ul {
	margin-bottom: 14px;
	width: auto;
}
.rw-sitemap ul ul li {
	border-style: none;
	border-width: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
}
.rw-sitemap ul ul ul { }
.rw-sitemap ul a {
	padding: 0 8px 0 0;
	font-size: 18px;
	line-height: 18px;
}
.rw-sitemap ul li li a {
	font-size: 15px;	
	list-style-position: outside;
	line-height: 16px;
}
.rw-sitemap ul a:before {
    top: 0;
    content: "\f105";
	position: relative;
	padding: 0 5px 0 15px;
	font: 15px/16px FontAwesome;
	margin: 0;
}
/* @end */
/* Banner_image */
#rw-banner-image_wrapper {
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
	overflow: auto;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	 -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
#rw-banner-image {
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
	overflow: auto;
	background: url('../../../rw_common/themes/freesplash/images/editable_images/banner_image.jpg') no-repeat fixed center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
}
/* Responsive */
@media only screen and (max-width: 768px) {
.rw-sitemap {width: 90%;margin-left: 5%;}
.thumbnail-wrap {margin-bottom: 8%;}
}
@media only screen and (max-width: 600px) {
.thumbnail-wrap {margin-bottom: 11%;}
#pageHeader h1 {font-size: 30px; line-height: 25px; margin-top: 26px;}
#logo img {	max-height:60px; max-width:140px !important; }
#pageHeader h2 { font-size: 16px; line-height: 18px; }
}

/*iPhone X*/
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
.rw-sitemap {width: 88%;margin-left: 6%;}
.thumbnail-wrap {margin-bottom: 9%;}
 }
/*iPhone 8*/
@media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) { 
.rw-sitemap {width: 88%;margin-left: 6%;}
.thumbnail-wrap {margin-bottom: 9%;}    
 }
/*iPhone 8 Plus*/
@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) {
#pageHeader h1 {font-size: 28px; line-height: 24px; margin-top: 24px;}
#pageHeader h2 { font-size: 15px; line-height: 18px; }
}
/* www.multithemes.com */