/* -------- multithemes -------- */
/* CUSTOM CLASSES clip text with Banner Image and banner image BG */
.bannertext {
background: url('../../../rw_common/themes/multiplan/images/editable_images/banner_image.jpg') no-repeat center top;
-webkit-background-size: cover; -moz-background-size: cover;  background-size: cover; 
-webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important;
-moz-background-clip: text !important; -moz-text-fill-color: transparent !important;
padding-top: 0.16em !important; padding-bottom: 0.16em !important;
overflow-wrap: break-word !important; display: inline-block;
}
.bannerbackground {
background: url('../../../rw_common/themes/multiplan/images/editable_images/banner_image.jpg') no-repeat center center;
-webkit-background-size: cover; -moz-background-size: cover;  background-size: cover; 
}
/* CUSTOM CLASSES end */


/* backdrop */
/*#rapidweaver_privacy_message,*/
.backdrop-blur {-webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); -webkit-transform:translate3d(0,0,0);}


/* @group bootstrap responsive video */
  .embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; }
  .embed-responsive::before { display: block;   content: ""; }
   .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }
   .embed-responsive-21by9::before { padding-top: 42.857143%; }
   .embed-responsive-16by9::before { padding-top: 56.25%; }
   .embed-responsive-3by4::before { padding-top: 133.333333%; }
   .embed-responsive-1by1::before { padding-top: 100%; }
 /* @end */
.center, .center img {margin-left: auto; margin-right: auto; display: block;text-align: center; }

/* @group columns 2x */
/* code: 
<div class="column-2x-1150 ">
  <div class="left-side">Text 1 </div>
  <div class="right-side">Text 2</div>
</div>
___________________  */

 
.left-side {
float: left; width: 48%; }
.right-side {
float: right; width: 48%; }
.column-2x-500 img,
.column-2x-600 img,
.column-2x-770 img,
.column-2x-900 img,
.column-2x-1030 img,
.column-2x-1150 img {
max-width: 100%; height: auto; 
}	
.column-2x-500:after,	
.column-2x-600:after,
.column-2x-770:after,
.column-2x-900:after,
.column-2x-1030:after,
.column-2x-1150:after  {
content:"";display: table;
clear: both; }
/* breakpoint 500px */
@media screen and (max-width: 500px) {
.column-2x-500 .left-side,
.column-2x-500 .right-side { float: none !important; 
width: auto !important; }
}
/* breakpoint 600px */
@media screen and (max-width: 600px) {
.column-2x-600 .left-side,
.column-2x-600 .right-side { float: none !important; 
width: auto !important; }
}
/* breakpoint 700px */
@media screen and (max-width: 770px) {
.column-2x-770 .left-side, 
.column-2x-770 .right-side { float: none !important;  
width: auto !important; }
}
/* breakpoint 900px */
@media screen and (max-width: 900px) {
.column-2x-900 .left-side, 
.column-2x-900 .right-side { float: none !important;  
width: auto !important;  }
}
/* breakpoint 1030px */
@media screen and (max-width: 1030px) {
.column-2x-1030 .left-side, 
.column-2x-1030 .right-side { float: none; 
width: auto; }
}
/* breakpoint 1150x */
@media screen and (max-width: 1150px) {
.column-2x-1150 .left-side, 
.column-2x-1150 .right-side { float: none; 
width: auto; }
}

 /* @end */
 
 
/* @group Extracontent formatting */
.column { float: left; }
.one { width: 100%; }
.two { width: 50%;}
#extraContainer1_back .two {}
.three { width: 33.3%; }
.four { width: 25%; }
.five { width: 20%; }
.two3rds { width: 66%; }
.three4ths { width: 75%; }
.four5ths { width: 80%; }
.column .content { width: 90% ! important; margin: 0 auto; padding: 0 ! important; float: none ! important;}
/* @end */

/* @group Extracontents  */


#extraContainer1 {
	margin-right: auto;
	margin-left: auto;
	/*overflow: auto;*/
	padding: 0;
}
#extraContainer1box {
	padding: 0 24px;
	width: auto;
	margin: 0 auto;
	position: relative;
}

#extraContainer1box_full {
	width: 100%;
	margin: 0 auto;
	z-index: 0;
	position: relative;
	padding-right: 0;
	padding-left: 0;
}
#extraContainer1 img {

	display: block;
	overflow: auto;
	margin-bottom: -6px;
}
#extraContainer2 {
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	position: relative;
	padding-right: 24px;
	padding-left: 24px;
	border-top-left-radius:2px;
  -webkit-border-top-left-radius:2px;
  -moz-border-radius-topleft:2px;
  border-top-right-radius:2px;
  -webkit-border-top-right-radius:2px;
  -moz-border-radius-topright:2px;

}
#extraContainer2box {
		/*overflow: auto;*/
		overflow: visible;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	margin-top: 0;

}
/* @end */

/* @group General Styles */
html{height:100% ;
     min-height:100%;
}
body{
    min-height:100%;
    padding: 0;
	margin: 0;
	width: 100%;
}
p { }
b, strong {	}
a:link, a:visited {
	text-decoration: none;
	transition-property: color;
	transition-duration: 250ms;
	-webkit-transition-property: color;
	-webkit-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 Layout */

#bodyimage {	
	z-index: -2;
	transition: all 0s linear !important;
	-moz-transition: all 0s linear !important;
	-webkit-transition: all 0s linear !important;
}
#container {
	position: relative;
}

/* ------------------------------ */
.clearer {
	clear: both;
	display:block; position: relative; }
#pageHeader {
	margin: 0;
	min-height: 140px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

/* -------logo normal------ */

#logo {
	max-width:350px !important;
	overflow: visible;
	padding: 0;	
	margin: 0;
	z-index: 105;
	left: 0;
	position: absolute;
	width: 400px;
}

#logo img {
	max-height:120px;
	max-width:350px !important;
	height: auto;
	overflow: auto;
	width: auto;
	padding: 0;
	display: block;	
  transition: all 0.18s linear;
	-moz-transition: all 0.18s linear;
	-webkit-transition: all 0.18s linear;
	margin-top: 9px;
	margin-bottom: 0;
	margin-left: 5px;
}


/* fixed issue in RW7 AW in logo DIV */
#logo [class^="fa fa-"],#logo [class*="fa fa-"] {display: none !important;}
#logo {font-size: 0;line-height: 0;}
/* fixed issue in RW7 AW in logo DIV */

/* @group big logo SLIDE */
#XXX  {	
  -webkit-animation: slide-big-logo 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940)  both;
  animation: slide-slogan 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940)  both;  
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
  
  /*-webkit-backface-visibility: hidden; 	      
  -webkit-transform-style: preserve-3d;*/
}
    
@keyframes slide-big-logo { 
0%{
transform: translateY(-16px);
-webkit-transform:  translateY(-16px);
} 
40%{
transform: translateY(-16px);
-webkit-transform: translateY(-16px);
} 
100%{
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
}
/* Safari and Chrome */
@-webkit-keyframes slide-big-logo {
0%{  -webkit-transform:  translateY(-16px); } 
40%{ -webkit-transform:  translateY(-16px); } 
100%{ -webkit-transform: translateY(0px); }
}
/* @end */

/* -------logo normal------ */

#logobox {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	height: auto;
	right: 0;
	left: -55px;
}

/* ------------- */
.titles {
	position: absolute; /* fised in javascript */	     
     transition: all 0s linear !important;
	-moz-transition: all 0s linear !important;
	-webkit-transition: all 0s linear !important;
	padding: 0;
	margin: 0;
	height: 140px;
	z-index: 2;
}
.title h1 {
	font-size: 50px;
	text-align: center;
	padding-top: 18px;
}
.slogan h2 {
	font-size: 26px;
	text-align: center;
	padding-top: 2px;
}
.title h1, .slogan h2 { }
/* ------------- */
#pageHeader h1 {
	text-align: center;
	padding-top: 25%;
	padding-bottom: 13px;
	margin: 0;
}
#pageHeader h2 {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}
#contentContainer {
	position: relative;
	top: 0;
	padding-bottom: 60px;
}
/* ------------------------------ */

#contentContainer #content {
	margin: 0 auto;
	padding: 0 24px;  
}
#sidebarContainer {
	margin: 0;
	padding: 0;		
}
#sidebarContainer #sidebar {
	margin-right: auto;
	margin-left: auto;
	padding-right: 24px;
	padding-left: 24px;	
}
#sidebarContainer .sideHeader {
	text-align: center;
	padding-bottom: 15px;
}
#footer_box {
	margin: 0;
	overflow: auto;
    min-height: 40px;

	padding: 0;
	border-top-style: solid;
	border-top-width: 1px;
}
#footer {
	margin: 0;
	padding: 15px 24px 0 0;
	float: right;
	
}
#footer p {
	text-align: center;
	margin-top: 0;
	padding: 4px 9px 5px 15px;
		  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px ;	
}
#footer a:link, #footer a:visited { }
#footer a:hover, #footer a:active { }

