@import"fonts.css";

/* ******************************
1. Reset
******************************* */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white;
	background: black;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ******************************
2.1 Main Global Layout Settings 
******************************* */

*{ padding: 0px; }
body, html{ height: 100%; margin: 0;height: auto; min-height: 100%; }
body{
	background-color: #000;
	background-repeat: repeat;
	background-attachment:fixed;
	color: #626262;
	}
input,textarea,button {
	color:#777;
	font-size:16px;
	font-weight: 100;
	letter-spacing: 1px;
	font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
}
/* **********************
Font Associates
*********************** */
h1,h2,h3,h4,h5,h6,
.menu-title,
.homemenu ul li a,
.slideshow_title,
.ui-tabs-anchor,
.donutcounter-item,
.tp-caption,
.divider-title,
.item-title,
#gridblock-filters,
.breadcrumb,
.sidebar h3 {
	font-family:'Raleway';
}
a{ outline: none; text-decoration: none; color:#444444; }
a:hover{ text-decoration: none; }
a img{ border: none; }
.entry-content img {
	max-width:100%;
}

.clear {clear:both;}
.clearlast {clear:both;padding-bottom:35px;}
.clearlastgallery {clear:both;padding-bottom:55px;}
.ienoclear {clear:both;}
.clearfix:after	{ content: "."; visibility: hidden; display: block; height: 0px; clear: both; }
* html .clearfix{ height: 1%; }
*+html .clearfix{ height: 1%; }

.float-right { float:	right; }
.float-left {float:	left; }

.align-right { float:right; }
.align-left { float:left; }
.align-center { margin:0 auto; display:block;}

p.edit-entry { position:absolute; left:0; font-size:10px; margin-top: 40px;text-decoration:none;}
p.edit-entry a { background: #111; padding: 8px 8px; color: #fff;text-decoration:none;}
p.edit-entry a:hover { background: #eee; color:#000; text-decoration:none;}

.single-header-space { margin: 25px 0 0 0; }
.blank-head-space-1 { margin: 24px 0 0 0; }

.gradient {
filter:none;
}

.type-post, .type-mtheme_portfolio, .type-page {
	margin: 0;
	}
	
::selection {
	color:#fff;
	background: #111; /* Safari */
	}
::-moz-selection {
	color:#fff;
	background: #111; /* Firefox */
}
	
/* ******************************
Mobile Device Menu
more @ /css/menu/mobile-menu.css
******************************* */
	
/* Mobile Device Menu */
.responsive-menu-wrap {
	position: relative;
	top:0;
	z-index: 190;
	display:none;
	}
.responsive-mobile-menu{
	display:none;
}

/* ******************************
Background Fill
******************************* */
.background-fill,
.pattern-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
	opacity:0.85;
	}
.background-fill {
	background: #000;
	z-index:-99;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
.pattern-overlay {
	z-index: -1;
}


/* ******************************
Logo
******************************* */

.logo-menu-wrapper {
	float:left;
	display:block;
}

.logo { 
	margin-top:-50px;
	float: left;
	position: relative;
	z-index: 20000;
	line-height: 0;
	}
	.logo a { 
		line-height: 0;
	}
	.logo img {
	}

.stickymenu-listener  {
}
.stickymenu-active {
	position: fixed;
	z-index: 100;
	text-align: center;
	margin:0 auto;
	width: 100%;
	top:0;	
}

.stickymenu .logo {
	margin:0;
}
.stickymenu .logo img {
	height: 40px;
	width:auto;
	top:0;
	left: 40px;
	position: relative;
	}
.stickymenu .mainmenu-navigation {
	margin-right: 40px;
	margin-top:0;
}

/* ******************************
Menu Toggle
******************************* */

.menu-toggle-wrap {
	position: relative;
}
.menu-toggle {
	width:40px;
	height:40px;
	line-height: 40px;
	cursor:pointer;
	position:absolute;
	opacity:1;
	top:25px;
	right:20px;
	z-index: 99;
	border-radius: 100px;
	text-align: center;
	color:#fff;
	transform: scale(1,1);
	-ms-transform: scale(1,1); /* IE 9 */
	-webkit-transform: scale(1,1); /* Safari and Chrome */
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
	transition:all 0.3s;
	}
	
.menu-toggle:hover {
	opacity:1;
	line-height: 43px;
	transform: scale(1.5,1.5);
	-ms-transform: scale(1.5,1.5); /* IE 9 */
	-webkit-transform: scale(1.5,1.5); /* Safari and Chrome */
	transition:all 0.2s;
	}
	
.menu-toggle-off {
	background-position: 50% top;
}

.menu-toggle-on {
	background-position: 50% bottom;
}


/* ******************************
Page
******************************* */

.container-boxed,
.container-fullwidth{
	background:#000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	background:rgba(55,55,55,0.15);
}
.container-boxed {
	width:100%;
	margin:0 auto;
	padding-bottom: 120px;
}
.top-bar-wrap {
	width:1350px;
	margin:10px auto 0;
}

.container,
.title-container,
.top-menu-wrap,
.fullpage-item,
.footer-container {
 	width: 1200px;
	margin: 0 auto;
	}

.fullpage-block {
	-webkit-background-size: cover; /*for webKit*/
	-moz-background-size: cover; /*Mozilla*/
	-o-background-size: cover; /*opera*/
	background-size: cover; /*generic*/
}

.container-fill {
    width: 100%;
    margin:0;
}
.container-wrapper {
}
.container-outer {
	}
.container-inner {
	}
.container-outer,
.single-page-container,
.single-gridblock-image-container {
}
.container-head {
	height: 15px;
	width: 100%;
	background: #111;
	}

.single-flexislideshow{ 
	margin-left:-50px;
}

.top-bar-wrap {
	height: 50px;
	position: relative;
	z-index: 100;
}
.header-elements-wrap {
	position: relative;
	width: 1350px;
    margin:0 auto;
    z-index: 9 !important;
}

.main-menu-wrap {
	position: relative;
    z-index:10;
    padding: 0;
    margin-left:170px;
    margin-bottom: 10px;
	background:#000;
}
/************************ CONT ************************/
#cont_wrap {
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;	
}

#cont_main {
	width:1000px;
	height:inherit;
	margin:0 auto;
	position:relative;	
	z-index:1;
	
}

.menu_main {
	width:198px;
	height:auto;
	margin-left:10px;
	padding:10px;
	background:url('../img/menu_bg.png');
	background-color: rgba(14, 51, 63, 0.804);
	border-radius:0 0 10px 10px;		
	overflow:hidden;
}

.menu_opci a {
	width:172px;
	height:auto;
	font-family:'Droidsans';
	color:#fff;
	font-size:13px;
	line-height:18px;
	padding:8px 8px 8px 20px;
	text-decoration:none;
	border-bottom:1px dotted #999;
	position:relative;
	float:left;
	background:url('../img/menu_opci_bull.png') no-repeat 7px center;
    transition: 0.5s Ease;
}

.menu_opci a:hover{
	color:#fff;
	background:url('../img/menu_opci_bull.png') no-repeat 7px center;	
	background-color:rgba(180, 12, 1, 0.804);
    transition:0.5s Ease;
}



.menu-overlay {
	background-color:#555;
	position: fixed;
	top:-150px;
	left:0;
	width:100%;
	height:120px;
	z-index:-1;
	border-bottom: 1px solid #F5F5F5;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.top-menu-color {
}
.top-menu-wrap {
    padding: 0;
   	line-height: 0;
   	padding: 10px 0 20px;
   	height:61px;
	}

.lower-padding { padding-bottom: 0 }
.footer-margin { margin-top: 60px; }
.lower-margin { margin-bottom: 50px; }
.sidebar-margin { margin-top: 30px; }
.no-border { border:none !important; margin:0 !important; padding:0 !important;}
	
.main-contents {
	padding:	0;
	}
	
.page-contents {
	padding:	0;
	}
	
.home-wrap {
	margin: 0 50px;
}
.home-page-wrap {
	padding: 20px 0;
	}

.contents-wrap,
.page-contents-wrap  {
	}
	
.page-template-template-page_leftsidebar-php .page-contents-wrap {
	padding: 20px 50px 0 0;
}

.fullpage-portfolio-wrap {
	margin: 50px 0 0 0;
}

.fullpage-contents-wrap {
	margin: 35px 0 0 0;
	}
.portfoliopage-contents-wrap {
	padding: 0;
}
	
.transparent-contents-wrap {
	padding:	0 0 0 0;
	}
	
.entry-wrapper {
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
	
.entry-contents-wrapper {
	margin-top:30px;
}
	
.entry-post-wrapper {
    margin-bottom: 20px;
    padding: 30px 0 0 0;
	}
.single-post .entry-post-wrapper {
	padding-top:10px;
}
	
.entry-portfolio-wrapper {
	padding: 20px 0 10px;
	margin:0;
	}
	
.entry-spaced-wrapper {
	padding: 0;
	margin:0;
	}
	
.entry-page-wrapper {
	padding: 0;
	margin:0;
	}
	
	.topseperator {
		}
	.buttonseperator {
		margin-top:20px;
	}
	
.portfolio-wrap {
	background: url(http://ideas.imaginemthemes.com/wp/wp-content/themes/ideas/images/patterns/blog_sep.png) repeat-x bottom right;
	}
	
.entry-nospaced-wrapper {
	padding: 1px 20px 10px 20px;
	margin:0;
	}
	
.two-column {
	width: 72%;
	}
	
/* Video Containers */	
#videocontainer {
    height: 100%;
    width: 100%;
}

.portfolio-single-image,
.entry-content iframe,
.entry-content object,
.entry-content embed,
.entry-content img, 
.video-container iframe,  
.video-container object,  
.video-container embed,
.entry-wrapper iframe,
.entry-wrapper  object,
.entry-wrapper  embed,
.entry-wrapper  iframe,  
.entry-wrapper  object,  
.entry-wrapper  embed,
.entry-wrapper img,
.single-portfolio-image-wrap img {
	max-width:100%;
	}
	
.portfolio-single-image {
	vertical-align: bottom;
}


/* ******************************
Entry Contents
******************************* */

.entry-content {
	font-family: 'Raleway';
	color: #A7A7A7;
	font-size: 14px;
	letter-spacing: 0.6px;
	line-height: 20px;
	}

.entry-content-wrapper {
	margin: 0 0 0 0;
	}
	
.main-entry-content-wrapper {
	margin: 20px 0 0 0;
	}
	
.featured-content {
	margin-bottom:50px;
}
	
.entry-content #searchform {
	margin: 35px 0 0 0;
	}
	
.entry-post-list-end {
	margin: 15px 0 25px 0;
	}
	
.contents-column {
	margin: 20px 0 0 0;
	}

.portfolio-contents{
	margin-bottom:		0;
}

.entry-info {
	width:	60px;
	float:	left;
}
		
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.entry-content .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/* ******************************
Headings
******************************* */
	
	.entry-post-title-only {
		margin-top: 0;
	}
	
	.entry-content .entry-post-title h2 {
		font-size: 28px;
		font-weight: 300;
		line-height: 30px;
	}
	.entry-content .entry-post-title h2 a {
		color: #fff;
		font-weight: 100;
		}
	.entry-content .entry-post-title h2 a:hover {
		text-decoration:none;
		}

	
.slider-title-wrap {
	width:960px;
	margin:0 auto;
	}
	
h1.entry-slider-title {
	font-size:		16px;
	font-weight:	bold;
	text-transform:	uppercase;
	letter-spacing:	-0.2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#A0A0A0;
	color: #fff;
	display:inline-block;
	margin: 0;
	padding: 10px 20px;
	vertical-align: text-top;
}

.title-container {
	position: relative;

}
.title-container-wrap {
	margin: 0 0 70px;
	padding: 70px 0 0 0;
}

.entry-title h1 {
	color: #fff;
	display: block;
	font-size: 42px;
	font-weight: 100;
	letter-spacing: 0;
	line-height: 40px;
	text-align: center;
}

.title-container-wrap .entry-title h2 {
	color: #DADADA;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	margin: 10px 0 0;
	padding: 4px 0 0;
}

 .entry-title h2 {
	line-height: 40px;
	margin: 10px 0 0;
	padding: 20px 0 30px;
}


.entry-mainpost-title {
	font-size:		22px;
	color:			#555555;
	letter-spacing:	0;
	border-bottom:	1px solid #f0f0f0;
	padding:		10px 0 20px 0;
	margin: 		0 0 40px 0;
	letter-spacing: 1px;
	vertical-align: text-top;
}

.entry-single-title h1 {
	font-size:		36px;
	color:			#555555;
	letter-spacing:	0;
	padding:		0;
	margin:			20px 0 20px 0;
	letter-spacing: -1px;
	vertical-align: text-top;
}

h1.page-title {
	font-size:		18px;
	margin:			65px 0 55px 0;
	color:			#B9B9B9;
	letter-spacing:	0;
	line-height:	18px;
	text-transform:	uppercase;
	}
	
h1.page-entry-title {
 	color: #454545;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 32px;
    margin: 30px 0 30px;
	}
	
h2.page-entry-title {
 	color: #454545;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 32px;
    margin: 10px 0 10px;
	}
	
h3.related_posts_title {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin: 10px 0 30px;
	}


h2.entry-title {
	font-size:		24px;
	margin:			0 0 10px 0;
	font-weight:	bold;
	color:			#171717;
	letter-spacing:	0;
	line-height:	32px;
}

h2.entry-title a {
	color:			#747474;
	text-decoration:none;
}

h2.entry-title a:hover {
	color:			#111;
	text-decoration:none;
}

.no-results {
	margin: 35px 0 0 0;
	}

/* **********************
BreadCrumbs
********************** */

.breadcrumb-wrap {
	height:50px;
	width:100%;
background: #000;
background: rgba(0,0,0,0.2);
}

.breadcrumb {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	position: absolute;
	right: 0;
	top: -37px;
	text-transform: uppercase;
}

.breadcrumb a {
	font-weight: 400;
	color:#aaa;
}
.breadcrumb a:hover {
	color:#13D3B5;
}
.breadcrumb-sep {
	padding: 0 10px;
	color:#fff;
}

.breadcrumb .divider {
  padding: 0 5px;
  color: #fff;
}

/* **********************
Content Headings
*********************** */

	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		color: #fff;
		font-weight: 100;
		letter-spacing: 1px;
		margin-bottom:15px;
	}

	.entry-content .heading-section h1,
	.entry-content .heading-section h2,
	.entry-content .heading-section h3,
	.entry-content .heading-section h4,
	.entry-content .heading-section h5,
	.entry-content .heading-section h6 {
		background:#fff;
		display: inline;
		padding: 5px 20px;
		font-weight: 100;
	}

	.entry-content h1 {
		font-size: 34px;
		letter-spacing: 0;
		line-height: 40px;
		}
	.entry-content h2 {
		font-size:26px;
		letter-spacing: 0.5px;
		line-height: 34px;
		}
	.entry-content h3 {
		font-size:20px;
		line-height: 26px;
		}
	.entry-content h4 {
		font-size: 18px;
		line-height: 22px;
		}
	.entry-content h5 {
		font-size:16px;
		line-height: 18px;
		}
	.entry-content h6 {
		font-size:14px;
		line-height: 16px;
		}
	.entry-content h1 a {
		font-weight: 400;
		}

