/* header_effects */
.css_filter {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.css_filter_2 {
	-webkit-transform: scale(1.0, 1.0);
	transform: scale(1.0, 1.0);
}
.css_filter, .css_filter_2 {
	-webkit-animation: 0.25s ease-out !important;
	animation:  0.25s ease-out !important;   
	-webkit-transform-origin: 50% 0%;    
    transform-origin: 50% 0%; 
    -webkit-animation-fill-mode: forwards !important;
	animation-fill-mode: forwards !important;	
    transition: 0.1s linear;	
	-webkit-transition: 0.1s linear;	
	-moz-transition: 0.1s linear;	
	-o-transition: 0.1s linear;
}
.css_padding-top {padding-top: 50px;}
.css_filter_off {
    transition: All 0s linear;	
	-webkit-transition: All 0s linear;	
	-moz-transition: All 0s linear;	
	-o-transition: All 0s linear;
}
/* ------ */

/* @group General Styles */
[class^="fa fa-"], [class*="fa fa-"] {padding: 0px !important;}
body, html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%; 
    font-variant: normal;  
	margin: 0 !important;
	padding: 0 !important;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
body { /* reset font -  landscape-portraid */
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;   
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}
#container { font: normal 16px/25px "Lucida Grande", Arial, sans-serif; }
p { }
b, strong {	}
a:link, a:visited {
	text-decoration: none;
	transition-property: color;
	transition-duration: 250ms;
	-webkit-transition-property: color;
	-webkit-transition-duration: 250ms;
	-o-transition-property: color;
	-o-transition-duration: 250ms;
	-moz-transition-property: color;
	-moz-transition-duration: 250ms;		
}
a:hover, a:active { }
img {border: none;}
.image-left {
	float: left;
	margin: 5px 10px 2px 0;
	padding: 5px 15px 2px 5px;
	position: relative;
}
.image-right {
	float: right;
	margin: 3px 0 2px 10px;
	padding: 3px 0 2px 15px;
	position: relative;
}
/* @end */
/* @group Layout */
#global_width {
	position: relative;
	top: -50px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;	
	box-shadow: 0px 5px 12px 0px rgba(0.0%, 0.0%, 0.0%, 0.115) ;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0.0%, 0.0%, 0.0%, 0.115) ;
	-moz-box-shadow: 0px 5px 12px 0px rgba(0.0%, 0.0%, 0.0%, 0.115) ;
	padding: 0;
	
    -webkit-transform: translateZ(0);
}
#contentContainer {
	margin-top: 0;
}
#pageHeader {
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	min-height: 400px;
	top: 0;
	left: 0;
	right: 0;		
}
#logo img {
	max-height:120px;
	max-width:320px !important;
	height: auto;
	overflow: auto;
	width: auto;
	display: block;	
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	transition: All 0.17s linear;	
	-webkit-transition: All 0.17s linear;	
	-moz-transition: All 0.17s linear;	
	-o-transition: All 0.17s linear;
	margin-top: 10px;
	text-align: center;
	right: 0;
	left: 0;
}
#logo [class^="fa fa-"],#logo [class*="fa fa-"] {display: none !important;}
#logo {font-size: 0;line-height: 0;}
#fade_titles{	
	transition: All 0.17s linear;	
	-webkit-transition: All 0.17s linear;	
	-moz-transition: All 0.17s linear;	
	-o-transition: All 0.17s linear;
}
#pageHeader h1 {
	text-align: center;	
	position: relative;     
    display: block;
    vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	transition: All 0.07s linear;	
	-webkit-transition: All 0.07s linear;	
	-moz-transition: All 0.07s linear;	
	-o-transition: All 0.07s linear;
	margin-top: 130px;
	font-weight: normal;
	font-style: normal;
	font-size: 70px;
	line-height: 56px;
}
#pageHeader h2 {
	text-align: center;	
	position: relative;
	font-weight: normal;
	font-style: normal;
	font-size: 23px;
	line-height: 21px;
	padding-top: 13px;
}
#contentContainer #content {
	float: left;
	position: relative;
	clear: none;
	height: auto;
	margin: 0;
	width: 62%;
	padding: 35px 4%;
}
#sidebarContainer {
	margin: 0;
	float: right;
	display: block;
	position: relative;
	top: 0;
	width: 30%;
	padding: 0;	
	font-size: 14px;
    line-height: 24px;    
    box-shadow: 3px 2px 3px 0px rgba(0, 0, 0, 0.08) inset ;
    -webkit-box-shadow: 3px 2px 3px 0px rgba(0, 0, 0, 0.08) inset ;
    -moz-box-shadow: 3px 2px 3px 0px rgba(0, 0, 0, 0.08) inset ;
	overflow: auto;
}
#sidebarBackground {
	position: absolute;
	top: 0;
	width: 30%;
	height: 100%;
	right: 0;
	margin: 0;
	padding: 0;
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.08) inset ;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.08) inset ;
    -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.08) inset ;  	
}
#sidebarContainer #sidebar {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px 30px;	
}
#sidebarContainer .sideHeader {
	text-align: center;
	font-size: 27px;
	line-height: 27px;
	padding: 30px 5px 15px;
}
#footer {	
	width: 100%;
	padding-top: 18px;
	padding-bottom: 5px;
	top: -50px;
	position: relative;
}
#footer p {
	line-height: 15px;
	text-align: center;
	margin-top: 0;
	padding: 5px;
	font-size: 13px;
}
#footer a:link, #footer a:visited { }
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
/* @end */
/* @group Bread-crumb */