/* @end */
/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: center;
	padding: 13px 0 1px 20px;
	margin: 0 auto;
	float: left;
}
#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
}
#breadcrumbcontainer li {
	display: inline;
	margin-top: 0;
	padding: 3px 2px 5px;
		  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px ;	
}
#breadcrumbcontainer a {
	text-decoration: none;
	text-align: center;
	background: url(images/elements/icons/bread_crumb.png) no-repeat left 48%;
	padding-left: 11px;
	padding-right: 0;
	
	transition: All 0.15s linear;	
	-webkit-transition: All 0.15s linear;	
	-moz-transition: All 0.15s linear;	
}
#breadcrumbcontainer a:hover {
	background-position: 2px 48%;
}
/* @end */

#hello{
 -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  filter: blur(15px);
}
/* @group Global Classes */
code {
	padding: 5px;
	margin-left: 6%;
	display: block;
	margin-right: 6%;
	font: 14px 'Courier New', Courier, monospace;
	border-width: 1px;
	border-style: solid;
	border-radius:14px;
    -webkit-border-radius:14px;
    -moz-border-radius:14px;   
	border-left-width: 1px;
	border-right-width: 1px;
	overflow: auto;
	background-color: transparent;
}
pre, xmp {
	padding: 5px;
	margin-left: 6%;
	display: block;
	margin-right: 6%;
	font: 14px 'Courier New', Courier, monospace;
	border-width: 1px;
	border-style: solid;
	overflow: auto;
	border-radius:14px;
    -webkit-border-radius:14px;
    -moz-border-radius:14px;
	border-left-width: 1px;
	border-right-width: 1px;
	margin-bottom: 0;
	background-color: transparent;
}
blockquote, .standout { }
.imageStyle { }
/* Main content area unordered list styles */
#contentContainer #content ul { }
#contentContainer #content li { }
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 */

.blog_top {
	display: none;
}
.blog_bottom {
	display: block;
	overflow: auto;
}
/* @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-archive-background {
	text-decoration: none;
}
.blog-entry-summary {
	margin-bottom: 15px;
	padding: 6px;
}
.blog-archive-headings-wrapper { 	text-align: left;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
.blog-archive-entries-wrapper { 	text-align: left; 
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	padding: 1px;
}
.blog-archive-entries-wrapper .blog-entry { }
.blog-archive-month {
	font-size: 25px;
	text-align: left;
	text-indent: 40px;
	margin-bottom: 4px;
	background: 12px 4px url(images/elements/icons/archives.gif) no-repeat;
	line-height: 30px;
	margin-top: 18px;
	padding: 2px;
}
.blog-archive-link {
	font-size: 13px;
	background: url(images/elements/icons/blog_back_on.gif) no-repeat 22px 4px;
	text-align: left;
	text-indent: 41px;
	margin-bottom: 22px;
}
.blog-archive-link a:hover {
	text-decoration: none;
}
/* ------------ */
.blog-archive-link-enabled {
	background: url(images/elements/icons/pen.png) no-repeat left center;
	font-size: 12px;
	padding-left: 25px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.blog-archive-link-disabled {
	font-size: 12px;
	padding-left: 25px;
}
.blog-archive-link-enabled a:hover, .blog-archive-link-disabled a:hover { }
.blog-archive-link a:link, .blog-archive-link a:visited {
	text-decoration: underline;
}
/* @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: 10px 20px 11px;
}

.blog-entry-title a {
}
.blog-entry-date {
	text-align: left;
	font-size: 13px;
	background: url(images/elements/icons/date.png) no-repeat 16px 6px;
	text-indent: 27px;
	font-style: italic;
	padding: 5px 4px 5px 10px;
	float: right;
	margin: 15px 10px 10px 0;
}
/*styles the category link in the main entry */

.blog-entry-category {
	background: url(images/elements/icons/categories.png) no-repeat 0px 0px;
	margin-left: 5px;
	padding-left: 18px;
	padding-bottom: 11px;
	margin-right: 2px;
	padding-top: 1px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	padding-left: 16px;
	background: url(images/elements/icons/permalink.gif) no-repeat 0 0;
	margin-left: 4px;
	padding-bottom: 5px;
	padding-top: 1px;
}
.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}
.blog-read-more {
	padding: 7px;
	margin: 0;
}
.blog-entry-body {
	padding: 8px 0 15px;
	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 */
/* ---box vertical tile------------------------------- */
#blog-archives {	background: url(images/elements/grey_6.png) repeat;
}
.blog-archive-link-enabled { }
.blog-archive-link-disabled { }
/* Styles the blog categories in the blog sidebar */
/* ---box top------------------------------------- */
#blog-categories {
	background: url(images/elements/grey_6.png) repeat;
}
.blog-category-link-enabled, .blog-category-link-disabled {
	font-size: 13px;
	padding-bottom: 2px;
	line-height: 25px;	
	padding-left: 30px;
	text-transform: uppercase;
	background: url(images/elements/icons/archives.png) no-repeat 5px center;
	
	transition: all 0.20s linear;
	-moz-transition: all 0.20s linear;
	-webkit-transition: all 0.20s linear;
	padding-top: 1px;
}
.blog-category-link-disabled {
	position: relative;
	z-index: 1;
}
.blog-category-link-enabled:hover, .blog-category-link-disabled:hover {
	background: url(images/elements/icons/archives_2.png) no-repeat 5px center;	
	transition: all 0.20s linear;
	-moz-transition: all 0.20s linear;
	-webkit-transition: all 0.20s linear;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	font-size: 12px;
	line-height: 24px;
	padding-top: 7px;
	margin: 0;
}
.blog-rss-link {
		background: url(images/elements/icons/rss.gif) no-repeat 0 2px;
	padding-bottom: 4px;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-left: 2%;
	padding-left: 3%;
	text-indent: 4px;
	margin-bottom: 30px;
}
.blog-comments-rss-link {
		background: url(images/elements/icons/rss.gif) no-repeat 0 2px;
	padding-bottom: 4px;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-left: 2%;
	padding-left: 3%;
	text-indent: 4px;
}
.blog-rss-link {
		background: url(images/elements/icons/rss.gif) no-repeat 0 2px;
	padding-bottom: 4px;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-left: 2%;
	padding-left: 3%;
	text-indent: 4px;
	margin-bottom: 30px;
}
.blog-comments-rss-link {
		background: url(images/elements/icons/rss.gif) no-repeat 0 2px;
	padding-bottom: 4px;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-left: 2%;
	padding-left: 3%;
	text-indent: 4px;
}

p.blog-entry-tags {
	margin-bottom: 35px;
}
p.blog-entry-tags a {
	padding: 3px 5px 4px 20px;
	margin-left: 2px;
}
/* Styles blog tag links normal and visited state */

p.blog-entry-tags a:link,
p.blog-entry-tags a:visited {
	background: url(images/elements/icons/tags.png) no-repeat 0 3px;
	padding-top: 2px;
	padding-bottom: 1px;
}
/* Styles blog tag links hover state */
p.blog-entry-tags a:hover {
}
/* Styles blog tag links active state */
p.blog-entry-tags a:active {
}
/* Styles the tag clous un-ordered list */
/* ---box bottom------------------------------------- */
ul.blog-tag-cloud {
	background: url(images/elements/grey_6.png) repeat;	
}
/* Styles tag cloud list item */
ul.blog-tag-cloud li {
}
/* Styles all links in the tag cloud in normal and visited state */
ul.blog-tag-cloud li a:link,
ul.blog-tag-cloud li a:visited {
}
/* Styles all links in the tag cloud in hover state */
ul.blog-tag-cloud li a:hover {
}
/* Styles all links in the tag cloud in active state */
ul.blog-tag-cloud li a:active {
}
/* ___________________________ */
#blog-archives {
	padding: 10px;	
	margin-top: 10px;	
	line-height: 20px;
	margin-left: 2%;
	float: left;
	width: 27.5%;	
	border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px ;
}
#blog-categories {
	margin-top: 10px;
	padding: 10px;
	margin-left: 2%;
	float: left;
	width: 27.5%;
	border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px ;
}
ul.blog-tag-cloud {
	padding: 10px;
	margin-top: 10px;
	margin-left: 2%;
	float: left;
	width: 27.5%;
	border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px ;
}
/* ___________________________ */
/* @end */

/* @group Blog Comments */

/* These groups are used to forcibly over-ride the styles that Disqus and JS-KIT comments apply that break page layouts. It's likely you'll need to use them, however they're not ideal solutions and may not work in the future if the comment providers' Javascript-inserted markup changes. */