.fullpage-block h3,
.fullpage-block h4,
.fullpage-block h5,
.fullpage-block h6 {
	font-weight: 300;
	color:#888;
}
.fullpage-block h1 {
    font-size: 58px;
    font-weight: 100;
    letter-spacing: -2.5px;
    line-height: 48px;
    word-spacing: 6px;
}
.fullpage-block h2 {
    font-size: 48px;
    font-weight: 100;
    letter-spacing: -0.5px;
    line-height: 38px;
}
.fullpage-block h3 {
    font-size: 40px;
    font-weight: 100;
    letter-spacing: -0.5px;
    line-height: 38px;
}
.fullpage-block h4 {
    font-size: 20px;
}

/* **********************
Content elements
*********************** */	
	
hr, .entry-content hr {
	clear:both;
	height: 1px;
	border:none;
	border-bottom:1px solid #eee;
	border-bottom:1px solid rgba(255,255,255,0.1);
	margin: 40px 0;
}

.entry-content p { margin: 0; }
.entry-content strong { font-weight: 900; color:#fff;}
.entry-content em { font-style: italic; }
.entry-content blockquote { 
	margin: 40px 0 40px 0;
	padding:30px 30px 10px 30px;
	background:#fff;
	background:rgba(255,255,255,0.1);
	border-left: 8px solid #ABABAB;
	}
.entry-content ol,
.entry-content ul,
.entry-content dl {
	margin-bottom:30px;
	}
.entry-content p {
	margin-bottom:20px;
}


.entry-content ul ul,
.entry-content ol ol { 
	margin-bottom:0;
	}

.entry-content dl {
	margin-left:20px;
}

.entry-content dt {
	font-weight:bold;
	color:#222;
	margin-bottom:10px;
}
.entry-content dd {
	margin-bottom:30px;
}

.entry-content ul,.entry-content ol { 
	list-style-type:disc;
	list-style-position:inside;
	}
	.page-template-template-sitemap-php .entry-content ul { 
		list-style-type:none;
	}
	.list-sub-heading {
		margin-top:20px;
	}
	.entry-content > ul,
	.entry-content > ol  { 
		margin: 40px 0;
		}
	.entry-content ul li,
	.entry-content ol li {
		margin-bottom:5px;
		}
		.entry-content ul li li,
		.entry-content ol li li {
			margin-left:20px;
			}
			.entry-content ul li li li,
			.entry-content ol li li li  {
				margin-left:40px;
				}
				.entry-content ul li li li li,
				.entry-content ol li li li li {
					margin-left:60px;
					}


.entry-content ol { list-style-type:decimal; list-style-position:inside; }
.entry-content .linklist ul { list-style:none; }

.entry-content a { 
	text-decoration:none;
	font-weight: 400;
	}
.entry-content a:hover { 
	text-decoration:none;
	}
.entry-content .hr_padding {
	margin: 30px 0 0 0;
	}

.entry-content .hrule {
	position:relative;
	clear:both;
	display:block;
	padding:20px 0;
	margin-top:40px;
	border-top:1px solid #eee;
	border-top:1px solid rgba(255,255,255,0.1);
}

.entry-content .hrule.top a {
	position:absolute;
	right:0;
	top: -22px;
	width:40px;
	height: 40px;
	font-size:11px;
	line-height: 40px;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	color:#777;
	font-weight: 400;
	background:#fff;
	border-radius: 30px;
}

.entry-content .hrule.top a:hover {
	color:#000;
	text-decoration:none;
}

	
	.entry-content .highlight {
		background:#FFFF99;
		color:#808080;
		padding:4px;
	}
	
/* Readmore link */
.readmore_link { 
	font-size: 12px;
    letter-spacing: 1px;
    margin: 20px 0 10px;
	}
	.readmore_link a {
		color:#fff;
		font-weight:400;
		display: inline-block;
		}
		.readmore_link a:hover { 
			color: #fff;
			text-decoration:none;
			}

.readmore {
	margin-top:15px;
}
			
.readmore a {
	color: #4B4B4B;
    font-size: 11px;
    font-weight: bold;
    margin-left: 20px;
    text-transform: uppercase;
    width: 207px;
    letter-spacing: 1px;
}
	.readmore a:hover {
		color:#111;
		border-bottom: none;
		text-decoration:none;
		}

.readmore-archive {
	margin-top:20px;
	letter-spacing: 0;
	font-size:12px;
}
.readmore-archive a {
	background: #969696;
	border-bottom: none;
	padding: 5px 15px 6px;
	border-radius: 20px;
	color: #fff;
}
.readmore-archive a:hover {
	background: #777;
	border-bottom:none;
	text-decoration: none;
}		
			
/* Mainpage */

.page-sidebar-wrap {
	width:160px;
}
.page-sidebar-block {
	margin-bottom:30px;
	border-bottom:1px solid #F4F4F4;
	padding-bottom:30px;
}

.page-sidebar-block p {
	color: #A4A4A4;
	font-size: 11px;
	line-height: 15.8px;
}

.page-sidebar-block h2 {
	color: #474747;
	    font-size: 14px;
	    font-weight: 700;
	    letter-spacing: 3.5px;
	    line-height: 12px;
	    margin-bottom: 20px;
	    text-transform: uppercase;
}

/* **********************
Shortcode - Slideshow Blog
*********************** */

.slideshow-box-wrapper {
	position: relative;
}

.slideshow-box-image {
}
.slideshow-box-content {
	position: relative;
	width:100%;
	background: rgba(0,0,0,0.5);
}
.slideshow-box-content-inner {
	padding:20px 20px;
}
.slideshow-box-title {
	font-size:20px;
	margin-bottom: 10px;
}
.slideshow-box-content .slideshow-box-title a {
	font-size: 24px;
	font-weight: 100;
	letter-spacing: 0.5px;
	color:#fff;
}
.slideshow-box-description {
	font-size:13px;
	color:#eee;
}
.slideshow-box-info {
	font-size:12px;
}
.slideshow-box-comment,
.slideshow-box-date {
	display:inline-block;
}
.slideshow-box-comment {
	margin-right:15px;
}
.slideshow-box-date,
.slideshow-box-content .slideshow-box-comment a {
	color:#B5B5B5;
}
.slideshow-box-content .slideshow-box-categories a,
.slideshow-box-content .slideshow-box-categories {
	font-size:10px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color:#B5B5B5;
}
.slideshow-box-categories span {
	margin-right:10px;
}

			



.social-header-wrap {
}
.social-header-wrap a {
	display:block;
}
.social-header-wrap ul {
	text-align:right;
	list-style-type:none;
}
.social-header-wrap ul li {
	display:inline-block;
	float: right;
}
.social-header-wrap ul li i {
	margin:0;
	padding:0;
	color:#E3E3E3;
}
.social-header-wrap ul li.social-icon {
	border: 2px solid #FFFFFF;
	border: 2px solid rgba(255,255,255,0.6);
	border-radius: 30px;
	background:rgba(255,255,255,0.6);
	color: #FFFFFF;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-left: 5px;
	margin-top: 7px;
	padding: 5px;
	text-align: center;
	width: 20px;
}
.social-header-wrap ul li.social-icon:hover {
	border: 2px solid #FFFFFF;
	border: 2px solid rgba(255,255,255,1);
}
.social-header-wrap ul li.social-icon i {
}
.social-header-wrap ul li.social-icon:hover {
	cursor: pointer;
}
.social-header-wrap ul li.social-icon:hover i {
	color:#fff;
}
.social-header-wrap ul li.contact-text {
	color: #555;
    font-size: 12px;
    margin-right: 15px;
    position: relative;
    top: 14px;
    font-weight: 400;
}
.social-header-wrap ul li.contact-text i {
	color: #fff;
}
.social-header-wrap ul li.contact-text a {
	display:inline;
	color:#fff;
}
.social-header-wrap ul li.contact-text a:hover {
	color:#fff;
}



#copyright {
	font-family:'Droidsans';
	position: 		fixed;
	bottom:			0;
	color:			#fff;
	background:		#000;
	background:		rgba(0,0,0,0.8);
	text-align: 	center;
	display:		block;
	font-size:		14px;
	font-weight:	200;
	padding: 		10px 0;
	z-index: 		99;
	width:			100%;
	margin-top:		60px;
	}
	
#copyright li {
	display:		inline-block;
	padding: 		0 10px;
	}
	
#copyright a {
	color:			#fff;
	font-size:		15px;
	}
#copyright a:hover {
	text-decoration:none;
	color:			#E46400;
	}
	
#copyright span {
	background:		#111;
	border-radius: 	8px 8px 8px 8px;
	padding:		8px 20px;
	color:			#fff;
	text-align:		center;
	}