#breadcrumbcontainer_box {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;	
	min-height:100px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3) ;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3) ;
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3) ;
}
#opacity_background {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.8;
}
#breadcrumbcontainer {
	text-align: center;
	position: relative;
	display: block;
	width: 100%;
}
#breadcrumbcontainer ul {
	margin: 0;
	padding: 13px 5px 62px;
}
#breadcrumbcontainer li { /* separator */
	display: inline;
	margin: 0;
	padding: 5px 0;
	position: relative;
}
#breadcrumbcontainer li:before {
    font-family: FontAwesome;
    left: 0;
    padding-right: 0;
    content: "\f054";
	position: absolute;
	top: 4px;
	opacity: 0.4;
}
#breadcrumbcontainer li:first-child:before{	display: none;}
#breadcrumbcontainer a {
	text-decoration: none;	
	transition: All 0.15s linear;	
	-webkit-transition: All 0.15s linear;	
	-moz-transition: All 0.15s linear;	
	-o-transition: All 0.15s linear;
	position: relative;
	font-size: 17px;
	line-height: 18px;
	padding-left: 18px;
}
#breadcrumbcontainer a:hover { }
/* @end */

/* @group footer Bread-crumb */
.footer_breadcrumbcontainer {
	text-align: center;
	position: relative;
	display: none;
	width: 98%;
	margin-left: 1%;
	padding-bottom: 4px;
}
.footer_breadcrumbcontainer ul {
	margin: 0;
	padding: 5px;
}
.footer_breadcrumbcontainer li { /* separator */
	display: inline;
	margin: 0;
	padding: 5px 0;
	position: relative;
}
.footer_breadcrumbcontainer li:before {
    font-family: FontAwesome;
    left: 0;
    padding-right: 0;
    content: "\f054";
	position: absolute;
	top: 4px;
	opacity: 0.4;
}
.footer_breadcrumbcontainer li:first-child:before{	display: none;}
.footer_breadcrumbcontainer a {
	text-decoration: none;	
	transition: All 0.15s linear;	
	-webkit-transition: All 0.15s linear;	
	-moz-transition: All 0.15s linear;	
	-o-transition: All 0.15s linear;
	position: relative;
	font-size: 15px;
	line-height: 19px;
	padding-left: 18px;
}
.footer_breadcrumbcontainer a:hover { }
/* @end */
/* @group Open - Closed  nav */