/* @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 {
	padding: 16px 20px 20px 16px;
}
.filesharing-item {
	/*float: left;*/
	display: inline-table;
	background: url(images/elements/grey_6.png) repeat;
	padding: 0;
	margin: 2.6% 2.2% 2.6% 3%;
	border-radius:18px;
  -webkit-border-radius:18px;
  -moz-border-radius:18px ;
	float: none;
	width: 44.2%;
}
.filesharing-item-title {
	padding-top: 2px;
	background: url(images/elements/grey_10.png) repeat;
	padding: 3%;
	width: auto;
	border-top-left-radius:11px;
  -webkit-border-top-left-radius:11px;
  -moz-border-radius-topleft:11px;
  border-top-right-radius:11px;
  -webkit-border-top-right-radius:11px;
  -moz-border-radius-topright:11px;
  border-bottom-left-radius:2px;
  -webkit-border-bottom-left-radius:2px;
  -moz-border-radius-bottomleft:2px;
  border-bottom-right-radius:2px;
  -webkit-border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
	margin: 8px;
	text-align: center;
}
.filesharing-item-title:hover { }
.filesharing-item-title a:link {
	background: url(images/elements/download.png) no-repeat 5px 50%;
	padding-left: 25px;	
	transition: all 0.05s linear;
	-moz-transition: all 0.05s linear;
	-webkit-transition: all 0.05s linear;
}
.filesharing-item-title a:hover {

		transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	background-position: 5px 65%;
}
.filesharing-item-title a:visited { }
.filesharing-item-description {
	font-weight: normal;
	padding: 15px 18px 18px;
	margin: 0;
}

/* @end */

/* @group photo album + prettyphoto */

/* @group prettyphoto */