#accordion {
	margin-left: auto;	
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	left: 0;
	padding: 0;
	margin-right: auto;
	width: 100%;
	z-index: 102;
	overflow: auto;	
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) ;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) ;
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3) ;      
}
#drop {
	padding: 0;
	display: block;
	margin: 0;
    position: absolute;
	width: 45px;
	z-index: 103;
	height: 45px;  
	cursor: pointer;	
	overflow: visible;
	right: 13px;
	top: 13px;
	transition: All 0.24s linear;	
	-webkit-transition: All 0.24s linear;	
	-moz-transition: All 0.24s linear;	
	-o-transition: All 0.24s linear;
		
	-webkit-transform: translateZ(0);
}
#drop:after {display: none;}
#drop:hover [class^="fa fa-"] {
	font-size: 48px;
	line-height: 51px;
}
#drop [class^="fa fa-"]{
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	transition: All 0.1s ease-in;	
	-webkit-transition: All 0.06s ease-in;		
	-moz-transition: All 0.06s ease-in;		
	-o-transition: All 0.06s ease-in;		
}
#drop.boxopened{position: absolute;}
#drop.boxopened:after {	display: none;}
#drop.boxopened [class^="fa fa-"]{ 
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
}
/* @end */


/* @group Button text */
#drop.boxopened:after{content:"";}
#drop:after {content:"MENU";}
#drop.boxopened:after, #drop:after {
	position: absolute;
	top: 0;
	width: auto;
	cursor: default;
	display: block;
	cursor: default;
	font: 13px/10px "PerspectiveSansRegular", Lucida, Verdana, sans-serif;
	text-align: right;
	overflow: visible;
	white-space: nowrap;	
	transition: all 0.1s linear;	
	-webkit-transition: All 0.1s linear;	
	-moz-transition: All 0.1s linear;	
	-o-transition: All 0.1s linear;
	right: 0;
	padding: 18px 53px 2px 0;

}
/* @group fade */
#drop.boxopened:after, #drop:after  {	
  -webkit-animation: text_button_text 0.3s ease-in !important;
  animation: text_button_text 0.3s ease-in !important;
}
@-webkit-keyframes text_button_text {
0% {opacity: 0;} 100%{opacity: 1;}
}
@keyframes text_button_text {
  0% {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  
	filter: alpha(opacity=0);
	opacity: 0;}
  100% { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
	opacity: 1; }
}
/* @end */

/* @end */
/* @group Navcontainer */
#navcontainer_box{
	margin: 0 auto;
	padding: 0;	
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	left: 0;
	z-index: 2;
}
#navcontainer_opacity {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.71;
}
#navcontainer{
	position: relative;
	right: 0;
	left: 0;
	top: 0;
	padding: 53px 10px 30px;
	margin-right: auto;
	margin-left: auto;
}
#navcontainer ul a {
	line-height: 20px;
	font-size: 16px;	
	z-index: 4;
	text-align: left;
	padding: 0;
	background-color: transparent !important;
}
#navcontainer ul ul a {
	font-size: 13px;
	line-height: 21px;
	z-index: 5;
}
#navcontainer ul ul ul a { }
#navcontainer ul ul a:before {
    top: 0;
    content: "\f105";
	position: relative;
	padding: 0;
	margin: 0;
	font: 10px FontAwesome;
	left: -5px;
}
#navcontainer ul li {	
	display: inline-block;
	position: relative;
	top: 0;
	margin: 6px 5px;
    min-width: 90px;
	max-width: 220px;
	width: auto;
	text-align: left;
	padding: 10px;	
	border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2p;
	border-style: solid;
	border-width: 1px;
	border-top-width: 4px;
	border-top-style: solid;
}
#navcontainer ul ul li {
	display: inline-block;
	float: left;
	clear: both;
	padding: 0;
	margin: 2px 0;
	box-shadow: none;
   	border-width: 0;
	background-color: transparent !important;	
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	position: relative;
}
#navcontainer ul ul {
	padding-top: 5px;
	margin-top: 5px;	
}
#navcontainer ul ul ul {
	margin-top: 0;
	padding-left: 4px;
}
#navcontainer ul a [class^="fa fa-"],#navcontainer ul a [class*="fa fa-"]{
	text-indent: 0px; margin: 0; padding: 0;
}
/* @group fade_in CSS */
@-moz-keyframes navcontainer    {0% {opacity: 0;} 100% {opacity: 1; }}
@-webkit-keyframes navcontainer {0% {opacity: 0;} 100% {opacity: 1;}}
@-ms-keyframes navcontainer     {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes navcontainer {
    0% {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  
	filter: alpha(opacity=0);
	opacity: 0;}
    100% { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
	opacity: 1; }
}
#navcontainer ul  {	
   -webkit-animation: navcontainer 0.3s ease-in !important;
   -moz-animation: navcontainer 0.3s ease-in !important;
   -ms-animation: navcontainer 0.3s ease-in !important;
   -o-animation: navcontainer 0.3s ease-in !important;
   animation: navcontainer 0.3s ease-in !important;
}
/* @end */
/* @end */