/* ---------original code----------- */
	/* ----------------------------------
		Default Theme
	----------------------------------- */

	div.pp_default .pp_top,
	div.pp_default .pp_top .pp_middle,
	div.pp_default .pp_top .pp_left,
	div.pp_default .pp_top .pp_right,
	div.pp_default .pp_bottom,
	div.pp_default .pp_bottom .pp_left,
	div.pp_default .pp_bottom .pp_middle,
	div.pp_default .pp_bottom .pp_right { height: 13px; }
	
	div.pp_default .pp_top .pp_left { background: url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
	div.pp_default .pp_top .pp_middle { background: url(images/prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
	div.pp_default .pp_top .pp_right { background: url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */
	
	div.pp_default .pp_content .ppt { color: #f8f8f8; }
	div.pp_default .pp_content_container .pp_left { background: url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
	div.pp_default .pp_content_container .pp_right { background: url(images/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
	div.pp_default .pp_content { background-color: #fff; } /* Content background */
	div.pp_default .pp_next:hover { background: url(images/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.pp_default .pp_previous:hover { background: url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_default .pp_expand { background: url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
	div.pp_default .pp_expand:hover { background: url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_default .pp_contract { background: url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
	div.pp_default .pp_contract:hover { background: url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_default .pp_close { width: 30px; height: 30px; background: url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
	div.pp_default #pp_full_res .pp_inline { color: #000; } 
	div.pp_default .pp_gallery ul li a { background: url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
	div.pp_default .pp_gallery ul li a:hover,
	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
	div.pp_default .pp_social { margin-top: 7px; }

	div.pp_default .pp_gallery a.pp_arrow_previous,
	div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
	div.pp_default .pp_nav .pp_play,
	div.pp_default .pp_nav .pp_pause { background: url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
	div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
	div.pp_default .pp_details { position: relative; }
	div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next { background: url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
	div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
	div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
	div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }
	
	div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

	div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

	div.pp_default .pp_bottom .pp_left { background: url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
	div.pp_default .pp_bottom .pp_middle { background: url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
	div.pp_default .pp_bottom .pp_right { background: url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */

	div.pp_default .pp_loaderIcon { background: url(images/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */

	/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */
	div.light_rounded .pp_top .pp_left { background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded .pp_details { position: relative; }
	div.light_rounded .pp_description { margin-right: 85px; }
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 
	div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_rounded .pp_nav .pp_play { background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_rounded .pp_nav .pp_pause { background: url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_rounded .pp_arrow_previous { background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .pp_details { position: relative; }
	div.dark_rounded .pp_description { margin-right: 85px; }
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
	div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_rounded .pp_nav .pp_play { background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_nav .pp_pause { background: url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_rounded .pp_arrow_previous { background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: #000; }
	
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_expand { background: url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square .pp_details { position: relative; }
	div.dark_square .pp_description { margin: 0 85px 0 0; }
	div.dark_square #pp_full_res .pp_inline { color: #fff; }
	div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_square .pp_nav { clear: none; }
	div.dark_square .pp_nav .pp_play { background: url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_nav .pp_pause { background: url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.dark_square .pp_arrow_previous { background: url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url(images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square .pp_details { position: relative; }
	div.light_square .pp_description {
	margin-right: 85px;
}
	div.light_square #pp_full_res .pp_inline { color: #000; }
	div.light_square .pp_gallery a.pp_arrow_previous,
	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_square .pp_nav .pp_play { background: url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_square .pp_nav .pp_pause { background: url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.light_square .pp_arrow_previous { background: url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url(images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.light_square .pp_loaderIcon { background: url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook .pp_details { position: relative; }
	div.facebook .pp_description { margin: 0 37px 0 0; }
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_arrow_previous { background: url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	div.facebook .pp_nav .pp_play { background: url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
	
	div.facebook .pp_next:hover { background: url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}

		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; min-width: 40px; }
		* html .pp_content { width: 40px; }
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				float: left;
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0;
				}
				
				.pp_social { float: left; margin: 0; }
				.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
				.pp_social .twitter { float: left; }
				
				.pp_nav {
					clear: right;
					float: left;
					margin: 3px 10px 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
						white-space: nowrap;
					}
					
					.pp_nav .pp_play,
					.pp_nav .pp_pause {
						float: left;
						margin-right: 4px;
						text-indent: -10000px;
					}
				
					a.pp_arrow_previous,
					a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		.pp_gallery {
			display: none;
			left: 50%;
			margin-top: -50px;
			position: absolute;
			z-index: 10000;
		}
		
			.pp_gallery div {
				float: left;
				overflow: hidden;
				position: relative;
			}
			
			.pp_gallery ul {
				float: left;
				height: 35px;
				margin: 0 0 0 5px;
				padding: 0;
				position: relative;
				white-space: nowrap;
			}
			
			.pp_gallery ul a {
				border: 1px #000 solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}
			
			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }
			
			.pp_gallery ul a img { border: 0; }
			
			.pp_gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
				padding: 0;
			}
			
			.pp_gallery li.default a {
				background: url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}

.pp_gallery li.default a {
				background: url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}
		
		a.pp_next {
			background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			position: absolute; right: 0; top: 0; 
			display: block;
			line-height:22px;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			margin: 0 0 5px 15px;
			z-index: 9999;
		}

/* end original code */



/* @end */

/* @group prettyphoto multithemes */
div.pp_default .pp_description {
	margin-top: 10px;
	padding-bottom: 2px;
}
div.facebook .pp_description {
	margin-top: 0;
	padding-bottom: 2px;
}
div.light_rounded .pp_description, div.dark_rounded .pp_description {
	margin-top: 8px;
	padding-bottom: 2px;
}
div.light_square .pp_description, div.dark_square .pp_description {
	margin-top: 6px;
	padding-bottom: 2px;
}

.pp_social .facebook, .pp_social .twitter {
	margin-top: 8px;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* all features */

div.pp_default .pp_description,
div.facebook .pp_description,
div.light_square .pp_description,
div.light_rounded .pp_description,
div.dark_rounded .pp_description,
div.dark_square .pp_description {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;	
	text-align: center;
	margin-left: 90px;
	margin-right: 90px;
	font-size: 21px;
}



/* @end */

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

/* ------------------- */
.album-description {
  margin-bottom: 1rem;
  padding: 5px;
}
.album-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
  padding-bottom: 1rem;
}
.album-wrapper .thumbnail-wrap {
  display: block;
  width: 21%!important;
  height: auto!important;
  padding: 2%;
}

.thumbnail-frame img:hover {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.45) ;
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.45) ;
}

.album-wrapper .thumbnail-wrap .thumbnail-frame {
  width: 100%!important;
}
.album-wrapper .thumbnail-wrap .thumbnail-frame>a {
  display: block;
}
.album-wrapper .thumbnail-wrap .thumbnail-frame>a>img {
  width: 100%!important;
  height: 100%!important;
  margin-bottom: 5px;
}
.thumbnail-caption {
	display: block;	
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.thumbnail-frame img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

/* @end */

/* @group single page photo mode */

/* Single Page (Photo view) */
.photo {}
.photo-background {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #616161;
}
/* black png */
.photo-navigation {
	padding: 5px 0 0;
	text-align: center;	
	margin-right: auto;
	margin-left: auto;
	background: url(images/elements/black_80.png) repeat;
	max-width: 340px;
}
/* new */
.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: 5px 0;
	text-transform: uppercase;
}
/* color title image below */
.photo-caption {
	color: #d8d8d8;
	padding: 0px;
	margin-top: 5px;
}
.photo-links {
	color: #fff;	

	
	-webkit-box-shadow: 0 0px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0px 5px rgba(0,0,0,.25);
	box-shadow: 0 0px 5px rgba(0,0,0,.25);
	background: url(images/elements/black_80.png) repeat;
	margin: 0;
	
	opacity: 0.85;
	
	transition: all 0.12s linear;
	-moz-transition: all 0.12s linear;
	-webkit-transition: all 0.12s linear;
	padding: 20px 0;
	text-transform: uppercase;
}

.photo-links:hover {
	opacity: 1.0;	
	transition: all 0.22s linear;
	-moz-transition: all 0.22s linear;
	-webkit-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 */

.photo-frame{
	width: 96%; /* fallback IE */
	height: auto; /* fallback IE */
	max-width: 96%; /* 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: 96vw;
	max-height: 78vh;
	text-align: center;
	right: 0;
	left: 0;
	margin-top: 10px;
}

.photo-frame:hover{}
/* @end */



/* @group animation on load */

.photo-frame {	
  -webkit-animation: photo-frame 0.35s ease-in !important;
  -moz-animation: photo-frame 0.35s ease-in !important;
  animation: photo-frame 0.35s ease-in !important;
}
@-moz-keyframes photo-frame {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes photo-frame{
  0% { opacity: 0;}
  100% { opacity: 1; }
}

@keyframes photo-frame {
  0% {opacity: 0;}
  100% {opacity: 1; }
}

/* ---------- */


.photo-frame:hover{}

/* @end */


/* @group EXIF data */
/* Data wrapper */
.exif-data {
	padding: 5px 4px 10px 20px;

	background: url(images/elements/black_80.png) repeat;	
	opacity: 0.90;
	max-width: 340px;
	margin: -4px auto 5%;
}
.exif-data p {
	color: #eee;
	text-align: left;
	padding-left: 27px;
	font-size: 11px;
	line-height: 22px;
	background: url(images/elements/exif/efix_triangle.gif) no-repeat 7px 40%;
	padding-bottom: 0;
	text-indent: 3px;
	margin: 3px 0 0;
}
/* p tag classes for all exif data */
p.exif-version {}
p.exif-colour-space {}
/* icon */
p.exif-focal-length {
	background: url(images/elements/exif/efix_focal_length.gif) no-repeat left center;
}
/* icon */
p.exif-dimensions {
	background: url(images/elements/exif/efix_dimensions.gif) no-repeat left center;
}
/* icon */
p.exif-pixel-y-dimension {
	background: url(images/elements/exif/efix_y_dimension.gif) no-repeat left center;
}
/* icon */
p.exif-pixel-x-dimension {
	background: url(images/elements/exif/efix_x_dimension.gif) no-repeat left center;
}
p.exif-oecf-value {}
p.exif-subsec-time-original {}
p.exif-exposure-mode {}
p.exif-spatial-frequency-response {}
p.exif-scene-capture-type {}
p.exif-subject-location {}
/* icon */
p.exif-shutter-speed {
	background: url(images/elements/exif/efix_shutter_speed.gif) no-repeat left center;
}

/* icon */

p.exif-datetime-original {
	background: url(images/elements/exif/efix_date_time_x2.gif) no-repeat left center;
}
p.exif-subsec-time {}
p.exif-compressed-bits-per-pixel {}
p.exif-flash-energy {}
p.exif-saturation {}
p.exif-brightness {}
/* icon */
p.exif-exposure-time {
	background: url(images/elements/exif/efix_exposure_time.gif) no-repeat left center;
}
p.exif-f-number {}
p.exif-file-source {}
p.exif-gain-control {}
p.exif-subject-area {}
p.exif-cfa-pattern {}
p.exif-scene-type {}
p.exif-white-balance {}
p.exif-flash {}
p.exif-exposure-index {	}
p.exif-flashpix-version {}
p.exif-device-setting-description {}
p.exif-focalplane-x-resolution {}
/* icon */

p.exif-image-uniqueid {
	background: url(images/elements/exif/efix_image_unique_id.gif) no-repeat left center;
}
p.exif-components-configuration {}
p.exif-light-source {}
p.exif-sensing-method {}
/* icon */
p.exif-aperture {
	background: url(images/elements/exif/efix_aperture.gif) no-repeat left center;
}
p.exif-sharpness {}
p.exif-exposure-program {}
p.exif-subject-distance {}
p.exif-subsec-time-digitized {}
p.exif-contrast {}
p.exif-focalplane-resolution-unit {}
p.exif-gamma {}
/* icon */

p.exif-35mm-focal-length {
	background: url(images/elements/exif/efix_focal_length.gif) no-repeat left center;
}
/* icon */

p.exif-datetime-digitized {
	background: url(images/elements/exif/efix_date_time_x2.gif) no-repeat left center;
}
p.exif-subject-distance-range {}
p.exif-custom-rendered {}
/* icon */

p.exif-max-aperture {
	background: url(images/elements/exif/efix_aperture.gif) no-repeat left center;
}
p.exif-sound-file {}
p.exif-metering-mode {}
p.exif-spectral-sensitivity {}
p.exif-exposure-bias {}
p.exif-focalplane-y-resolution {}
/* icon */
p.exif-iso-rating {
	background: url(images/elements/exif/efix_iso.gif) no-repeat left center;
}
/* icon */
p.exif-maker-note {
	background: url(images/elements/exif/efix_maker_note.gif) no-repeat left center;
}
p.exif-digital-zoom-ratio {}
/* icon */
p.exif-user-comment {
	background: url(images/elements/exif/efix_user_comment.gif) no-repeat left center;
}
/* @end */
	
/* @end */





/* @group contact form */

form {
	width: 92%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 6%;
}
.message-text {
	margin-top: 0;
	margin-left: 6%;
	width: 90%;
	text-align: center;
	padding: 18px 20px;
} 
.required-text {} 
.form-input-field {
	background-color: #fbfbfb !important;
	margin-top: 8px;
	color: #5d5d5d;
	-webkit-transform-style: preserve-3d; /*prvent flicker toolbar*/
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);	
	
	transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-webkit-transition: all 0.20s ease-in-out;
	
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding: 7px;
	
		  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px ;
  	
	border-style: solid;
	border-width: 1px;
}
.form-input-field:hover {	
	 box-shadow: 0 0px 7px rgba(123, 162, 207,1.0);
	-webkit-box-shadow: 0 0px 7px rgba(123, 162, 207,1.0);
	-moz-box-shadow: 0 0px 7px rgba(123, 162, 207,1.0);	

    transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
}
.form-input-field:focus {

	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	
			  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px ;
	
	position: relative;
	z-index: 3;
}
.form-input-field:hover, .form-input-field a:visited {
	background-color: #fffeff;
	border-color: #98a9fd;
}
.form-input-field a:active {
	border-color: #98a9fd;
	background-color: #fffeff;
}

/* button */

.form-input-button {
	padding: 6px 12px;	
	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;
  	text-shadow: #f1f1f1 0 1px 0;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #eaeaea;	
	 border-radius:9px;
  -webkit-border-radius:9px;
  -moz-border-radius:9px ;	
}

.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;
	color: #515151;
}

.form-input-button:focus { } 
/* @end */


/* @group Sitemap */
.rw-sitemap {
	padding: 45px 0 !important;
	width: 70%;
	margin: 0 auto;
}
.rw-sitemap ul {
	
    padding: 0;
    margin-bottom: 11px !important;    
    list-style-position: outside;
    list-style-image: url(images/elements/parent_oriz.png);
    
    
}
.rw-sitemap ul:last-child {
	padding-right: 8px;
}
.rw-sitemap ul a {
	padding: 0 8px 0 0;
	
}
.rw-sitemap ul li {
	margin: 0 0 10px !important;
	text-transform: none;	        

	padding: 9px 3px 7px;
}
.rw-sitemap ul li:last-child {    

	margin-bottom: -5px;
}
.rw-sitemap a {	
border-radius:22px;
  -webkit-border-radius:22px;
  -moz-border-radius:22px ;	
}
.rw-sitemap ul ul {
    padding: 0 0 0 17px;
	margin-top: 7px;
}

/* @end */
/* @group ___FONT SIZE */

body { /* reset font size landscape-portraid */
 -webkit-appearance: none; 
appearance: none;  
 -webkit-text-size-adjust: none; 
/*text-size-adjust: none; */ 
}

/* body + extracontent --> 100%*/
html,
body,
header,
#container,
blockquote,
#contentContainer,
#contentContainer #content, 
#sidebarContainer,
#sidebarContainer #sidebar,
#headerEdge, #pageHeader, 
#pageHeader h1,
#pageHeader h2,
form, div, span, p,
code, iframe, img,
table, caption, footer,
#extraContainer1,
#extraContainer2,
#extraContainer3,
#extraContainer4,
#extraContainer5,
#extraContainer6,
h1, h2, h3, h4, h5, h6 {font-size: 100%; font: inherit; }

#container, #extraContainer1, #extraContainer2, #extraContainer3, #extraContainer4 {
	line-height: 1.6em;
	font-size: 0.86em;
}

h1 { font-size: 2.2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.05rem; }
h6 { font-size: 0.9rem;}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

/* ---text--- */

.album-title, .movie-page-title {
	line-height: 2.3em;
	font-size: 1.6em;
}

#pageHeader h1 {
	font-size: 3.6em;
	line-height: 1.1em;
}

#pageHeader h2 {
	line-height: 1.6em;
	font-size: 1.1em;
}

.sideHeader_bottom, .sideHeader_top, .sideHeader  { }
code {font-size: 0.875em;}

#sidebarContainer .sideHeader {
	line-height: 1.5em;
	font-size: 1.2em;
}

.rw-sitemap ul a { font-size: 1.063em; }

.filesharing-item-title {	
	line-height: 1em;
	font-size: 1.5em;
}
.rw-sitemap ul li li a { font-size: 0.938em;}
.footer, #footer, #footer p{
	font-size: 0.96em;
	line-height: 1.5em;
}
#breadcrumbcontainer a,
.breadcrumbcontainer2 a {
	line-height: 33px;
	font-size: 13px;
}
.form-input-button, .form-input-field {
	font-size: 1em;
	letter-spacing: 1px;
}
/* Lucida Grande */
body, a:link, a:visited, #pageHeader h1, pageHeader h2, #sidebarContainer .sideHeader, #footer a:link, #footer a:visited, #navcontainer a, h1, h2, h3, h4, .blog-archive-month, .blog-entry-title, .blog-entry-date, .album-title, .album-description, .thumbnail-caption, .photo-title, .photo-caption, .movie-page-title, .movie-page-description, .movie-thumbnail-caption, .photo-title, .photo-caption, .movie-title, .rw-sitemap, .rw-sitemap ul a, .rw-sitemap ul li li a, .rw-sitemap ul li li li a {
	font-family: "Lucida Grande", Arial, sans-serif;
}

/* Lucida Grande */

.thumbnail-caption {
	font-size: 0.8em;
}

.rw-sitemap ul a {
	font-size: 17px;
}
.rw-sitemap ul li li a, .rw-sitemap ul li li li a , .rw-sitemap ul li li li li a, .rw-sitemap ul li li li li li a   {
	font-size: 15px;
}
/* @end */

/*  @group Tipsy */

/* NOTE: all colors are overwritten by colortag.css */

.tipsy {
    position: absolute;
    padding: 5px;
    z-index: 100000; 
	margin-top: 20px;
	line-height: 30px;
	font-size: 18px;
	 font-family: "PerspectiveSansRegular", sans-serif !important;
}
.tipsy-inner {
	/* padding: 5px 8px 4px 8px; */	
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 10px 17px 8px;
    text-align: center;    
    
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    
    transition: All 0.3s linear;	
	-webkit-transition: All 0.3s linear;	
	-moz-transition: All 0.3s linear;	
}
.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000;
}
/* Rules to colour arrows - check the COLORTAG.CSS */

.tipsy-arrow-n { border-bottom-color: #000;}
.tipsy-arrow-s { border-top-color: #000;}
.tipsy-arrow-e { border-left-color: #000;}
.tipsy-arrow-w {border-right-color: #000;}
.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;

}
/*  @end */

/* @group  Settings Theme.js */

/*#up, #up a, #up spam {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}*/

.settings {
    position: relative;
    display: none;
}

#menuOpened { top: 0px !important; }
#fade_body { top: 0px !important; } 
#fade_page { top: 0px !important; } 
#parallax_body { top: 1px !important; }
#parallax_titles { top: 1px !important; }
#parallax_logo { top: 1px; }
#swap_image { top: 0px !important; }


/*  @end */

/* @group SCROLL EFFECT SETTING  */
/*.hidden { opacity: 0; }
.visible { opacity: 1; }*/
/* @end */

/* ----- */

/* @group Embedded WebFonts */


@font-face {
  font-family: 'FontAwesome';
  src: url('css/webfonts/fontawesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('css/webfonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('css/webfonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('css/webfonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('css/webfonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('css/webfonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* AW font */


@font-face {
    font-family: 'oswaldregular';
    src: url('css/webfonts/oswald/oswald-regular-webfont.eot');
    src: url('css/webfonts/oswald/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/oswald/oswald-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/oswald/oswald-regular-webfont.woff') format('woff'),
         url('css/webfonts/oswald/oswald-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/oswald/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- oswaldregular */
@font-face {
    font-family: 'abelregular';
    src: url('css/webfonts/abel/abel-regular-webfont.eot');
    src: url('css/webfonts/abel/abel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/abel/abel-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/abel/abel-regular-webfont.woff') format('woff'),
         url('css/webfonts/abel/abel-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/abel/abel-regular-webfont.svg#abelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*   ------- abel */
@font-face {
    font-family: 'alfa_slab_oneregular';
    src: url('css/webfonts/alfa/alfaslabone-regular-webfont.eot');
    src: url('css/webfonts/alfa/alfaslabone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/alfa/alfaslabone-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/alfa/alfaslabone-regular-webfont.woff') format('woff'),
         url('css/webfonts/alfa/alfaslabone-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/alfa/alfaslabone-regular-webfont.svg#alfa_slab_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- alfa_slab_oneregular */
@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('css/webfonts/open-sans-condensed/opensans-condlight-webfont.eot');
    src: url('css/webfonts/open-sans-condensed/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/open-sans-condensed/opensans-condlight-webfont.woff2') format('woff2'),
         url('css/webfonts/open-sans-condensed/opensans-condlight-webfont.woff') format('woff'),
         url('css/webfonts/open-sans-condensed/opensans-condlight-webfont.ttf') format('truetype'),
         url('css/webfonts/open-sans-condensed/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- open_sanscondensed_light*/
@font-face {
    font-family: 'medula_oneregular';
    src: url('css/webfonts/medulaone/medulaone-regular-webfont.eot');
    src: url('css/webfonts/medulaone/medulaone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/medulaone/medulaone-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/medulaone/medulaone-regular-webfont.woff') format('woff'),
         url('css/webfonts/medulaone/medulaone-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/medulaone/medulaone-regular-webfont.svg#medula_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- medula_oneregular */
@font-face {
    font-family: 'bree_serifregular';
    src: url('css/webfonts/breeserif/breeserif-regular-webfont.eot');
    src: url('css/webfonts/breeserif/breeserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/breeserif/breeserif-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/breeserif/breeserif-regular-webfont.woff') format('woff'),
         url('css/webfonts/breeserif/breeserif-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/breeserif/breeserif-regular-webfont.svg#bree_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- bree_serifregular */
@font-face {
    font-family: 'dosisregular';
    src: url('css/webfonts/dosis/dosis-regular-webfont.eot');
    src: url('css/webfonts/dosis/dosis-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/dosis/dosis-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/dosis/dosis-regular-webfont.woff') format('woff'),
         url('css/webfonts/dosis/dosis-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/dosis/dosis-regular-webfont.svg#dosisregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*   ------- dosisregular */
@font-face {
    font-family: 'rulukoregular';
    src: url('css/webfonts/ruluko/ruluko-regular-webfont.eot');
    src: url('css/webfonts/ruluko/ruluko-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/ruluko/ruluko-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/ruluko/ruluko-regular-webfont.woff') format('woff'),
         url('css/webfonts/ruluko/ruluko-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/ruluko/ruluko-regular-webfont.svg#rulukoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- rulukoregular */
@font-face {
    font-family: 'signikaregular';
    src: url('css/webfonts/signika/signika-regular-webfont.eot');
    src: url('css/webfonts/signika/signika-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/signika/signika-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/signika/signika-regular-webfont.woff') format('woff'),
         url('css/webfonts/signika/signika-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/signika/signika-regular-webfont.svg#signikaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- signikaregular */
@font-face {
    font-family: 'ubunturegular';
    src: url('css/webfonts/ubuntu/ubuntu-r-webfont.eot');
    src: url('css/webfonts/ubuntu/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/ubuntu/ubuntu-r-webfont.woff2') format('woff2'),
         url('css/webfonts/ubuntu/ubuntu-r-webfont.woff') format('woff'),
         url('css/webfonts/ubuntu/ubuntu-r-webfont.ttf') format('truetype'),
         url('css/webfonts/ubuntu/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- ubunturegular */
@font-face {
    font-family: 'capriolaregular';
    src: url('css/webfonts/capriola/capriola-regular-webfont.eot');
    src: url('css/webfonts/capriola/capriola-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/capriola/capriola-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/capriola/capriola-regular-webfont.woff') format('woff'),
         url('css/webfonts/capriola/capriola-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/capriola/capriola-regular-webfont.svg#capriolaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- capriolaregular */
@font-face {
    font-family: 'pacificoregular';
    src: url('css/webfonts/pacifico/pacifico-regular-webfont.eot');
    src: url('css/webfonts/pacifico/pacifico-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/pacifico/pacifico-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/pacifico/pacifico-regular-webfont.woff') format('woff'),
         url('css/webfonts/pacifico/pacifico-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/pacifico/pacifico-regular-webfont.svg#pacificoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- pacificoregular */
@font-face {
    font-family: 'damionregular';
    src: url('css/webfonts/damion/damion-regular-webfont.eot');
    src: url('css/webfonts/damion/damion-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/damion/damion-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/damion/damion-regular-webfont.woff') format('woff'),
         url('css/webfonts/damion/damion-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/damion/damion-regular-webfont.svg#damionregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- damionregular */
@font-face {
    font-family: 'asapregular';
    src: url('css/webfonts/asap/asap-regular-webfont.eot');
    src: url('css/webfonts/asap/asap-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/asap/asap-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/asap/asap-regular-webfont.woff') format('woff'),
         url('css/webfonts/asap/asap-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/asap/asap-regular-webfont.svg#asapregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- asapregular */
@font-face {
    font-family: 'bitterregular';
    src: url('css/webfonts/bitter/bitter-regular-webfont.eot');
    src: url('css/webfonts/bitter/bitter-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/bitter/bitter-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/bitter/bitter-regular-webfont.woff') format('woff'),
         url('css/webfonts/bitter/bitter-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/bitter/bitter-regular-webfont.svg#bitterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- bitterregular */
@font-face {
    font-family: 'stint_ultra_condensedregular';
    src: url('css/webfonts/stintultracondensed/stintultracondensed-regular-webfont.eot');
    src: url('css/webfonts/stintultracondensed/stintultracondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/stintultracondensed/stintultracondensed-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/stintultracondensed/stintultracondensed-regular-webfont.woff') format('woff'),
         url('css/webfonts/stintultracondensed/stintultracondensed-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/stintultracondensed/stintultracondensed-regular-webfont.svg#stint_ultra_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- stint_ultra_condensedregular */
@font-face {
    font-family: 'sofiaregular';
    src: url('css/webfonts/sofia/sofia-regular-webfont.eot');
    src: url('css/webfonts/sofia/sofia-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/sofia/sofia-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/sofia/sofia-regular-webfont.woff') format('woff'),
         url('css/webfonts/sofia/sofia-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/sofia/sofia-regular-webfont.svg#sofiaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- sofiaregular */
@font-face {
    font-family: 'lobsterregular';
    src: url('css/webfonts/lobster/lobster-regular-webfont.eot');
    src: url('css/webfonts/lobster/lobster-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/lobster/lobster-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/lobster/lobster-regular-webfont.woff') format('woff'),
         url('css/webfonts/lobster/lobster-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/lobster/lobster-regular-webfont.svg#lobsterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- lobsterregular */
@font-face {
    font-family: 'rochesterregular';
    src: url('css/webfonts/rochester/rochester-regular-webfont.eot');
    src: url('css/webfonts/rochester/rochester-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/rochester/rochester-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/rochester/rochester-regular-webfont.woff') format('woff'),
         url('css/webfonts/rochester/rochester-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/rochester/rochester-regular-webfont.svg#rochesterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- rochesterregular */
@font-face {
    font-family: 'playfair_display_scregular';
    src: url('css/webfonts/playfair/playfairdisplaysc-regular-webfont.eot');
    src: url('css/webfonts/playfair/playfairdisplaysc-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/playfair/playfairdisplaysc-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/playfair/playfairdisplaysc-regular-webfont.woff') format('woff'),
         url('css/webfonts/playfair/playfairdisplaysc-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/playfair/playfairdisplaysc-regular-webfont.svg#playfair_display_scregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- playfair_display_scregular */
@font-face {
    font-family: 'six_capsregular';
    src: url('css/webfonts/sixcaps/sixcaps-webfont.eot');
    src: url('css/webfonts/sixcaps/sixcaps-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/sixcaps/sixcaps-webfont.woff2') format('woff2'),
         url('css/webfonts/sixcaps/sixcaps-webfont.woff') format('woff'),
         url('css/webfonts/sixcaps/sixcaps-webfont.ttf') format('truetype'),
         url('css/webfonts/sixcaps/sixcaps-webfont.svg#six_capsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- six_capsregular */
@font-face {
    font-family: 'nixie_oneregular';
    src: url('css/webfonts/nixieone/nixieone-regular-webfont.eot');
    src: url('css/webfonts/nixieone/nixieone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/nixieone/nixieone-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/nixieone/nixieone-regular-webfont.woff') format('woff'),
         url('css/webfonts/nixieone/nixieone-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/nixieone/nixieone-regular-webfont.svg#nixie_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- nixie_oneregular */
@font-face {
    font-family: 'monotonregular';
    src: url('css/webfonts/monoton/monoton-regular-webfont.eot');
    src: url('css/webfonts/monoton/monoton-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/monoton/monoton-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/monoton/monoton-regular-webfont.woff') format('woff'),
         url('css/webfonts/monoton/monoton-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/monoton/monoton-regular-webfont.svg#monotonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- monotonregular */
@font-face {
    font-family: 'amatic_scregular';
    src: url('css/webfonts/amaticsc/amaticsc-regular-webfont.eot');
    src: url('css/webfonts/amaticsc/amaticsc-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/amaticsc/amaticsc-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/amaticsc/amaticsc-regular-webfont.woff') format('woff'),
         url('css/webfonts/amaticsc/amaticsc-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/amaticsc/amaticsc-regular-webfont.svg#amatic_scregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- amatic_scregular */
@font-face {
    font-family: 'fredericka_the_greatregular';
    src: url('css/webfonts/frederickathegreat/frederickathegreat-regular-webfont.eot');
    src: url('css/webfonts/frederickathegreat/frederickathegreat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/frederickathegreat/frederickathegreat-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/frederickathegreat/frederickathegreat-regular-webfont.woff') format('woff'),
         url('css/webfonts/frederickathegreat/frederickathegreat-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/frederickathegreat/frederickathegreat-regular-webfont.svg#fredericka_the_greatregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- fredericka_the_greatregular */
@font-face {
    font-family: 'wire_oneregular';
    src: url('css/webfonts/wireone/wireone-webfont.eot');
    src: url('css/webfonts/wireone/wireone-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/wireone/wireone-webfont.woff2') format('woff2'),
         url('css/webfonts/wireone/wireone-webfont.woff') format('woff'),
         url('css/webfonts/wireone/wireone-webfont.ttf') format('truetype'),
         url('css/webfonts/wireone/wireone-webfont.svg#wire_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- wire_oneregular */
@font-face {
    font-family: 'dorsaregular';
    src: url('css/webfonts/dorsa/dorsa-regular-webfont.eot');
    src: url('css/webfonts/dorsa/dorsa-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/dorsa/dorsa-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/dorsa/dorsa-regular-webfont.woff') format('woff'),
         url('css/webfonts/dorsa/dorsa-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/dorsa/dorsa-regular-webfont.svg#dorsaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- dorsaregular */
@font-face {
    font-family: 'ralewaylight';
    src: url('css/webfonts/raleway/raleway-light-webfont.eot');
    src: url('css/webfonts/raleway/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/raleway/raleway-light-webfont.woff2') format('woff2'),
         url('css/webfonts/raleway/raleway-light-webfont.woff') format('woff'),
         url('css/webfonts/raleway/raleway-light-webfont.ttf') format('truetype'),
         url('css/webfonts/raleway/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- ralewayregular */
@font-face {
    font-family: 'raleway_dots_regular';
    src: url('css/webfonts/ralewaydots/ralewaydots-regular-webfont.eot');
    src: url('css/webfonts/ralewaydots/ralewaydots-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/ralewaydots/ralewaydots-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/ralewaydots/ralewaydots-regular-webfont.woff') format('woff'),
         url('css/webfonts/ralewaydots/ralewaydots-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/ralewaydots/ralewaydots-regular-webfont.svg#raleway_dots_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- raleway_dots_regular */
@font-face {
    font-family: 'londrina_outlineregular';
    src: url('css/webfonts/londrinaoutline/londrinaoutline-regular-webfont.eot');
    src: url('css/webfonts/londrinaoutline/londrinaoutline-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/webfonts/londrinaoutline/londrinaoutline-regular-webfont.woff2') format('woff2'),
         url('css/webfonts/londrinaoutline/londrinaoutline-regular-webfont.woff') format('woff'),
         url('css/webfonts/londrinaoutline/londrinaoutline-regular-webfont.ttf') format('truetype'),
         url('css/webfonts/londrinaoutline/londrinaoutline-regular-webfont.svg#londrina_outlineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*   ------- londrina_outlineregular' */

/* @end */

/* @group WEB-FONT FOR TEXT ONLY (for this theme only) */



.font-1, .font-1 a:link, .font-1 a:hover, .font-1 a:active, .font-1 a:visited {  font-family: 'oswaldregular', sans-serif;	line-height: 1.1em; }
.font-2, .font-2 a:link, .font-2 a:hover, .font-2 a:active, .font-2 a:visited {  font-family: 'medula_oneregular', cursive;	line-height: 1.1em; }
.font-3, .font-3 a:link, .font-3 a:hover, .font-3 a:active, .font-3 a:visited {  font-family: 'open_sanscondensed_light', serif; line-height: 1.1em; }
.font-4, .font-4 a:link, .font-4 a:hover, .font-4 a:active, .font-4 a:visited {  font-family: 'bree_serifregular', serif; line-height: 1.1em; }
.font-5, .font-5 a:link, .font-5 a:hover, .font-5 a:active, .font-5 a:visited {  font-family: 'dosisregular', sans-serif; line-height: 1.1em; }
.font-6, .font-6 a:link, .font-6 a:hover, .font-6 a:active, .font-6 a:visited {  font-family: 'abelregular', sans-serif;
	line-height: 1.1em;
}
.font-7, .font-7 a:link, .font-7 a:hover, .font-7 a:active, .font-7 a:visited {  font-family: 'rulukoregular', sans-serif;
	line-height: 1.1em;
}
.font-8, .font-8 a:link, .font-8 a:hover, .font-8 a:active, .font-8 a:visited {  font-family: 'signikaregular', sans-serif;
	line-height: 1.1em;
}
.font-9, .font-9 a:link, .font-9 a:hover, .font-9 a:active, .font-9 a:visited {  font-family: 'ubunturegular', sans-serif;
	line-height: 1.1em;
}
.font-10, .font-10 a:link, .font-10 a:hover, .font-10 a:active, .font-10 a:visited {  font-family: 'capriolaregular', sans-serif;
	line-height: 1.1em;
}
.font-11, .font-11 a:link, .font-11 a:hover, .font-11 a:active, .font-11 a:visited {  font-family: 'pacificoregular', cursive;
	line-height: 1.1em;
}
.font-12, .font-12 a:link, .font-12 a:hover, .font-12 a:active, .font-12 a:visited {  font-family: 'damionregular', cursive;
	line-height: 1.1em;
}
.font-13, .font-13 a:link, .font-13 a:hover, .font-13 a:active, .font-13 a:visited {  font-family: 'asapregular', sans-serif;
	line-height: 1.1em;
}
.font-14, .font-14 a:link, .font-14 a:hover, .font-14 a:active, .font-14 a:visited {  font-family: 'bitterregular', serif;
	line-height: 1.1em;
}
.font-15, .font-15 a:link, .font-15 a:hover, .font-15 a:active, .font-15 a:visited {  font-family: 'stint_ultra_condensedregular', sans-serif;
	line-height: 1.1em;
}
.font-16, .font-16 a:link, .font-16 a:hover, .font-16 a:active, .font-16 a:visited {  font-family: 'sofiaregular', cursive;
	line-height: 1.1em;
}
.font-17, .font-17 a:link, .font-17 a:hover, .font-17 a:active, .font-17 a:visited {  font-family: 'alfa_slab_oneregular', cursive;
	line-height: 1.1em;
}
.font-18, .font-18 a:link, .font-18 a:hover, .font-18 a:active, .font-18 a:visited {  font-family: 'lobsterregular', sans-serif;
	line-height: 1.1em;
}
.font-19, .font-19 a:link, .font-19 a:hover, .font-19 a:active, .font-19 a:visited {  font-family: 'rochesterregular', serif;
	line-height: 1.1em;
}
.font-20, .font-20 a:link, .font-20 a:hover, .font-20 a:active, .font-20 a:visited {  font-family: 'playfair_display_scregular', serif;
	line-height: 1.1em;
}

.font-21, .font-21 a:link, .font-21 a:hover, .font-21 a:active, .font-21 a:visited {  font-family: 'six_capsregular', serif;
	line-height: 1.1em;
}

.font-22, .font-22 a:link, .font-22 a:hover, .font-22 a:active, .font-22 a:visited {  font-family: 'nixie_oneregular', serif;
	line-height: 1.1em;
}

.font-23, .font-23 a:link, .font-23 a:hover, .font-23 a:active, .font-23 a:visited {  font-family: 'monotonregular', serif;	line-height: 1.1em;}

.font-24, .font-24 a:link, .font-24 a:hover, .font-24 a:active, .font-24 a:visited {  font-family: 'amatic_scregular', serif;	line-height: 1.1em;}

.font-25, .font-25 a:link, .font-25 a:hover, .font-25 a:active, .font-25 a:visited {  font-family: 'fredericka_the_greatregular', serif;	line-height: 1.1em;}

.font-26, .font-26 a:link, .font-26 a:hover, .font-26 a:active, .font-26 a:visited {  font-family: 'wire_oneregular', serif;	line-height: 1.1em;}

.font-27, .font-27 a:link, .font-27 a:hover, .font-27 a:active, .font-27 a:visited {  font-family: 'dorsaregular', serif;	line-height: 1.1em;}
.font-28, .font-28 a:link, .font-28 a:hover, .font-28 a:active, .font-28 a:visited {  font-family: 'ralewaylight', sans-serif;	line-height: 1.1em;}
.font-29, .font-29 a:link, .font-29 a:hover, .font-29 a:active, .font-29 a:visited {  font-family: 'raleway_dots_regular', cursive;	line-height: 1.1em;}

.font-30, .font-30 a:link, .font-30 a:hover, .font-30 a:active, .font-30 a:visited {  font-family: 'londrina_outlineregular', serif;	line-height: 1.1em; }

.font-1, .font-1 a:link, .font-1 a:hover, .font-1 a:active, .font-1 a:visited,
.font-2, .font-2 a:link, .font-2 a:hover, .font-2 a:active, .font-2 a:visited,
.font-3, .font-3 a:link, .font-3 a:hover, .font-3 a:active, .font-3 a:visited,
.font-4, .font-4 a:link, .font-4 a:hover, .font-4 a:active, .font-4 a:visited,
.font-5, .font-5 a:link, .font-5 a:hover, .font-5 a:active, .font-5 a:visited,
.font-6, .font-6 a:link, .font-6 a:hover, .font-6 a:active, .font-6 a:visited,
.font-7, .font-7 a:link, .font-7 a:hover, .font-7 a:active, .font-7 a:visited,
.font-8, .font-8 a:link, .font-8 a:hover, .font-8 a:active, .font-8 a:visited,
.font-9, .font-9 a:link, .font-9 a:hover, .font-9 a:active, .font-9 a:visited,
.font-10, .font-10 a:link, .font-10 a:hover, .font-10 a:active, .font-10 a:visited,
.font-11, .font-11 a:link, .font-11 a:hover, .font-11 a:active, .font-11 a:visited,
.font-12, .font-12 a:link, .font-12 a:hover, .font-12 a:active, .font-12 a:visited,
.font-13, .font-13 a:link, .font-13 a:hover, .font-13 a:active, .font-13 a:visited,
.font-14, .font-14 a:link, .font-14 a:hover, .font-14 a:active, .font-14 a:visited,
.font-15, .font-15 a:link, .font-15 a:hover, .font-15 a:active, .font-15 a:visited,
.font-16, .font-16 a:link, .font-16 a:hover, .font-16 a:active, .font-16 a:visited,
.font-17, .font-17 a:link, .font-17 a:hover, .font-17 a:active, .font-17 a:visited,
.font-18, .font-18 a:link, .font-18 a:hover, .font-18 a:active, .font-18 a:visited,
.font-19, .font-19 a:link, .font-19 a:hover, .font-19 a:active, .font-19 a:visited,
.font-20, .font-20 a:link, .font-20 a:hover, .font-20 a:active, .font-20 a:visited,
.font-21, .font-21 a:link, .font-21 a:hover, .font-21 a:active, .font-21 a:visited,
.font-22, .font-22 a:link, .font-22 a:hover, .font-22 a:active, .font-22 a:visited,
.font-23, .font-23 a:link, .font-23 a:hover, .font-23 a:active, .font-23 a:visited,
.font-24, .font-24 a:link, .font-24 a:hover, .font-24 a:active, .font-24 a:visited,
.font-25, .font-25 a:link, .font-25 a:hover, .font-25 a:active, .font-25 a:visited,
.font-26, .font-26 a:link, .font-26 a:hover, .font-26 a:active, .font-26 a:visited,
.font-27, .font-27 a:link, .font-27 a:hover, .font-27 a:active, .font-27 a:visited,
.font-28, .font-28 a:link, .font-28 a:hover, .font-28 a:active, .font-28 a:visited,
.font-29, .font-29 a:link, .font-29 a:hover, .font-29 a:active, .font-29 a:visited,
.font-30, .font-30 a:link, .font-30 a:hover, .font-30 a:active, .font-30 a:visited { 
	transition: all 0s linear !important;
	-moz-transition: all 0s linear !important;
	-webkit-transition: all 0s linear !important;
	transition-property: color !important;
	transition-duration: 0ms !important;
	-webkit-transition-property: color !important;
	-webkit-transition-duration: 0ms !important;	
	-moz-transition-property: color !important;
	-moz-transition-duration: 0ms !important;
	padding-bottom: 0.1em !important;
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding-top: 0.1em !important;
}
/* @end */

/* ------------- */

/* @group toolbar */


#navcontainer {	

	padding: 0;
	width: 260px;
	position: absolute;
	left: -160px;
	top: 1%;
	height: 93%;
	bottom: 3%;
	
	
	overflow-y: scroll;
 overflow-x: hidden;
	float: left !important;
}

#navcontainer {	overflow-y: scroll !important;}

::-webkit-scrollbar { width: 1px !important; background: transparent !important; }


#navcontainer ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
}
#navcontainer li {
	display: block;	
	
}
#navcontainer ul a {
	text-align: left;
	position: relative;
	font-size: 15px;
     line-height: 29px;
	
	display: block;
	float: none;

	/*background: transparent url(images/elements/grey_6.png) repeat;*/
	letter-spacing: 1px;
		transition: All 0.15s linear;	
	-webkit-transition: All 0.15s linear;	
	-moz-transition: All 0.15s linear;	

	 border-radius:12px;
  -webkit-border-radius:12px;
  -moz-border-radius:12px;

	padding: 5px 5px 5px 10px;
	margin: 0 0 10px;
	border-style: solid;
	border-width: 1px;
}

/* ------------- */

#navcontainer ul a [class^="fa fa-"],
#navcontainer ul a [class*="fa fa-"]{
	text-indent: 0px;
	padding-left: 0 !important;
}

#navcontainer ul ul {	
	visibility: visible;
	overflow: auto;
	transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;	
	height: auto;	
	
	 box-shadow: none;
  -webkit-box-shadow: none ;
  -moz-box-shadow: none ;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
#navcontainer ul ul li { }
#navcontainer ul ul a {	
	border-bottom-style: none;
	    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: none transparent;
	border-top-style: none;
	/*overflow: visible;*/
	
	box-shadow: none;
  -webkit-box-shadow: none ;
  -moz-box-shadow: none ;
	padding-top: 4px;
	padding-bottom: 0;
	margin-bottom: 5px;
	border-right-style: none;
	border-right-width: 0;
	border-left-style: none;
	border-left-width: 0;
}

#navcontainer ul ul a [class^="fa fa-"],
#navcontainer ul ul a [class*="fa fa-"]{

	padding-left: 0 !important;
}

#navcontainer ul ul a:hover {	
	background-image: none;
}

/* Child - Level 2 */
#navcontainer ul ul ul {
	margin-left: 5px;
	padding-bottom: 0;
	width: 233px;
	margin-bottom: 4px;
	border-left-style: solid;
	border-left-width: 1px;
}

#navcontainer ul ul ul ul {
	margin-left: 5px;
	padding-bottom: 0;
	float: left;
	clear: left;
	width: 223px;
	margin-bottom: 4px;
	border-left-style: solid;
	border-left-width: 1px;
}

#navcontainer ul ul ul ul ul {
	margin-left: 5px;
	padding-bottom: 0;
	float: left;
	clear: left;
	width: 213px;
	margin-bottom: 4px;
	border-left-style: solid;
	border-left-width: 1px;
}

/* Child - Level 3 */

/* @group font responsive */

#navcontainer ul a, #navcontainer, #navcontainer a {
	font-size: 15px !important;
    line-height: 23px !important;
    font-family: "PerspectiveSansRegular", sans-serif !important;
	padding-top: 9px;
	padding-bottom: 9px;
}

#navcontainer ul ul a, #navcontainer ul ul a {	
	font-size: 14px !important;
	line-height: 16px !important;
	font-family: "PerspectiveSansRegular", sans-serif !important;
}
/* @end */


/* @end */


/* @group Toolbar bottom */

#navcontainer2 ul #current,
#navcontainer2 ul #current:hover,
#navcontainer2 ul .currentAncestor {
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

#navcontainer2 {
	text-align: center;

transition: all 0.1s linear;	
	-webkit-transition: All 0.1s linear;	
	-moz-transition: All 0.1s linear;	
	
      transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;

	margin: 0;
	padding: 6px 2px 8px;
	height: auto;
	display: none;
}
#navcontainer2 ul {
	margin: 0;
	padding: 0;
}
#navcontainer2 li {	
	display: inline-block;
	position: relative;
}
#navcontainer2 ul a {
	z-index: 4;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 13px;
	line-height: 17px;
	border-right-width: 1px;
	border-right-style: solid;
	padding-left: 9px;
	padding-right: 12px;
	height: 25px;
}

#navcontainer2>ul>li:last-child>a {
	border-right-style: none;
	border-right-width: 0;
}
#navcontainer2 ul ul a [class^="fa fa-"],
#navcontainer2 ul ul a [class*="fa fa-"]{
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-left: 0;
	letter-spacing: 0;
	text-indent: 0;
}
#navcontainer2 ul .parent:after {
	content:"v";
	position: absolute;
	display: inline-block;
	float: right;
	top: 0;
	right: 0;
	font: 9px "Lucida Grande", Lucida;
	margin-right: 4px;
}
#navcontainer2 ul ul,
#navcontainer2 ul ul a,
#navcontainer2 ul ul .parent:after {
display: none;
}

/* @end */

/* @group new */
nav {
	height: 100%;
	position: fixed;
	right: -280px;
	top: 0;
	-moz-transition: right 0.2s linear;
	-webkit-transition: right 0.2s linear;
	transition: right 0.2s linear;
	width: 280px;
	z-index: 1000;
	margin: 0;
	padding: 0;
	box-shadow: -8px 0px 11px -12px #4e4e4e ;
	-webkit-box-shadow: -8px 0px 11px -12px #4e4e4e ;
	-moz-box-shadow: -8px 0px 11px -12px #4e4e4e ;
}
nav #menuToggle {
	display: block;
	position: relative;
	height: 46px;
	left: -125px;
	top: 90px;
	width: 46px;
	border-radius:150px;
	-webkit-border-radius:150px;
	-moz-border-radius:150px;
	border-style: solid;
	border-width: 28px;	
	box-shadow: 0px 3px 6px -4px #4e4e4e ;
	-webkit-box-shadow: 0px 3px 6px -4px #4e4e4e ;
	-moz-box-shadow: 0px 3px 6px -4px #4e4e4e ;
}
nav #menuToggle span {
  /*background: white;*/
  display: block;
  height: 10%;
  left: 10%;
  position: absolute;
  top: 45%;
  width: 80%;
}
nav #menuToggle span:before,
nav #menuToggle span:after {
  /*background: white;*/
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: -250%;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 100%;
}

nav #menuToggle span:after { top: 250%; }

nav a:nth-child(n+2) {
  /*color: white;*/
  display: block;
  /*font-size: 2.5em;*/
  margin: 30px 0 30px 30px;
}

nav a:nth-child(n+2):after {
  /*background: #ffa53e;*/
  content: '';
  display: block;
  height: 2px;
  -moz-transition: width 0.2s;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 0;
}

nav a:nth-child(n+2):hover:after { width: 100%; }

/* @group button X animation */

.open { right: 0; }
.open #menuToggle span {
  background: transparent;
  left: 10%;
  top: 45%;
}

.open #menuToggle span:before,
.open #menuToggle span:after {
  top: 0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open #menuToggle span:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menuToggle .navClosed {
  -moz-transition: background 0.1s linear;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

#menuToggle .navClosed:before,
#menuToggle .navClosed:after {
  -moz-transition: top 0.2s linear 0.1s, -moz-transform 0.2s linear 0.1s;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0.1s, 0.1s;
  transition: top 0.2s linear 0.1s, transform 0.2s linear 0.1s;
}

#menuToggle .navOpen {
  -moz-transition: background 0.1s linear 0.2s;
  -webkit-transition: background 0.1s linear;
  -webkit-transition-delay: 0.2s;
  transition: background 0.1s linear 0.2s;
}

#menuToggle .navOpen:before,
#menuToggle .navOpen:after {
  -moz-transition: top 0.2s linear, -moz-transform 0.2s linear;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, transform 0.2s linear;
}

/* @end */

/* @end */