/* @group Global Classes */
h6 {font-size: 17px; line-height: 22px;}
h5 {font-size: 19px; line-height: 25px;}
h4 {font-size: 24px; line-height: 27px;}
h3 {font-size: 27px; line-height: 32px;}
h2 {font-size: 32px; line-height: 36px;}
h1 {font-size: 40px; line-height: 42px;}
h1, h2, h3, h4, h5, h6 {font-weight: normal; font-style: normal; margin: 0; padding: 0;}

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

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

/* @group Blog Comments */

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

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

/* @end */

/* @group File Sharing */

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

/* @group Photo Album */

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

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

/* @end */

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

/* Single Page (Photo view) */
.photo { }
.photo-background {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.photo-navigation {
	padding: 5px 0 0;
	text-align: center;	
	margin-right: auto;
	margin-left: auto;

	max-width: 340px;
	background-color: rgba(0,0,0,0.1739159);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.photo-navigation a:link, .photo-navigation a:visited {
	color: #f2f2f2;
	text-align: center;
}
.photo-title {
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0;
	text-align: center;
	padding: 8px 0;
	text-transform: uppercase;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.photo-caption {
	color: #d8d8d8;
	padding: 0px;
	margin-top: 7px;
}
.photo-links {
	color: #fff;	
    background-color: rgba(0,0,0,0.1739159);
	margin: 0;	
	opacity: 0.85;	
	transition: all 0.12s linear;
	-moz-transition: all 0.12s linear;
	-webkit-transition: all 0.12s linear;
	-o-transition: all 0.12s linear;
	padding: 25px 0;
	text-transform: uppercase;
}
.photo-links:hover {
	opacity: 1.0;	
	transition: all 0.22s linear;
	-moz-transition: all 0.22s linear;
	-webkit-transition: all 0.22s linear;
	-o-transition: all 0.22s linear;
}
.photo-links a {
	padding: 0;
	margin: 0;
}
.photo-links a:hover, .photo-links a:active {}
.photo-navigation a:hover {
	text-decoration: underline;
	color: #dbdbdb;
}
.photo-frame{
	width: 86%;
    height: auto;
    max-width: 100%;
    position: relative;	
	box-shadow: 0px 2px 11px 0px #232323 ;
  -webkit-box-shadow: 0px 2px 11px 0px #232323 ;
  -moz-box-shadow: 0px 2px 11px 0px #232323 ;
	margin-right: 7%;
	padding: 0;
	margin-left: 7%;
}
.photo-background { }
.photo-navigation { }
.photo-links { }
.photo-navigation a:link, .photo-navigation a:visited { }
.photo-navigation a:hover { }
.photo-frame { }
.photo-title { }
.photo-caption { }
/* @group animation on load */
.photo-frame {	
  -webkit-animation: photo-frame 0.55s ease-in !important;
  -moz-animation: photo-frame 0.55s ease-in !important;
   -ms-animation: photo-frame 0.55s ease-in !important;
  -o-animation: photo-frame 0.55s ease-in !important;
  animation: photo-frame 0.55s ease-in !important;
}
@-moz-keyframes photo-frame { 0% { opacity: 0; }  100% { opacity: 1; }}
@-webkit-keyframes photo-frame{ 0% { opacity: 0;}  100% { opacity: 1; }}
@-ms-keyframes photo-frame { 0% { opacity: 0;} 100% { opacity: 1; }}
@keyframes photo-frame {
  0% {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  
	filter: alpha(opacity=0);
	opacity: 0;}
  100% { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
	opacity: 1; }
}
/* ---------- */

.photo-frame:hover{}

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

/* @end */

/* @group Quicktime Page */

.movie-description { }

/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */
.movie-page-title { }
.movie-page-description { }
.movie-thumbnail-frame { }
.movie-thumbnail-frame:hover { }
.movie-thumbnail-caption { }
/* @end */

/* @group Single Page (Movie View) */
.movie-background { }
.movie-title { }
.movie-frame { }
/* @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 2%;
} 
.required-text {} 
.form-input-field {
	background-color: #fbfbfb;
	margin-top: 8px;
	color: #5d5d5d;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding: 7px;
	border: 1px solid #dcdcdc;
}
.form-input-field:hover, .form-input-field a:visited {
	background-color: #fffeff;
	border-color: #98a9fd;
}
.form-input-field a:active, .form-input-field a:current {
	border-color: #98a9fd;
	background-color: #fffeff;
}
.form-input-button {
	padding: 8px 14px;	
	color: #919191;	
	border: 1px solid #d5d5d5;
	text-transform: uppercase;
	margin: 10px 10px 0 5px;	
	transition: all 0.20s linear;
	-moz-transition: all 0.20s linear;
	-webkit-transition: all 0.20s linear;
	-o-transition: all 0.20s linear;
  	text-shadow: #f1f1f1 0 1px 0;
	letter-spacing: 1px;
	background-color: #eaeaea;
}
.form-input-button:hover {
	border: 1px solid #bcbcbc;	
	transition: all 0.18s linear;
	-moz-transition: all 0.18s linear;
	-webkit-transition: all 0.18s linear;
	-o-transition: all 0.18s linear;
	color: #515151;
}
.form-input-button:focus { } 
/* @end */

/* @group Sitemap */
.rw-sitemap {
	padding: 0;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 25px;
	margin-left: 10%;
}
.rw-sitemap ul {
    padding: 0;    
    list-style-position: outside;
	list-style-type: none;
	margin-bottom: 11px;
}
.rw-sitemap ul li {
	margin: 0 0 15px;
	text-transform: none;	  	
	padding: 5px;
	border-width: 1px;
	border-style: solid;
}
.rw-sitemap ul ul {
    padding: 0 0 0 17px;
	margin-top: 7px;	
}
.rw-sitemap ul:last-child {
	padding-right: 8px;
}
.rw-sitemap ul li:last-child {    
    list-style-image: url(images/elements/icons/sitemap_right.png);
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: -5px;
}
.rw-sitemap ul ul {
	margin-bottom: 5px;
	width: auto;
}
.rw-sitemap ul ul li {
	border-style: none;
	border-width: 0;
}
.rw-sitemap ul ul ul { }
.rw-sitemap ul a {
	padding: 0 8px 0 0;
	font-size: 15px;
}
.rw-sitemap ul li li a {
	font-size: 14px;	
	list-style-image: url(images/toolbar/sitemap_right.png);
	list-style-position: outside;
}
.rw-sitemap ul a:before {
    top: 0;
    content: "\f105";
	position: relative;
	padding: 0 5px 0 15px;
	font: 16px FontAwesome;
	margin: 0;
}
/* @end */


/* @group  Settings Javascript trigger */

.settings { position: relative;   display: none;}
#banner_fade_in { top: 0px !important; }
#boxOpened {top: 0px !important;}

/*  @end */
/* Banner_image */
#headerbox {
	overflow: hidden;
	width: 100%;	
	height: 400px;
	position: relative;
	transition: All 0.17s linear;	
	-webkit-transition: All 0.17s linear;	
	-moz-transition: All 0.17s linear;	
	-o-transition: All 0.17s linear;
}
#rw-banner-image {
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
	overflow: auto;
	background: url('../../../rw_common/themes/lander/images/editable_images/banner_image.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position: absolute;
	display: block;
}
#banner_grid {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
/* www.multithemes.com */