/*
Theme Name: Sonata
Theme URI: http://withemes.com
Author: Withemes
Author URI: http://themeforest.net/user/withemes?ref=withemes
Description: Responsive, Retina-ready Multipurpose Wordpress theme with an elegant design
Version: 1.0.5
Text Domain: wi

/* Import
-------------------------------------------------------------------------------------- */
	
	

/* General
-------------------------------------------------------------------------------------- */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#333;
	line-height:1.6;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0 0 20px;
	line-height:1.3;
	font-family:"Oswald", sans-serif;
	font-weight:400;
	text-transform:none;
	letter-spacing:2px;
	}
h1 {
    font-size: 32px
    }
h2 {
    font-size: 28px
    }

h3 {
    font-size: 22px
    }

h4 {
    font-size: 16px
    }

h5, h6 {
    font-size: 13px
    }
ul {
    list-style: disc
    }

ol {
    list-style:decimal;
    }
ul, ol {
    margin-bottom: 30px
    }

li {
	line-height:1.8;
    }		
p {
	margin:0 0 20px;
	}	
a {
	color:#db4360;
	text-decoration:underline;
	}
a:hover {
	color:#23a1e0;
	text-decoration:none;
	}		
.container {
	width:1100px;
	}
	
	/* table */
table {
	width:100%;
	max-width:100%;
	margin: 0 0 30px;
	}
table td,
table th {
	border:1px solid #ddd;
	padding:8px;
	vertical-align:middle;
	text-align:left;
	}
input, textarea, select {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
	max-width: 100%;
    }
textarea {
	resize:none;
	}
code {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	}	
pre {
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	margin: 0 0 30px;
	}
.wi-pre {
	display: block;
	font-size: 13px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0 0 30px;
	line-height: 1;
	padding: 20px;
	font-family:"Courier New", Courier, monospace;
	}	
cite {
	color: #db4360;
	font-size:14px;
	margin-left:10px;
	}
del {
	color:red;
	}
ins {
	text-decoration:underline;
	}
code, kbd, pre, samp {
	font-family: monospace, serif;
	}		
dl {
	margin:0 0 30px;
	}
dl dt {
	margin-bottom:10px;
	font-weight:600;
	}
dl dd {
	margin-bottom:20px;
	margin-left:30px;
	}		
blockquote {
    border-left: 2px solid #ccc;
    overflow: hidden;
    padding: 10px 50px;
    margin: 0 0 30px;
    margin-left: 30px;
	font-size: 20px;
	font-style: italic;
    }

blockquote p {
    margin-bottom: 10px;
    line-height: 1.6
    }

blockquote em,
blockquote cite {
    color: #db4360;
    font-size: 14px;
    margin-right: 20%;
    }
blockquote em a
blockquote cite a {
	color:#db4360;
	}
blockquote em:before,
blockquote cite:before {
    content: "\2014";
    margin-right: 6px
    }	
.media-container {
    margin: 0 0 30px;
	max-width:100%;
    }
.media-container iframe {
    max-width: 100%
    }
video, audio {
	max-width:100%;
	}
.wp-audio-shortcode,
.wp-video {
	margin-bottom:30px;
	}

/* Image elements 
---------------------------------------- */
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}	
.alignnone,
a img.alignnone {
    margin: 5px 20px 20px 0;
	}	
.alignright,
a img.alignright {
    margin: 5px 0 20px 20px;
    float: right
    }
.alignleft,
a img.alignleft {
	margin:5px 20px 20px 0;
	float:left;
	}
.aligncenter,
a img.aligncenter {
	display:block;
	margin:5px auto 20px;
	}
.wp-caption {
	border: 1px solid #ddd;
	padding: 10px;
	background:#fff;
	max-width: 100%; /* Image does not overflow the content area */
	text-align: center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
	}	
.wp-caption.alignleft{
	margin: 5px 20px 15px 0;
	}
.wp-caption.alignright {
	margin: 5px 0 15px 20px;
	}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width:100%;
    padding: 0;
    width: auto;
	}	
.wp-caption-text,
.gallery-caption {
	margin: 0;
	text-transform: none;
	font-size: 12px;
	letter-spacing:2px;
	font-family:"Oswald", sans-serif;
	margin-top: 10px;
	text-align:left;
	}
	
/* Gallery
---------------------------------------- */
.gallery-item {
	float: left;
	margin-top: 10px;
	margin-bottom:0;
	text-align: center;
	width: 16.5%;
	padding:0 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}		
.gallery-icon {
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	background:transparent;
	padding:4px;
	}
.gallery-icon:hover {
	background:#db4360;
	}
.gallery-icon a {
	display:block;
	width:100%;
	}	
.gallery .gallery-item img {
	border:none !important;
	display:block;
	width:100%;
	}
	
/* Boxed and Wide Layout
---------------------------------------- */
body {
	background:#333;
	}
#wi-wrapper {
	background:#fff;
	margin:0 auto;
	}
body.layout-boxed {
	}
body.layout-boxed #wi-wrapper {
	width:1160px;
	background:#fff;
	margin:0 auto;
	}	

/* 404
---------------------------------------- */
.h1-404 {
	font-size: 150px;
	color: #ddd;
	text-align: center;
	}
.notfound-text {
	background:#eee;
	padding:10px;
	margin:0 0 20px;
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	}
.notfound-text .inner {
	border:1px solid #777;
	padding:15px;
	}

/* Blank Template
---------------------------------------- */
body.blank-template {
	display: table;
	height: 100%;
	width: 100%!important;
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	overflow-x: hidden;
	background:#fff;
	}
body.blank-template #wi-wrapper {
	display: table-cell;
	float: none;
	vertical-align: middle;
	width: 100%;
	}
body.blank-template #wi-wrapper #wi-content {
	}
	
/* Topbar
-------------------------------------------------------------------------------------- */
#wi-topbar {
	clear:both;
	font-family:"Oswald", sans-serif;
	background:#151515;
	color:#999;
	color:rgba(255,255,255,.6);
	text-transform:none;
	font-size:12px;
	letter-spacing:2px;
	position:relative;
	}
#wi-topbar .container {
	line-height:40px;
	}	
#wi-topbar .ele {
	display:block;
	float:left;
	margin-left:-1px;
	}
#wi-topbar .ele:first-child {
	margin-left:0;
	}	
.topbar-right {
	float:right;
	}

#topbar-toggle {
	width:100%;
	height:32px;
	color:#fff;
	line-height:32px;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	cursor:pointer;
	display:none;
	border-top:1px solid #333;
	}
#topbar-toggle i {
	line-height:32px;
	}
#wi-topbar.topbar-light #topbar-toggle {
	color:#333;
	border-top:none;
	}
#wi-topbar.topbar-grey #topbar-toggle {
	color:#333;
	border-top:1px solid #ddd;
	}	
#wi-topbar.topbar-primary #topbar-toggle {
	color:#fff;
	border-top-color:rgba(255,255,255,.2);
	}	
	
/* Topbar text
---------------------------------------- */
.topbar-text {
	padding-right:10px;
	padding-left:10px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-left-color:rgba(255,255,255,.2);
	border-right-color:rgba(255,255,255,.2);	
	}
	/* padding 0 if being the first element */
#wi-topbar .ele:first-child.topbar-text {
	padding-left:0;
	border-left:none;
	}
#wi-topbar .ele:last-child.topbar-text {
	padding-right:0;
	}	
.topbar-text a {
	color:#fff;
	color:#ddd;
	color:rgba(255,255,255,.96);
	text-decoration:none;
	background:#db4360;
	padding:0 5px;
	}
.topbar-text a:hover {
	color:#fff;
	}	

/* Topbar Menu
---------------------------------------- */
.topbar-menu .toggle-btn {
	position:relative;
	text-decoration:none;
	color:#aaa;
	color:rgba(255,255,255,.6);
	height:32px;
	line-height:32px;
	padding:0 14px;
	cursor:pointer;
	border:1px solid #777;
	border-color:rgba(255,255,255,.4);
	display:none;
	}
.topbar-menu .toggle-btn i {		
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	line-height:32px;
	font-size:14px;
	text-align: center;
	}
.topbar-menu ul.menu {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	}
.topbar-menu ul.menu > li {
	display:block;
	float:left;
	position:relative;
	}
.topbar-menu ul.menu > li > a {
	display:block;
	text-decoration:none;
	height:40px;
	line-height:40px;
	padding:0 14px;
	color:#999;
	color:rgba(255,255,255,.6);
	border-right:1px solid #333;
	border-right-color:rgba(255,255,255,.2);
	-moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
	}		
.topbar-menu ul.menu > li:first-child > a {
	border-left:1px solid #333;
	border-left-color:rgba(255,255,255,.2);
	}
.topbar-menu ul.menu > li:hover > a,
.topbar-menu ul.menu > li.current-menu-item > a,
.topbar-menu ul.menu > li.current-menu-ancestor > a {
	color:#fff;
	}
.topbar-menu ul.menu > li > a .small-ic {
	margin:0 5px;
	text-decoration:none;
	}
.topbar-menu ul.menu > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width:110px;
	background:#151515;
	border-top:none;
	position:relative;
	top:40px;
	left:0px;
	z-index:200000;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	position:absolute;
	margin-top:0;
	visibility:hidden;
	padding:0 10px;
    }
.topbar-menu ul.menu > li:hover > ul {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
	visibility:visible;
    }
	/* right menu */
.topbar-menu ul.menu > li.right-menu > ul {
	left:auto;
	right:0px;
	text-align:right;
	}
.topbar-menu ul.menu > li > ul > li {
	position:relative;
}
.topbar-menu ul.menu > li > ul > li > a {
    display: block;
    color: #999;
	color:rgba(255,255,255,.6);
    text-decoration: none;
    padding: 6px 4px;
    font-size: 11px;
	border-top:1px solid #444;
	border-top-color:rgba(255,255,255,.2);
	-moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
    }
.topbar-menu ul.menu > li > ul > li:first-child a{
	border-top:none;
    }
.topbar-menu ul.menu > li > ul > li > a .small-ic {
	margin:0 5px;
	text-decoration:none;
	}	
.topbar-menu ul.menu > li > ul > li > a:hover,
.topbar-menu ul.menu > li > ul > li.current-menu-item > a {
	color:#fff;
    }
	
	
/* Searchbox
---------------------------------------- */
.top-search {
	position:relative;
	}
	/* hidden */
.hidden-search {
	display:none;
	width:220px;
	padding:10px;
	padding-bottom:20px;
	position:absolute;
	z-index:10001;
	top:46px;
	right:0;
	border:1px solid #ccc;
	border-top:none;
	-webkit-box-shadow:0 -3px 0 #000;
	-moz-box-shadow:0 -3px 0 #000;
	box-shadow:0 -3px 0 #000;
	background:#fff;
	}
.visible-search	{
	display:block;
	}
.hidden-search .s {
	width:100%;
	height:24px;
	border:none;
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	border-bottom:1px solid #ccc;
	line-height:16px;
	padding:4px 24px 4px 0px;
	font-size:12px;
	outline:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
.hidden-search .s::-webkit-input-placeholder { 
	color:#aaa;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	}
.hidden-search .s::-moz-placeholder { 
	color:#ccc;
	text-transform:uppercase;
	letter-spacing:2px;
	}
.hidden-search .s:-ms-input-placeholder { 
	color:#ccc;
	text-transform:uppercase;
	letter-spacing:2px;
	}
.hidden-search .submit {
	position:absolute;
	z-index:999;
	font-size:16px;
	top:15px;
	right:10px;
	width:24px;
	height:24px;
	border:none;
	outline:none;
	background:none;
	color:#333;
	}
.hidden-search .submit i {
	line-height:24px;
	}	
.hidden-search .submit:hover {
	color:#999;
	}
	
	/* visible */
.top-search .button {
	border:none;
	background:none;
	width:40px;
	height:40px;
	font-size:14px;
	color:#ccc;
	color:rgba(255,255,255,.6);
	cursor:pointer;
	text-align:center;
	border:none;
	outline:none;
	display:block;
	-moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
	}
.top-search .button:hover {
	color:#fff;
	}	
.top-search .button i {
	line-height:40px;
	display:block;
	}
	
/* Social Icons
---------------------------------------- */
.top-social ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.top-social ul li {
	display:block;
	float:left;
	width:40px;
	height:40px;
	text-align:center;
	overflow:hidden;
	}
.top-social ul li a {
	text-decoration:none;
	color:#999;
	color:rgba(255,255,255,.6);
	overflow:hidden;
	text-align:center;
	font-size:14px;
	line-height:40px;
	display:block;
	width:40px;
	height:40px;
	position:relative;
	-webkit-transition:margin-top .1s ease-out;
	-moz-transition:margin-top .1s ease-out;
	-ms-transition:margin-top .1s ease-out;
	-o-transition:margin-top .1s ease-out;
	transition:margin-top .1s ease-out;
	}
.top-social ul li:hover a {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	}	
.top-social ul li:first-child a	{
	}
.top-social ul li a i {
	line-height:28px;
	}
.top-social ul li:hover a {
	color:#fff;
	top:15px;
	margin-top:-15px;
	}
.top-social ul li:hover {
	background:#555;
	}	
.top-social ul li.li-custom:hover a	{
	top:0;
	margin-top:0;
	background:transparent;
	}


	/* background colors */	
.top-social ul li.li-facebook:hover {
	background:#3b5998;
	}
.top-social ul li.li-twitter:hover {
	background:#16B1E9
	}
.top-social ul li.li-google-plus:hover {
	background:#F0652F
	}
.top-social ul li.li-linkedin:hover {
	background:#069
	}								
.top-social ul li.li-tumblr:hover {
	background:#529ecc
	}								
.top-social ul li.li-pinterest:hover {
	background:#e63d45
	}								
.top-social ul li.li-youtube:hover {
	background:#e62c22
	}								
.top-social ul li.li-skype:hover {
	background:#00aff0
	}								
.top-social ul li.li-instagram:hover {
	background:#3f729b
	}								
.top-social ul li.li-delicious:hover {
	background:#0b79e5
	}								
.top-social ul li.li-reddit:hover {
	background:blue
	}								
.top-social ul li.li-stumbleupon:hover {
	background:#eb4924
	}								
.top-social ul li.li-wordpress:hover {
	background:#999
	}								
.top-social ul li.li-joomla:hover {
	background:#136AA5
	}								
.top-social ul li.li-blogger:hover {
	background:#FA880D
	}								
.top-social ul li.li-vimeo:hover {
	background:#00adef
	}
.top-social ul li.li-yahoo:hover {
	background:#7B0099
	}									
.top-social ul li.li-flickr:hover {
	background:#ff0084
	}								
.top-social ul li.li-picasa:hover {
	background:#FF9542
	}								
.top-social ul li.li-deviantart:hover {
	background:#B3C432
	}								
.top-social ul li.li-github:hover {
	background:#405a6a
	}								
.top-social ul li.li-stackoverflow:hover {
	background:#75845C
	}								
.top-social ul li.li-xing:hover {
	background:#026466
	}								
.top-social ul li.li-flattr:hover {
	background:#58b535
	}								
.top-social ul li.li-foursquare:hover {
	background:#00aeef
	}								
.top-social ul li.li-paypal:hover {
	background:#0079C1
	}								
.top-social ul li.li-yelp:hover {
	background:#c41200
	}								
.top-social ul li.li-soundcloud:hover {
	background:#F76700
	}								
.top-social ul li.li-lastfm:hover {
	background:#e31b23
	}								
.top-social ul li.li-lanyrd:hover {
	background:#3a77ad
	}								
.top-social ul li.li-dribbble:hover {
	background:#ea4c89
	}								
.top-social ul li.li-forrst:hover {
	background:#47884d
	}								
.top-social ul li.li-steam:hover {
	background:#ccc;
	}								
.top-social ul li.li-behance:hover {
	background:#1769FF
	}								
.top-social ul li.li-mixi:hover {
	background:#996600
	}								
.top-social ul li.li-weibo:hover {
	background:#e64141
	}								
.top-social ul li.li-renren:hover {
	background:#005eac
	}								
.top-social ul li.li-evernote:hover {
	background:#5fb336
	}								
.top-social ul li.li-dropbox:hover {
	background:#007ee5
	}								
.top-social ul li.li-bitbucket:hover {
	background:#2d67a3
	}								
.top-social ul li.li-trello:hover {
	background:#00c6d4
	}								
.top-social ul li.li-vk:hover {
	background:#45668E
	}								
.top-social ul li.li-home:hover {
	background:#08c;
	}
.top-social ul li.li-envelope-alt:hover {
	background:#00a300;
	}
.top-social ul li.li-rss:hover {
	background:#f90
	}										
.top-social.black-white ul li:hover {
	background:#555;
	}
	
/* Topbar Theme
-------------------------------------------------------------------------------------- */
	/* Light 
	----------------------------------------- */
#wi-topbar.topbar-light {
	background:#fff;
	color:inherit;
	border-bottom:1px solid #eee;
	}
	
		/* Menu */
#wi-topbar.topbar-light	.topbar-menu .toggle-btn {
	color:#333;
	border-color:#aaa;
	}		
#wi-topbar.topbar-light	.topbar-menu ul.menu > li > a {
	color:#333;
	border-right-color:#eee;
	}
#wi-topbar.topbar-light	.topbar-menu ul.menu > li:first-child > a {
	border-left-color:#eee;
	}
#wi-topbar.topbar-light	.topbar-menu ul.menu > li:hover > a,
#wi-topbar.topbar-light	.topbar-menu ul.menu > li.current-menu-item > a,
#wi-topbar.topbar-light	.topbar-menu ul.menu > li.current-menu-ancestor > a {
	color:#000;
	text-decoration:underline;
	}
#wi-topbar.topbar-light	.topbar-menu ul.menu > li > ul {
	background:#fff;
	border:1px solid #eee;
	left:-1px;
	border-top:none;
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.2);
	-moz-box-shadow:3px 3px 5px rgba(0,0,0,.2);
	box-shadow:3px 3px 5px rgba(0,0,0,.2);
	}
#wi-topbar.topbar-light	.topbar-menu ul.menu > li > ul > li > a {
	color:#333;
	border-top-color:#eee;
	}				
#wi-topbar.topbar-light	.topbar-menu ul.menu > li > ul > li > a:hover,
#wi-topbar.topbar-light	.topbar-menu ul.menu > li > ul > li.current-menu-item > a {
	color:#000;
	text-decoration:underline;
	}
	
	/* Searchbox */
#wi-topbar.topbar-light	.top-search .button {
	color:#555;
	}	
#wi-topbar.topbar-light	.top-search .button:hover {
	color:#222;
	}
	
	/* Social Icons */
#wi-topbar.topbar-light	.top-social ul li a {
	color:#555;
	}	
#wi-topbar.topbar-light	.top-social ul li:hover a {
	color:#fff;
	}
	
	/* Grey
	----------------------------------------- */
#wi-topbar.topbar-grey {
	background:#eee;
	color:inherit;
	}	
/* Menu */
#wi-topbar.topbar-grey .topbar-menu .toggle-btn {
	color:#333;
	border-color:#aaa;
	background:#fff;
	}		
#wi-topbar.topbar-grey .topbar-menu ul.menu > li > a {
	color:#333;
	border-right-color:#ddd;
	}
#wi-topbar.topbar-grey .topbar-menu ul.menu > li.menu-item-has-children > a {
	-webkit-transition-property:color;
	-moz-transition-property:color;
	-ms-transition-property:color;
	-o-transition-property:color;
	transition-property:color;
	}
#wi-topbar.topbar-grey .topbar-menu ul.menu > li.menu-item-has-children:hover > a {
	background:#fff;
	text-decoration:none;
	}		
#wi-topbar.topbar-grey .topbar-menu ul.menu > li:first-child > a {
	border-left-color:#ddd;
	}
#wi-topbar.topbar-grey .topbar-menu ul.menu > li:hover > a,
#wi-topbar.topbar-grey .topbar-menu ul.menu > li.current-menu-item > a,
#wi-topbar.topbar-grey .topbar-menu ul.menu > li.current-menu-ancestor > a {
	color:#000;
	text-decoration:underline;
	}
#wi-topbar.topbar-grey .topbar-menu ul.menu > li > ul {
	background:#fff;
	border:1px solid #ddd;
	border-top:none;
	left:-1px;
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.2);
	-moz-box-shadow:3px 3px 5px rgba(0,0,0,.2);
	box-shadow:3px 3px 5px rgba(0,0,0,.2);
	}
#wi-topbar.topbar-grey .topbar-menu ul.menu > li > ul > li > a {
	color:#333;
	border-top-color:#eee;
	}				
#wi-topbar.topbar-grey .topbar-menu ul.menu > li > ul > li > a:hover,
#wi-topbar.topbar-grey .topbar-menu ul.menu > li > ul > li.current-menu-item > a {
	color:#000;
	text-decoration:underline;
	}
	
	/* Searchbox */
#wi-topbar.topbar-grey .top-search .button {
	color:#555;
	}	
#wi-topbar.topbar-grey .top-search .button:hover {
	color:#222;
	}
	
	/* Social Icons */
#wi-topbar.topbar-grey .top-social ul li a {
	color:#555;
	}	
#wi-topbar.topbar-grey .top-social ul li:hover a {
	color:#fff;
	}
	
	/* Primary
	----------------------------------------- */
#wi-topbar.topbar-primary {
	background:#db4360;
	}
		/* text */
#wi-topbar.topbar-primary .topbar-text a {
	color:#fff;
	border:1px solid #fff;
	color:rgba(255,255,255,.7);
	border-color:rgba(255,255,255,.7);
	padding:0 4px;
	background:transparent;
	-moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
	}			
#wi-topbar.topbar-primary .topbar-text a:hover {
	color:#fff;
	border-color:#fff;
	}
		/* menu */
#wi-topbar.topbar-primary .topbar-menu ul.menu > li > a {
	-moz-transition:color 0.2s ease-out;
    -o-transition:color 0.2s ease-out;
    -webkit-transition:color 0.2s ease-out;
    transition: color 0.2s ease-out
	}		
#wi-topbar.topbar-primary .topbar-menu ul.menu > li:hover > a {
	color:#fff;
	background:#151515;
	border-right-color:#151515;
	}
#wi-topbar.topbar-primary .topbar-menu ul.menu > li.current-menu-item > a,
#wi-topbar.topbar-primary .topbar-menu ul.menu > li.current-menu-ancestor > a {
	color:#fff;
	}

	
/* Superfish
-------------------------------------------------------------------------------------- */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/* Navigation
-------------------------------------------------------------------------------------- */
	/* toggle menu */
.toggle-menu {
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	text-decoration:none;
	font-size:20px;
	background:#111;
	color:#fff;
	color:rgba(255,255,255,.8);
	cursor:pointer;
	position:absolute;
	top:10px;
	right:20px;
	border:1px solid #fff;
	display:none;
	}
.toggle-menu:hover,	
.toggle-menu:active {
	color:#fff;
	}
.nav-submenu-light .toggle-menu {
	border:1px solid #777;
	color:#444;
	background:transparent;
	}
.nav-submenu-light .toggle-menu:hover,
.nav-submenu-light .toggle-menu:active {
	color:#333;
	border-color:#666;
	}	
		
#wi-mainnav {
	display:block;
	float:right;
	text-transform:uppercase;
	position:relative;
	}

#wi-mainnav a {
	position:relative;
	}	
#wi-mainnav .menu > ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	position:static;
	}
#wi-mainnav .menu > ul > li {
	display:block;
	float:left;
	position:relative;
	}
#wi-mainnav .menu > ul > li > a {
	font-size:13px;
	display:block;
	position:relative;
	text-decoration:none;
	color:#333;
	font-weight:400;
	height:80px;
	line-height:80px;
	padding:0 10px;
	font-family:"Oswald", sans-serif;
	letter-spacing:2px;
	-moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
	}	/* cart icon */
			#wi-mainnav .menu > ul > li.menu-cart-has > a,
			#wi-mainnav .menu > ul > li.menu-cart-has:hover > a {
				color:#db4360;
				}
#wi-mainnav .menu > ul > li > a i {
	margin-right:4px;
	}	
#wi-mainnav .menu > ul > li:hover > a,
#wi-mainnav .menu > ul > li.current-menu-item > a,
#wi-mainnav .menu > ul > li.current-menu-ancestor > a,
#wi-mainnav .menu > ul > li.current_page_item > a,
#wi-mainnav .menu > ul > li.current_page_ancestor > a {
	color:#aaa;
	}
#wi-mainnav .menu > ul > li > a.sf-with-ul {
	position:relative;
	}
#wi-mainnav .menu > ul > li > a.sf-with-ul:after,
#wi-mainnav .menu > ul > li a .indicator u:after {
	content:"\f107";
	font-family:FontAwesome;
	font-weight:normal;
	font-style:normal
	;text-decoration:inherit;
	-webkit-font-smoothing:antialiased;
	*margin-right:.3em;
	margin-left:6px;
	}
#wi-mainnav .menu > ul > li a .indicator {
	display:none;
	text-decoration:none;
	position:absolute;
	top:0;
	right:0;
	width:70px;
	height:100%;
	z-index:20;
	font-size:14px;
	}
#wi-mainnav .menu > ul > li a .indicator u {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	margin:-10px 0 0 -10px;
	text-decoration:none;
	}	

#wi-mainnav .menu > ul > li:hover > a.sf-with-ul:after,
#wi-mainnav .menu > ul > li.current-menu-item > a.sf-with-ul:after,
#wi-mainnav .menu > ul > li.current-menu-ancestor > a.sf-with-ul:after,
#wi-mainnav .menu > ul > li.current_page_item > a.sf-with-ul:after,
#wi-mainnav .menu > ul > li.current_page_ancestor > a.sf-with-ul:after,

#wi-mainnav .menu > ul > li:hover > a.has-submenu:after,
#wi-mainnav .menu > ul > li.current-menu-item > a.has-submenu:after,
#wi-mainnav .menu > ul > li.current-menu-ancestor > a.has-submenu:after,
#wi-mainnav .menu > ul > li.current_page_item > a.has-submenu:after,
#wi-mainnav .menu > ul > li.current_page_ancestor > a.has-submenu:after {
	border-top-color:#aaa;
	}	
	
	/* Submenu */
#wi-mainnav .menu > ul > li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width:200px;
	background:#111;
	border-top: none;
	-webkit-box-shadow: 0 -3px 0 #111;
	-moz-box-shadow: 0 -3px 0 #111;
	box-shadow: 0 -3px 0 #111;
	top:100%;
	left:-1px;
	z-index:2000;
	position:absolute;
	display:none;
	font-family:"Oswald", sans-serif;
	font-size:11px;
	letter-spacing:2px;
    }
#wi-mainnav .menu > ul > li:hover > ul {
    }
	
#wi-mainnav .menu > ul > li > ul ul {
	position:absolute;
	top:0;
	left:200px;
	}
	
#wi-mainnav .menu > ul > li ul > li {
	position:relative;
}
#wi-mainnav .menu > ul > li ul > li > a {
    display: block;
    color: #999;
	color:rgba(255,255,255,.6);
    text-decoration: none;
    padding: 7px 20px;
    font-size: 11px;
	border-top:1px solid #444;
	border-top-color:rgba(255,255,255,.1);
	-moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
    }
#wi-mainnav .menu > ul > li ul > li > a i {
	margin-right:4px;
	}	
#wi-mainnav .menu > ul > li ul > li:first-child > a{
	border-top:none;
    }
#wi-mainnav .menu > ul > li ul > li > a:hover {
	color:#fff;
    }
#wi-mainnav .menu > ul > li ul > li.current-menu-item > a,
#wi-mainnav .menu > ul > li ul > li.current-menu-ancestor > a,
#wi-mainnav .menu > ul > li ul > li.current_page_item > a,
#wi-mainnav .menu > ul > li ul > li.current_page_ancestor > a {
	color:#fff;
	}	
#wi-mainnav .menu > ul > li ul > li > a.sf-with-ul,
#wi-mainnav .menu > ul > li ul > li > a.has-submenu {
	position:relative;
	}
#wi-mainnav .menu > ul > li ul > li > a.sf-with-ul:after,
#wi-mainnav .menu > ul > li ul > li > a.has-submenu:after {
	float:right;
	content:"\f105";
	font-size:14px;
	font-family:FontAwesome;
	font-weight:normal;
	font-style:normal
	;text-decoration:inherit;
	-webkit-font-smoothing:antialiased;
	*margin-right:.3em;
	margin-left:6px;
	margin-top:-2px;
	}

	/* right menu */
#wi-mainnav .menu > ul > li.right-menu > ul {
	left:auto;
	right:-1px;
	}
#wi-mainnav .menu > ul > li.right-menu ul li ul {
	left:auto;
	right:200px;
	}
#wi-mainnav .menu > ul > li ul li.right-menu ul {
	left:auto;
	right:100%;
	}
	
/* MEGA MENU
-------------------------------------------------------------------------------------- */
	/* Mega Menu Width 
	Header for 4, 5 columns and Menu for 2, 3 columns
	*/
body.megamenu-width-header #wi-mainnav {
	position:static;
	}
body.megamenu-width-header .container {
	position:relative;
	}
body.megamenu-width-menu #wi-mainnav {
	position:relative;
	}
	
	/* Style */
#wi-mainnav .menu > ul >li.mega {
	display:block;
	position:static;
	}
#wi-mainnav .menu > ul >li.mega > ul {
	width:100%;
	top:100%;
	left:0;
	}
#wi-mainnav .menu > ul >li.mega > ul > li {
	display:block;
	float:left;
	width:25%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:20px;
	border-right:1px solid #444;
	border-right-color:rgba(255,255,255,.1);
	}
#wi-mainnav .menu > ul >li.mega > ul > li:last-child {
	border-right:none;
	}
#wi-mainnav .menu > ul >li.mega.mega-2 > ul > li {
	width:50%;
	}
#wi-mainnav .menu > ul >li.mega.mega-3 > ul > li {
	width:33.3%;
	}
#wi-mainnav .menu > ul >li.mega.mega-4 > ul > li {
	width:25%;
	}
#wi-mainnav .menu > ul >li.mega.mega-5 > ul > li {
	width:20%;
	}
#wi-mainnav .menu > ul >li.mega.mega-6 > ul > li {
	width:16.6%;
	}				
#wi-mainnav .menu > ul >li.mega > ul > li > a {
	font-size:13px;
	color:#fff;
	border-top:none;
	border-bottom:1px dotted #444;
	border-bottom-color:rgba(255,255,255,.1);
	border:none;
	padding:0;
	}
#wi-mainnav .menu > ul >li.mega > ul > li > a.sf-with-ul {
	margin-bottom:10px;
	}	
#wi-mainnav .menu > ul >li.mega > ul > li > a:after {
	display:none;
	}		
#wi-mainnav .menu > ul >li.mega > ul > li > ul {
	position:static !important;
	opacity:1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
	width:100%;
	font-size:11px;
	}
@media (min-width: 980px) {
	#wi-mainnav .menu > ul >li.mega > ul > li > ul {
		display:block !important;
	}
}	
#wi-mainnav .menu > ul >li.mega > ul > li > ul > li > a {
	padding:10px 0;
	}
	
/* Submenu Light Theme
-------------------------------------------------------------------------------------- */
.nav-submenu-light #wi-mainnav .menu > ul > li ul {
	background:#fff;
	border:1px solid #eee;
	border-top:1px solid #444;
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.2);
	-moz-box-shadow:3px 3px 5px rgba(0,0,0,.2);
	box-shadow:3px 3px 5px rgba(0,0,0,.2);
	}
.nav-submenu-light #wi-mainnav .menu > ul > li ul > li > a,
.nav-submenu-light #wi-mainnav .menu > ul > li ul > li > a:hover {
	color:#333;
	}	
.nav-submenu-light #wi-mainnav .menu > ul > li ul > li > a:hover {
	text-decoration:underline;
	}
.nav-submenu-light #wi-mainnav .menu > ul > li ul > li > a i {
	text-decoration:none;
	}	
.nav-submenu-light #wi-mainnav .menu > ul > li ul > li > a.sf-with-ul:after, 
.nav-submenu-light #wi-mainnav .menu > ul > li ul > li > a.has-submenu:after {
	text-decoration:none;
	}	
.nav-submenu-light #wi-mainnav .menu > ul > li ul > li.current-menu-item > a, 
.nav-submenu-light #wi-mainnav .menu > ul > li ul > li.current-menu-ancestor > a, 
.nav-submenu-light #wi-mainnav .menu > ul > li ul > li.current_page_item > a, 
.nav-submenu-light #wi-mainnav .menu > ul > li ul > li.current_page_ancestor > a {
	color:#000;
	text-decoration:underline;
	}
	
	/* Mega Menu */
.nav-submenu-light #wi-mainnav .menu > ul >li.mega > ul > li > a {
	color:#000;
	text-decoration:underline;
	}	
.nav-submenu-light #wi-mainnav .menu > ul >li.mega > ul > li > a i {
	text-decoration:none;
	}
.nav-submenu-light #wi-mainnav .menu > ul >li.mega > ul > li > ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:none;
	}	
.nav-submenu-light #wi-mainnav .menu > ul >li.mega > ul > li {
	border-right-color:#ddd;
	}
	

/* Header
-------------------------------------------------------------------------------------- */
#wi-header {
	width:100%;
	height:80px;
	position:relative;
	background:#fff;
	z-index:9999;
	transition:height .3s ease-out;
	}
#wi-header .container {
	position:relative;
	}	
#wi-logo a {
	display:inline-block;
	color:#333;
	font-size:34px;
	font-family:"Oswald", sans-serif;
	text-decoration:none;
	text-transform:none;
	line-height:60px;
	margin:0;
	}
#wi-logo img {
	max-height:80px;
	display:block;
	}	
.site-description {
	color:#999;
	font-style:italic;
	margin-top:10px;
	}
.site-description a {
	color:#333;
	text-decoration:underline;
	}	

	/* Header Style 2
	----------------------------------------------------- */

/* Header Style 2
	----------------------------------------------------- */
#wi-header.style-2 {
	height:auto;
	}	
#wi-header.style-2 #wi-logo {
	text-align:center;
	margin-bottom:15px;
	}
#wi-header.style-2 #wi-logo img {
	max-height:none;
	}	
#wi-header.style-2 #wi-logo a {
	display:inline-block;
	float:none;
	line-height:40px;
	margin-top:16px;
	}	
#wi-header.style-2 .site-description	{
	text-align:center;
	margin-bottom:15px;
	}

#wi-header.style-2 #mainnav-container {
	text-align:center;
	}
#wi-header.style-2 #wi-mainnav {
	display:inline-block;
	text-align:left;
	float:none;
	height:60px;
	margin-bottom:30px;
	text-align:center;
	}
#wi-header.style-2 #wi-mainnav > .menu {
	display:inline-block;
	text-align:left;
	float:none;
	border-bottom:1px solid #777;
	}	
#wi-header.style-2 #wi-mainnav > .menu > ul > li > a {
	height:60px;
	line-height:60px;
	}	
.megamenu-width-header #wi-header.style-2 #wi-mainnav .menu > ul >li.mega > ul {
	margin-top:-30px; /* 30 is the bottom margin of wi-mainnav */
	}

/* Sticky header
-------------------------------------------------------------------------------------- */
#wi-header-sticky-wrapper #wi-header.is-sticky {
	left:0;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 40px;
	background:#fff;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	z-index:9999;
	position:fixed;
	top:0;
	}
.admin-bar #wi-header-sticky-wrapper #wi-header.is-sticky {
	top:32px;
	}
body.layout-boxed #wi-header-sticky-wrapper #wi-header.is-sticky {
	left:auto;
	}	
#wi-header-sticky-wrapper #wi-header.is-sticky #wi-logo,
#wi-header-sticky-wrapper #wi-header.is-sticky #wi-logo a {
	height:40px;
	display:block;
	}	
#wi-header-sticky-wrapper #wi-header.is-sticky #wi-logo img {
	max-height:40px;
	display:block;
	margin:0;
	}
#wi-header-sticky-wrapper #wi-header.is-sticky .site-description {
	display:none;
	}

#wi-header-sticky-wrapper #wi-header.is-sticky #wi-mainnav > .menu > ul > li > a {
	height:40px;
	line-height:40px;
	}
#wi-header-sticky-wrapper #wi-header.is-sticky #wi-mainnav .menu > ul > li > ul {
	margin-top:10px;
	}

	
	/* Sticky header in style 2 */
#wi-header-sticky-wrapper #wi-header.is-sticky.style-2 .logo-desc {
	display:none;
	}
#wi-header-sticky-wrapper #wi-header.is-sticky.style-2 #wi-mainnav {
	margin-bottom:0;
	height:40px;
	}	
#wi-header-sticky-wrapper #wi-header.is-sticky.style-2 #wi-mainnav > .menu {
	border-bottom:none;
	}	
.megamenu-width-header #wi-header-sticky-wrapper #wi-header.is-sticky.style-2 #wi-mainnav .menu > ul >li.mega > ul {
	margin-top:0;
	}

/* TITLEBAR
-------------------------------------------------------------------------------------- */
#wi-titlebar {
	position:relative;
	clear:both;
	display:block;
	text-align:center;
	}
#wi-titlebar .container {
	position:relative;
	z-index:99;
	}
#wi-titlebar .overlay,
#wi-titlebar .clipmask,
#wi-titlebar .shadow {
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	}
#wi-titlebar .clipmask {
	background:none;
	z-index:6;
	}
#wi-titlebar .shadow {
	background:url(images/shadow.png) top center no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
	z-index:8;
	}
#wi-titlebar.enable-shadow .shadow {
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
	}		
#wi-titlebar .container .inner {
	padding:20px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
#wi-titlebar .title {
	font-size:54px;
	line-height:1.3;
	margin-bottom:0;
	font-weight:400;
	color:#333;
	}
#wi-titlebar.has-subtitle .title {
	margin-bottom:15px;
	}
#wi-titlebar .subtitle {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555;
	font-weight:normal;
	letter-spacing:2px;
	margin:0;
	}

	/* Clipmask */
#wi-titlebar.clipmask-dotted .clipmask {
	background-image:url(images/dot.png);
	background-repeat:repeat;
	-webkit-background-size:2px 2px;
	-moz-background-size:2px 2px;
	background-size:2px 2px;
	}
#wi-titlebar.clipmask-scattered-dotted .clipmask {
	background-image:url(images/dot_3x3.png);
	background-repeat:repeat;
	-webkit-background-size:3px 3px;
	-moz-background-size:3px 3px;
	background-size:3px 3px;
	}	
#wi-titlebar.clipmask-striped .clipmask {
	background-image:url(images/stripe.png);
	background-repeat:repeat;
	-webkit-background-size:4px 4px;
	-moz-background-size:4px 4px;
	background-size:4px 4px;
	}	
	
	/* Titlebar align
	--------------------------------------------- */
.titlebar-align-left #wi-titlebar {
	text-align:left;
	}
.titlebar-align-right #wi-titlebar {
	text-align:right;
	}

	/* Breadcrumb 
	--------------------------------------------- */
.breadcrumbs {
	padding-top:16px;
	color:#aaa;
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
	}
.breadcrumb-right .breadcrumbs,
.has-sidebar.sidebar-left .breadcrumbs {
	float:right;
	}		
.breadcrumbs a,
.breadcrumbs a:hover {
	color:#666;
	font-style:normal;
	padding:0 5px;
	-webkit-transition:color .2s ease-out;
	-moz-transition:color .2s ease-out;
	-ms-transition:color .2s ease-out;
	-o-transition:color .2s ease-out;
	transition:color .2s ease-out;
	}
.breadcrumbs a.home,	
.breadcrumbs a:hover {
	}	

#wi-content {
	padding:30px 0;
	}
.zero-padding-top #wi-content {
	padding-top:0;
	}
	
	/* Meta
	--------------------------------------------- */
#wi-titlebar .meta	{
	display:inline-block;
	clear:both;
	color:#999;
	overflow:hidden;
	padding:10px 16px;
	margin-top:10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-family:"Oswald", sans-serif;
	text-transform:none;
	letter-spacing:2px;
	font-size:12px;
	}
.titlebar-align-left #wi-titlebar .meta {
	padding-left:0;
	}
.titlebar-align-right #wi-titlebar .meta {
	padding-right:0;
	}		
#wi-titlebar .meta a {
	color:#555;
	font-style:normal;
	text-decoration:none;
	}
#wi-titlebar .meta a:hover {
	text-decoration:underline;
	}
#wi-titlebar .meta a:hover i {
	text-decoration:none;
	}		
#wi-titlebar .meta .sep {
	color:#999;
	margin:0 5px;
	}	
#wi-titlebar .meta .ele {
	display:block;
	float:left;
	position:relative;
	padding:0 10px;
	}
#wi-titlebar .meta .ele:before {
	position:absolute;
	top:50%;
	left:0;
	width:1px;
	height:14px;
	margin-top:-7px;
	background:#ccc;
	content:"";
	}
#wi-titlebar .meta .ele:first-child:before {
	display:none;
	}
#wi-titlebar .meta .ele.edit {
	display:none;
	}
	
/* TITLE BAR STYLES
-------------------------------------------------------------------------------------- */
#wi-titlebar.style-1 .container .inner,
#wi-titlebar.style-2 .container .inner,
#wi-titlebar.style-3 .container .inner,
#wi-titlebar.style-4 .container .inner,
#wi-titlebar.style-5 .container .inner {
	border:none;
	}
	/*	
		Style 1 - Background Image 
		Style 4 - Dark with background color
		Style 5 - Dark with background pattern
	*/
#wi-titlebar.style-1 {
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	}
#wi-titlebar.style-1.enable-parallax {
	background-attachment:fixed;
	}		
#wi-titlebar.style-1,
#wi-titlebar.style-4,
#wi-titlebar.style-5 {
	color:#fff;
	text-shadow:1px 1px 6px rgba(0,0,0,.6);
	}
#wi-titlebar.style-1 a,
#wi-titlebar.style-4 a,
#wi-titlebar.style-5 a {
	color:#fff;
	}
#wi-titlebar.style-1 .title,
#wi-titlebar.style-1 .subtitle,
#wi-titlebar.style-4 .title,
#wi-titlebar.style-4 .subtitle,
#wi-titlebar.style-5 .title,
#wi-titlebar.style-5 .subtitle {
	color:#fff;
	}
#wi-titlebar.style-5 {
	background-repeat:repeat;
	background-image:url(images/patterns/dark/dark_mosaic.png);
	-webkit-background-size:300px 295px;
	-moz-background-size:300px 295px;
	background-size:300px 295px;
	}
	
	/* Style 2 - Background Color Light Theme */
#wi-titlebar.style-2 {
	background-color:#f9f9f9;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	}

/* Style 4 - Background Color Dark Theme */
#wi-titlebar.style-4 {
	background-color:#333;
	}		

	/* Style 3 - Background Pattern Light Theme */
#wi-titlebar.style-3 {
	background-color:#f9f9f9;
	background-repeat:repeat;
	background-image:url(images/patterns/light/greyfloral.png);
	-webkit-background-size:150px 124px;
	-moz-background-size:150px 124px;
	background-size:150px 124px;
	}
	
	/* Use White Background For Text */
#wi-titlebar.white-bg-text .title {
	margin-bottom:5px;
	}
#wi-titlebar.white-bg-text .title span,
#wi-titlebar.white-bg-text .subtitle {
	background:#fff;
	color:#333;
	display:inline-block;
	clear:both;
	padding:6px 10px;
	text-shadow:none;
	}

/* Page Layout
-------------------------------------------------------------------------------------- */
#primary {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
#secondary {
	}
	
	/* sidebar left */
.sidebar-left #secondary{
	float:left;
	margin-left:0;
	margin-right:2.127659574468085%;
	}
.sidebar-left #primary {
	float:right;
	padding-right:0;
	}
	
	/* template side nav */
.template-side-nav #primary,
.template-side-nav-slide #primary {
	padding-right:0;
	}
.wi-page.template-side-nav.sidebar-left #primary,		
.wi-page.template-side-nav-slide.sidebar-left #primary{
	padding-left:0;
	}


/* Side Navigation
-------------------------------------------------------------------------------------- */
.side-nav-slide.sticky { float: none; position: fixed; top: 20px; z-index: 6; left: auto; }
.side-nav-slide {
	background:#fff;
	}
.side-nav {
	border-top:3px solid #ddd;
	font-family:"Oswald", sans-serif;
	text-transform:none;
	}
.side-nav > ul {
	list-style:none;
	margin:0;
	padding:0;
	border-top:none;
	padding:0 20px;
	border:1px solid #ddd;
	border-top:none;
	}
.side-nav > ul > li {
	display:block;
	position:relative;
	}
.side-nav > ul > li > a {
	cursor:pointer;
	position:relative;
	display: block;
	color: #414141;
	text-decoration: none;
	padding: 7px 10px;
	border-top:1px solid #eee;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	}	
.side-nav > ul > li > a span {
	padding:0 5px;
	}	
.side-nav > ul > li:first-child > a {
	border-top:none;
	}
.side-nav > ul > li > a:hover {
	color:#ccc;
	}
.side-nav > ul > li.current_page_item > a span {
	background:#ccc;
	color:#fff;
	}
.side-nav > ul > li.active > a {
	color:#999;
	}
	
	/* Submenu */
.side-nav > ul > li > ul {
	list-style:none;
	margin:0;
	padding:0;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	padding-left:20px;
	}	
.side-nav > ul > li > ul > li {
	display:block;
	}
.side-nav > ul > li > ul > li > a {
	text-decoration:none;
	cursor:pointer;
	padding:7px 10px;
	font-size:11px;
	display:block;
	color:#414141;
	position:relative;
	border-top:1px solid #eee;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	}
.side-nav > ul > li > ul > li > a span {
	padding:0 5px;
	}	
.side-nav > ul > li > ul > li > a:hover {
	color:#ccc;
	}
.side-nav > ul > li > ul > li.current_page_item > a span {
	background:#ccc;
	color:#fff;
	}	
.side-nav > ul > li > ul > li.active > a {
	color:#999;
	}

	/* Indicators */
.side-nav > ul > li > a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	}
.side-nav > ul > li > a:before{
	content: "\2B"; /* plus */
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: -1px;
	margin-right: 3px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	}
.side-nav > ul > li > ul > li > a:before {
	content:"\2D"; /* minus */
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:-10px;
	}

	/* Page Decoration */
.wi-page .anchor {
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	clear:both;
	}	
.wi-page h3.anchor {
	border-bottom:none;
	padding-bottom:0;
	}
	
/* BLOG
-------------------------------------------------------------------------------------- */
.wi-article {
	display:block;
	clear:both;
	float:none;
	position:relative;
	padding:30px 0;
	}
.wi-article:first-child {
	padding-top:0;
	}	
.wi-article.no-meta {	/* no metaboxes */
	border-bottom:1px solid #ddd;
	margin-bottom:30px;
	}	
.wi-article:after {
	position:absolute;
	bottom:0;
	left:25%;
	width:50%;
	height:1px;
	background:#ddd;
	content:"";
	display:none;
	}
	
	/* sticky post */
.wi-article.sticky .sticky-label {
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	background:#f9f9f9;
	padding:5px;
	display:inline-block;
	margin-bottom:10px;
	}
.wi-article.sticky .sticky-label span {
	padding:5px;
	border:1px solid #777;
	display:block;
	}		

	/* password protected */
.post-password-form label {
	display:block;
	font-family: "Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#777;
	cursor:default;
	margin-bottom:20px;
	-moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
	}
.post-password-form label:hover {
	color:#666;
	}	
.post-password-form input[type="password"] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	background: #fff;
	height: 34px;
	max-width:100%;
	line-height: 20px;
	padding: 10px 6px;
	width:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-moz-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    -webkit-transition: border .2s ease-out;
    transition: border .2s ease-out;
	margin-top:6px;
	}
.post-password-form input[type="password"]:hover,
.post-password-form input[type="password"]:focus {
	border-color:#999;
	}		
.post-password-form input[type="submit"] {
	color: #414141;
	display: block;
	border: 1px solid #ddd;
	background: #fff;
	letter-spacing: 2px;
	padding: 10px 18px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: color .15s ease-out;
	-moz-transition: color .15s ease-out;
	-ms-transition: color .15s ease-out;
	-o-transition: color .15s ease-out;
	transition: color .15s ease-out;
	}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:active {
	background: #db4360;
	border-color: #db4360;
	color: #fff;
	outline:none;
	}
	
	/* thumbnail */	
.wi-article .post-thumbnail {
	position:relative;
	width:48%;
	margin-right:4%;
	float:left;
	text-align:right;
	}
		/* ANIMATION */
		.wi-article .post-thumbnail {
			-webkit-animation-fill-mode:both;
			-moz-animation-fill-mode:both;
			-ms-animation-fill-mode:both;
			-o-animation-fill-mode:both;
			animation-fill-mode:both;
			-webkit-animation-duration:1s;
			-moz-animation-duration:1s;
			-ms-animation-duration:1s;
			-o-animation-duration:1s;
			animation-duration:1s;
			opacity:0;
			}
		.no-js .wi-article .post-thumbnail,
		.no-csstransitions .wi-article .post-thumbnail {
			opacity:1;
			}
		.wi-article .post-thumbnail.running {
			-webkit-animation-name:fade;
			-moz-animation-name:fade;
			-o-animation-name:fade;
			animation-name:fade;
			}
.wi-article .post-thumbnail .inner {
	position:relative;
	display:inline-block;
	overflow:hidden;
	}	
.wi-article .post-thumbnail a {
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	}
.wi-article .post-thumbnail .inner .overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99;
	background:#fff;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	}
.wi-article .post-thumbnail .inner:hover a .overlay {
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
	}		
.wi-article .post-thumbnail a.wi-colorbox:hover {
	}		
.wi-article .post-thumbnail img {
	-webkit-transition:all .4s ease-out;
	-moz-transition:all .4s ease-out;
	-ms-transition:all .4s ease-out;
	-o-transition:all .4s ease-out;
	transition:all .4s ease-out;
	}	
.wi-article .text-area {
	overflow:hidden;
	}
.wi-article .text-area .title {
	color:#333;
	font-size:22px;
	margin-bottom:20px;
	}
.wi-article .text-area .title a {
	color:#313131;
	text-decoration:none;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:color .3s ease-out;
	}
.wi-article .text-area .title a:hover {
	color:#aaa;
	}
	
	/* meta */
.wi-article .meta	{
	display:block;
	clear:both;
	color:#999;
	overflow:hidden;
	margin-bottom:10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:10px 0;
	margin-top:30px;
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:11px;
	}
.wi-article .meta a {
	color:#555;
	font-style:normal;
	text-decoration:none;
	}
.wi-article .meta a:hover {
	text-decoration:underline;
	}
.wi-article .meta a:hover i {
	text-decoration:none;
	}		
.wi-article .meta .sep {
	color:#999;
	margin:0 5px;
	}	
.wi-article .meta .ele {
	display:block;
	float:left;
	position:relative;
	padding:0 10px;
	}
.wi-article .meta .ele:first-child {
	padding-left:0;
	}	
.wi-article .meta .ele:before {
	position:absolute;
	top:50%;
	left:0;
	width:1px;
	height:14px;
	margin-top:-7px;
	background:#ccc;
	content:"";
	}
.wi-article .meta .ele:first-child:before {
	display:none;
	}


	/* excerpt */
.wi-article .text-area .excerpt,
.wi-article .text-area .post-content {
	color:#787878;
	}
	
	/* Readmore */
.wi-article .more-link {
	color:#555;
	border:1px solid #ddd;
	text-decoration:none;
	display:inline-block;
	padding:5px 20px;
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	-webkit-transition:color .2s ease-out;
	-moz-transition:color .2s ease-out;
	-ms-transition:color .2s ease-out;
	-o-transition:color .2s ease-out;
	transition:color .2s ease-out;
	}
.wi-article .more-link:hover {
	border-color:#db4360;
	background-color:#db4360;
	color:#fff;
	}
	
	/* thumbnail right */
.wi-article.thumb-right .post-thumbnail {
	float:right;
	text-align:left;
	margin-left:4%;
	margin-right:0;
	}

	/* Fullwidth Layout */
.wi-article.layout-fullwidth .post-thumbnail {
	width:100%;
	margin:0;
	margin-bottom:20px;
	float:none;
	text-align:center;
	}
.wi-article.layout-fullwidth .post-thumbnail .wp-video {
	margin:0 auto;
	}

/* Post formats
-------------------------------------------------------------------------------------- */
	/* image */
.wi-article.image-has-caption .post-thumbnail .inner {
	}
.wi-article.format-image .post-thumbnail .indicator {
	position:absolute;
	top:50%;
	left:50%;
	z-index:100;
	width:40px;
	height:40px;
	margin:-20px 0 0 -20px;
	background:url(images/zoom.png) no-repeat center;
	-webkit-background-size:40px 40px;
	-moz-background-size:40px 40px;
	background-size:40px 40px;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	}
.wi-article.format-image .post-thumbnail .indicator i {
	line-height:40px;
	}
.wi-article.format-image .post-thumbnail .inner:hover .indicator {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
	}			
.wi-article.image-has-caption .post-thumbnail .wi-caption {
	margin-bottom:0;
	text-transform:uppercase;
	font-family:11px;
	font-family:"Oswald", sans-serif;
	letter-spacing:2px;
	position:absolute;
	bottom:8%;
	left:0;
	background:#fff;
	z-index:99;
	padding:10px;
	padding-left:20px;
	text-align:left;
	}
.wi-article.image-has-caption .post-thumbnail .wi-caption a {
	color:#333;
	border-bottom:1px dotted;
	text-decoration:none;
	}
.wi-article.image-has-caption .post-thumbnail .wi-caption a:hover {
	border-bottom:1px solid;
	}

	
	/* status */
.wi-article.format-status .text-area {
	overflow:hidden;
	padding-left:20px;
	}	
.wi-article.format-status .text-area .post-content {
	padding: 20px 30px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #666;
	background:#eee;
	position:relative;
	}
.wi-article.format-status .text-area .post-content:before {
	content:"";
	position:absolute;
	top:10px;
	left:-20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #eee transparent transparent;	
	}		
.wi-article.format-status .text-area p:last-child {
	margin-bottom:0;
	}
.wi-article.format-status .user-avatar {
	width:80px;
	height:80px;
	display:block;
	float:left;
	margin-right:20px;
	}
	
	/* link */
.wi-article.format-link .text-area {
	overflow:hidden;
	}	
.wi-article.format-link .text-area .post-content {
	}	
.wi-article.format-link .text-area p:last-child {
	margin-bottom:0;
	}
.wi-article.format-link .link-thumb {
	width:150px;
	display:block;
	float:left;
	margin-right:20px;
	}
.wi-article.format-link .title {
	padding-left:30px;
	background:url(images/link.png) no-repeat left 5px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
	background-size:16px 16px;
	}

	
	/* quote */
.wi-article.format-quote .text-area {
	padding-left:80px;
	position:relative;
	}
.wi-article.format-quote .text-area:before {
	content:"\201c";
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:80px;
	color:#999;
	position:absolute;
	top:0;
	left:0;
	line-height:1;
	}	
.wi-article.format-quote .text-area .post-content {
	color:#787878;
	font-size:18px;
	font-style:italic;
	}
.wi-article.format-quote .text-area p {
	margin-bottom:10px;
	}
.wi-article.format-quote .text-area .post-content .quote-author {
	font-size:14px;
	color:#222;
	}
.wi-article.format-quote .text-area .post-content .quote-author a {
	color:#222;
	}	
.wi-article.format-quote .text-area .post-content .quote-author:before {
	content: "\2014";
	margin-right: 6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}	
		
	/* gallery 
	--------------------------------------------------- */
.wi-blog-slider {
	text-align:center;
	}	
.wi-blog-slider .flexslider,
.wi-blog-slider .slides {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	}
.wi-blog-slider.natural_width .flexslider .slides img {
	display:inline-block;
	width:auto;
	}	

	/* navi */
.wi-blog-slider	.flexslider .flex-direction-nav a {
	width: 50px;
	height: 50px;
	margin-top:-25px;
	text-indent: -9999px;
	direction: ltr;
	display:block;
	z-index:100;
	text-decoration:none;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 12px 19px;
	-moz-background-size: 12px 19px;
	background-size: 12px 19px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	background-color: #fff;
	}
.has-sidebar .wi-blog-slider .flexslider .flex-direction-nav a {
	width:40px;
	height:40px;
	margin-top:-20px;
	}	
.wi-blog-slider[data-thumbnail-pager="true"] .flexslider .flex-direction-nav a {
	margin-top:-68px; /* 68 = 25 + 40 + 3 */
	}
.has-sidebar .wi-blog-slider[data-thumbnail-pager="true"] .flexslider .flex-direction-nav a {
	margin-top:-63px; /* 63 = 20 + 40 + 3 */
	}
.wi-blog-slider	.flexslider .flex-direction-nav .flex-next {
	background-image: url(images/next.png);
	-webkit-background-size: 12px 19px;
	-moz-background-size: 12px 19px;
	background-size: 12px 19px;
	right: 20px;
	background-position: center;
	}
.wi-blog-slider	.flexslider .flex-direction-nav .flex-prev {
	left: 20px;
	background-image: url(images/prev.png);
	-webkit-background-size: 12px 19px;
	-moz-background-size: 12px 19px;
	background-size: 12px 19px;
	background-position: center;
	}
	
	/* pager */
.wi-blog-slider	.flex-control-paging {
	bottom:20px;
	height:10px;
	z-index:100;
	}
.wi-blog-slider	.flex-control-paging li {
	margin:0 3px;
	}
.wi-blog-slider	.flex-control-paging li a {
	background:transparent;
	border:2px solid #fff;
	width:8px;
	height:8px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	}
.wi-blog-slider	.flex-control-paging li a.flex-active {
	background:#db4360;
	}	

	
	/* thumbnail pager */
.wi-blog-slider .flex-control-thumbs {
	margin:0;
	}	
.wi-blog-slider .flex-control-thumbs li {
	width:auto;
	padding:6px 6px 6px 0px;
	}
.wi-blog-slider	.flex-control-thumbs img {
	width:auto;
	height:80px;
	opacity:0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
	border: 1px solid #ddd;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	}
.wi-blog-slider	.flex-control-thumbs img.flex-active {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
	border-color:#999;
	}
	
	/* overlay */
.wi-blog-slider .slide {
	position:relative;
	overflow:hidden;
	}
.wi-blog-slider .slide img {
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	}
.wi-blog-slider .slide .overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background:#fff;
	z-index:11;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	}
.wi-blog-slider .slide:hover a .overlay {
	}

/* Pagination
-------------------------------------------------------------------------------------- */
.wi-pagination {
	text-align:center;
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
	overflow:hidden;
	}
.wi-pagination > ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
	border:1px solid #ccc;
	padding:0 20px;
	margin-top:20px;
	overflow:hidden;
	}
.wi-pagination > ul > li {
	float:left;
	display:block;
	height:40px;
	text-align:center;
	line-height:40px;
	margin:0 6px;
	}	
.wi-pagination > ul > li > a,
.wi-pagination > ul > li > span {
	line-height:40px;
	padding:0 6px;
	-webkit-transition:color .1s ease-out;
	-moz-transition:color .1s ease-out;
	-ms-transition:color .1s ease-out;
	-o-transition:color .1s ease-out;
	transition:color .1s ease-out;
	color:#777;
	text-decoration:none;
	}
.wi-pagination > ul > li > span {
	color:#414141;
	background:#eee;
	}	
.wi-pagination > ul > li > a.prev,
.wi-pagination > ul > li > a.next {
	width:auto;
	}
.wi-pagination > ul > li > a.prev i {
	margin-right:5px;
	text-decoration:none;
	}
.wi-pagination > ul > li > a.next i {
	margin-left:5px;
	text-decoration:none;
	}	
.wi-pagination > ul > li > a:hover {
	color:#fff;
	background:#db4360;
	text-decoration:none;
	}
	
	
/* Single post
-------------------------------------------------------------------------------------- */
	/* thumbnail */
.wi-single .post-thumbnail {
	text-align:center;
	margin-bottom:30px;
}
.wi-single .post-thumbnail img {
	width:100%;
	}
.wi-single .post-thumbnail .inner {
	display:inline-block;
	position:relative;
	}	
.wi-single .post-thumbnail .overlay {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:99;
	background:#fff;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	}
.wi-single .post-thumbnail .inner:hover a .overlay {
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
	}	
.wi-single .post-thumbnail .indicator {
	}	
.wi-single .post-thumbnail .indicator {
	position:absolute;
	top:50%;
	left:50%;
	z-index:100;
	width:40px;
	height:40px;
	margin:-20px 0 0 -20px;
	background:url(images/zoom.png) no-repeat center;
	-webkit-background-size:40px 40px;
	-moz-background-size:40px 40px;
	background-size:40px 40px;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	}
.wi-single .post-thumbnail .indicator i {
	line-height:40px;
	}
.wi-single .post-thumbnail .inner:hover a .indicator {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
	}			
.wi-single .post-thumbnail .wi-caption {
	margin-bottom:0;
	text-transform:uppercase;
	font-family:11px;
	font-family:"Oswald", sans-serif;
	letter-spacing:2px;
	position:absolute;
	bottom:8%;
	left:0;
	background:#fff;
	z-index:99;
	padding:10px;
	padding-left:20px;
	text-align:left;
	}
.wi-single .post-thumbnail .wi-caption a {
	color:#333;
	border-bottom:1px dotted;
	text-decoration:none;
	}
.wi-single .post-thumbnail .wi-caption a:hover {
	border-bottom:1px solid;
	}	
	
	/* format status */	
.wi-single.format-status .text-area .post-content {
	padding: 20px 30px;
	margin-bottom: 40px;
	font-size: 18px;
	font-style: italic;
	color: #666;
	background:#eee;
	position:relative;
	}
.wi-single.format-status .text-area .post-content:before {
	bottom:-20px;
	right:6%;
	content:"";
	position:absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #eee transparent transparent transparent;
	}		
.wi-single.format-status .text-area .post-content p:last-child {
	margin-bottom:0;
	}	
	
	/* format link */
.wi-single.format-link .link-area {
	margin:0 0 20px;
	border:1px solid;
	padding:20px;
	}
.wi-single.format-link .link-area .link-title {
	margin:0 0 5px;
	font-size:16px;
	letter-spacing:2px;
	}	
.wi-single.format-link .link-area .link-title a {
	color:#414141;
	text-decoration:none;
	padding:0 6px;
	-webkit-transition:color .1s ease-out;
	-moz-transition:color .1s ease-out;
	-ms-transition:color .1s ease-out;
	-o-transition:color .1s ease-out;
	transition:color .1s ease-out;
	}
.wi-single.format-link .link-area .link-title a:hover {
	color:#fff;
	background:#db4360;
	}		
.wi-single.format-link .link-area .url {
	font-style:italic;
	font-size:12px;
	color:#999;
	margin:0;
	padding-left:6px;
	}
	
	/* format quote */
.wi-single.format-quote .text-area {
	padding-left:80px;
	position:relative;
	}
.wi-single.format-quote .text-area:before {
	content:"\201c";
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:80px;
	color:#999;
	position:absolute;
	top:0;
	left:0;
	line-height:1;
	}	
.wi-single.format-quote .text-area .post-content {
	color:#666;
	font-size:22px;
	font-style:italic;
	}
.wi-single.format-quote .text-area p:last-child {
	margin-bottom:0;
	}
.wi-single.format-quote .text-area .post-content .quote-author {
	font-size:14px;
	color:#db4360;
	}
.wi-single.format-quote .text-area .post-content .quote-author:before {
	content: "\2014";
	margin-right: 6px;
	}

/* Single page links
-------------------------------------------------------------------------------------- */
.page-links-container {
	overflow:hidden;
	margin:20px auto;
	}	
.page-links {
	float:right;
	padding:10px;
	border:1px solid #ccc;
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	}	
.page-links-label {
	float:left;
	margin-right:10px;
	font-size:12px;
	color:#666;
}	
.page-links > span,
.page-links > a,
.page-links > a:hover {
	display:block;
	float:left;
	padding:0 5px;
	margin:0 5px;
	color:#414141;
	font-size:12px;
	text-decoration:none;
	}
.page-links > a {
	color:#999;
	}
.page-links > span {
	background:#eee;
	}	
.page-links > a:hover {
	background-color:#db4360;
	color:#fff;
	}

/* Post Navigation
-------------------------------------------------------------------------------------- */
.post-nav {
	display:block;
	width:100%;
	overflow:hidden;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	position:relative;
	margin-top:30px;
	}
.post-nav .ele {
	display:block;
	width:50%;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:20px 0px;
	border-left:none;
	border-right:none;
	}
.post-nav .next {
	text-align:right;
	float:right;	
	}
.post-nav .prev {
	}
.post-nav .nav-text {
	display:block;
	float:left;
	line-height:20px;
	padding:20px 0;
	}	
.post-nav .nav-thumb {
	width:60px;
	height:60px;
	float:left;
	margin-left:20px;
	}
.post-nav .next .nav-text,
.post-nav .next .nav-thumb {
	float:right;
	}
.post-nav .next .nav-thumb {
	margin-right:20px;
	margin-left:auto;
	}	
.post-nav .ele .nav-text a {
	color:#525252;
	font-family: "Oswald", sans-serif;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:2px;
	text-decoration:none;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:color .15s ease-out;
	}
.post-nav .prev .nav-text a	{
	padding-right:6px;
	}
.post-nav .next .nav-text a	{
	padding-left:6px;
	}
.post-nav .ele .nav-text a:hover {
	color:#fff;
	background:#db4360;
	}
.post-nav .ele a i {
	font-size:14px;
	position:relative;
	top:-2px;
	}	
.post-nav .prev a i {
	margin-right:10px;
	}	
.post-nav .next a i {
	margin-left:10px;
	}

.post-nav .nav-sep {
	position:absolute;
	top:0;
	left:50%;
	height:100%;
	margin-left:-1px;
	border-right:2px solid #ccc;
	}
	
	
/* Tags
-------------------------------------------------------------------------------------- */
.tags {
    display: block;
    clear: both;
    overflow: hidden;
    margin:0;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #525252;
    text-align: center;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;	
    }
.tag-label {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 20px
    }
.tags a {
    display: inline-block;
    color: #525252;
	padding:0 5px;
    text-transform: uppercase;	
	letter-spacing:2px;
	-webkit-transition:color .15s ease-out;
	-moz-transition:color .15s ease-out;
	-ms-transition:color .15s ease-out;
	-o-transition:color .15s ease-out;
	transition:color .15s ease-out;
    }
.tags a:hover {
    color: #fff;
	background:#db4360;
    text-decoration: none
    }

.tags .sep {
	margin:0 5px;
	color:#999;
	}


/* Authorbox
-------------------------------------------------------------------------------------- */
.authorbox {
    overflow: hidden;
	background:#ededed;
	padding:10px;
	margin-bottom:30px;
	margin-top:15px;
    }
.authorbox .inner {
	border:1px solid #666;
	padding:20px;
	overflow:hidden;
	}
.authorbox .author-avatar {
    float: left;
    margin-right: 40px;
    width: 70px;
    position: relative
    }
.authorbox .author-avatar img {
    position: relative;
    z-index: 20;
	margin:0;
	border:2px solid #fff;
    }
.authorbox .text {
    display:block;
	overflow:hidden;
    }
.authorbox .text h4 {
    text-transform: none;
    font-size: 16px;
    margin-bottom: 10px;
	font-weight: 400;
	letter-spacing:2px;
    }
.authorbox .text h4 a {
	text-decoration: none;
	background: #db4360;
	color:#fff;
	padding:0 6px;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-left: 5px
	}
.authorbox .text h4 a:hover {
    }
.authorbox .text .desc {
    }
.authorbox .text .desc p {
	margin-bottom:0;
	}
.authorbox .text .social {
	margin-top:10px;
	}	
.authorbox .text .social ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
	border-top:1px solid #fff;
	padding-top:10px;
	}
.authorbox .text .social ul li {
	float:left;
	margin-right:10px;
	}
.authorbox .text .social ul li:before {
	content:"\B7";
	margin-right:10px;
	}
.authorbox .text .social ul li:first-child:before {
	display:none;
	}	
.authorbox .text .social ul li a {
	color:#fff;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

/* Comments
-------------------------------------------------------------------------------------- */
#comments {
	overflow:hidden;
	padding-top:30px;
	}
.nocomments	{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family:"Oswald", sans-serif;
	display: inline-block;
	padding: 10px;
	letter-spacing: 3px;
	font-size: 12px;
	background: #eee;
	}
/* Commentlist
--------------------------------------------- */
.comments-title {
	font-weight:300;
	font-size:60px;
	margin-bottom:40px;
	position:relative;
	display:inline-block;
	}
.comments-title:after {
	position:absolute;
	top:50%;
	left:100%;
	margin-left:20px;
	margin-top:-3px;
	content:"";
	border-top:1px solid #787878;
	width:999px;
	}
.commentlist {
    margin: 0;
    padding: 0;
    list-style: none
    }

.commentlist li {
    }
.commentlist li.bypostauthor {

	}
.commentlist article {
    padding: 0;
    border-bottom: 1px solid #999;
    margin-bottom: 24px;
    padding-bottom: 24px
    }

.commentlist .comment-avatar {
    float: left;
    margin-right: 30px;
    width: 60px;
    padding: 3px;
    border: 1px solid #ccc
    }
.commentlist .comment-avatar img {
	margin:0;
	}

.commentlist .text {
    display:block;
	overflow:hidden;
    }

.commentlist header {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    clear: both
    }

.commentlist header a {
    color: #999;
    font-size: 11px;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
	letter-spacing:2px;
    text-transform: uppercase;
    font-style: normal;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
    }

.commentlist header a:hover {
    text-decoration:underline;
    }

.commentlist header .sep {
    color: #ddd;
	font-family: "Oswald", sans-serif;
    text-transform: uppercase;
	margin:0 6px;
    }

.commentlist .fn {
    color: #414141;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    display: block;
	letter-spacing:2px;
    font-weight: 400;
    font-size: 16px;
    position: relative;
	margin-left:0;
	margin-bottom:10px;
    }

.commentlist .fn a {
	text-decoration:underline;
	font-size:16px;
	color:#333;
    }
.commentlist .fn span {
	vertical-align:middle;
	display:inline-block;
	}
.commentlist .fn span.post-author {
    background: #ccc;
    color: #fff;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px
    }
.comments-area .comment-content p {
    margin-bottom: 10px
    }

.comment-content ul,
.comment-content ol {
	margin-bottom:30px;
	}
.comment-content ul ul, 
.comment-content ul ol, 
.comment-content ol ol, 
.comment-content ol ul {
	margin-bottom:0;
	}

	/* Children */
.commentlist ol.children {
    list-style: none;
    margin-left: 48px
    }

.commentlist ol.children .comment-avatar {
    width: 55px;
    }
	
/* Respond
--------------------------------------------- */
#respond .required {
	color:red;
	}
#cancel-comment-reply-link {
	margin-left:12px;
	color:inherit;
	}
.comment-awaiting-moderation {
	color:red;
	margin-bottom:10px;
	}	
#respond .comment-ele {
	margin:0 0 20px;
	}
#respond .comment-ele label {
	display:block;
	font-family: "Oswald", sans-serif;
	text-transform:uppercase;
	margin-bottom:6px;
	letter-spacing:2px;
	color:#414141;
	cursor:default;
	-moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
	}
#respond .comment-ele label:hover {
	color:#666;
	}	
#respond input[type="text"], 
#respond input[type="text"]:focus, 
#respond textarea, 
#respond textarea:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	background: #fff;
	height: 34px;
	line-height: 20px;
	padding: 10px 6px;
	width:100%;
	max-width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	-moz-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    -webkit-transition: border .2s ease-out;
    transition: border .2s ease-out
	}
#respond textarea, 
#respond textarea:focus {
	height:200px;
	}
#respond input[type="text"]:focus,	
#respond textarea:focus	{
	border-color:#999;
	}
#respond #submit {
	color: #414141;
	display: block;
	border:1px solid #ddd;
	background:#fff;
	letter-spacing:2px;
	padding: 10px 18px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition:color .15s ease-out;
	-moz-transition:color .15s ease-out;
	-ms-transition:color .15s ease-out;
	-o-transition:color .15s ease-out;
	transition:color .15s ease-out;
	}	
#respond #submit:hover {
	background: #db4360;
	border-color:#db4360;
	color:#fff;
	}


/* Widgets
-------------------------------------------------------------------------------------- */
/* 8.1 General
---------------------------------------- */
.widget {
	margin:0 0 50px;
	}
.widget-title {
	letter-spacing:2px;
	font-weight:400;
	font-size:16px;
	overflow:hidden;
	margin-bottom:30px;
	border-bottom:1px solid #ddd;
	padding:8px 0;
	}


/* 8.2 Searchform
---------------------------------------- */
.searchform {
	width: 100%;
	position: relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}	
.searchform .s, .searchform .s:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	background: #fff;
	height: 34px;
	max-width:100%;
	line-height: 20px;
	padding: 10px 34px 10px 8px;
	width:100%;
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:13px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-moz-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    -webkit-transition: border .2s ease-out;
    transition: border .2s ease-out
	}	
.searchform .submit, .searchform .submit:focus {
	position: absolute;
	width: 34px;
	height: 34px;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: transparent;
	text-align: center;
	display: block;
	font-size: 16px;
	border-color: #aaa;
	color: #666;
	}
.searchform .submit i {
	line-height: 34px;
	}

/* 8.3 Tagcloud
---------------------------------------- */
.tagcloud {
	overflow:hidden;
	}
.tagcloud a {
	display:block;
	float:left;
	border:1px solid #ccc;
	padding:6px 10px;
	color:#525252;
	font-size:11px !important;
	margin:0 6px 6px 0;
	font-family: "Oswald", sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	text-decoration:none;
	-moz-transition:color 0.15s ease-out;
	-o-transition:color 0.15s ease-out;
	-webkit-transition:color 0.15s ease-out;
	transition:color 0.15s ease-out;
	}
.tagcloud a:hover {
	color:#fff;
	background:#db4360;
	border-color:#db4360;
	}	
	
/* 8.4 Lists
---------------------------------------- */
.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul,
.widget_product_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_rss ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_rss ul li {
	padding:6px 0 0;
	padding-left:15px;
	position:relative;
	color:#777;
	text-transform:none;
	font-family:"Oswald", sans-serif;
	letter-spacing:2px;
	}
.widget_recent_entries ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_product_categories ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_nav_menu ul li:before,
.widget_rss ul li:before {
	font-family:FontAwesome;
	font-weight:normal;
	font-style:normal;
	text-decoration:inherit;
	-webkit-font-smoothing:antialiased;
	content:"\f105"; /* angle right */
	position:absolute;
	top:6px;
	left:0;
	}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_rss ul li a {
	color:#525252;
	text-decoration:none;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}
.widget_recent_entries ul li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_product_categories ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_rss ul li a:hover {
	text-decoration:underline;
	}
	
	/* recent posts */
	/* pages */
.widget_pages > ul > li,
.widget_recent_entries ul li {
	padding-left:24px;
	}	
.widget_pages > ul > li:before,
.widget_recent_entries ul li:before {
	content:"\f016";
	font-size:14px;
	}	
.widget_recent_entries ul li {
	border-top:1px dotted #aaa;
	padding-top:8px;
	padding-bottom:8px;
	font-size:12px;
	}
.widget_recent_entries ul li:first-child {
	border-top:none;
	}	
.widget_recent_entries .post-date {
	color:#aaa;
	display:block;
	font-size:11px;
	}

	/* categories */
.widget_categories ul li,
.widget_product_categories ul li {
	display:block;
	border-top:1px dotted #aaa;
	padding:7px 0;
	padding-left:0;
	}
.widget_categories ul li:first-child,
.widget_product_categories ul li:first-child {
	border-top:none;
	}	
.widget_categories ul li:before,
.widget_product_categories ul li:before {
	content:"+";
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#414141;
	position:static;
	}
.widget_categories ul ul,
.widget_product_categories ul ul {
	margin-left:30px;
	}
.widget_categories ul ul li:last-child,
.widget_product_categories ul ul li:last-child {
	border-bottom:none;
	padding-bottom:0;
	}
.widget_categories select.postform,
.widget_product_categories select {
	font-family:"Oswald", sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	width:100%;
	outline:none;
	font-size:12px;
	border:1px solid #ddd;
	height:30px;
	padding-left:4px;
	}
	
	/* comments */
.widget_recent_comments ul {
	list-style:none;
	margin:0;
	padding:0;
	font-family:"Oswald", sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:12px;
	color:#414141;
	}	
.widget_recent_comments ul li {
	background:#eee;
	padding:10px;
	position:relative;
	margin-bottom:30px;
	border-left:2px solid #999;
	font-size:11px;
	}
.widget_recent_comments ul li:before {
	position:absolute;
	bottom:-15px;
	left:20px;
	content:"";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #eee transparent transparent transparent;	
	}
.widget_recent_comments ul li a {
	text-decoration:underline;
	color:#414141;
	}
	
	/* rss */
.widget_rss ul li {
	padding-left:24px;
	}	
.widget_rss ul li:before {
	content:"\f09e"
	}
.rssSummary {
	color:#999;
	}

/* 8.5 Advertisement
---------------------------------------- */
.ad-cell {
	display:block;
	overflow:hidden;
	margin-bottom:0px;
	padding:2px;
	text-align:center;
}
.ad-cell.ad-150 {
	width:50%;
	float:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:2px;
}
.ad-cell.ad-300 {
	}
.ad-cell a {
	display:inline-block;
}
.ad-cell img {
	width:100%;
	}
	
/* 8.6 Calendar
---------------------------------------- */
#wp-calendar {
	font-family: "Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999;
	}	
#wp-calendar caption {
	margin-bottom:10px;
	color:#525252;
	}
#wp-calendar th,
#wp-calendar td {
	text-align:center;
	border-color:#ccc;
	}
#wp-calendar #today {
	background:#fafafa;
	}
#wp-calendar a {
	text-decoration:underline;
	color:#525252;
	}
#wp-calendar #prev,
#wp-calendar #next {
	font-size:12px;
	}

/* Latest Tweets
---------------------------------------- */	
.widget_displaytweetswidget > p {
	display:block;
	padding-bottom:40px;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
}
.widget_displaytweetswidget > p:last-child {
	padding-bottom:0;
	margin-bottom:0;
	}
.widget_displaytweetswidget > p:before {
	position:absolute;
	bottom:0px;
	left:0;
	background:url(images/bird.png) no-repeat top left;
	-webkit-background-size:24px 17px;
	-moz-background-size:24px 17px;
	background-size:24px 17px;
	width:24px;
	height:17px;
	content:"";
}
.widget_displaytweetswidget > p:after {
	content:"";
	height:1px;
	right:0;
	width:100%;
	border-top:1px dotted #ccc;
	left:35px;		
	bottom:7px;
	position:absolute;
}
.widget_displaytweetswidget > p:last-child:before,
.widget_displaytweetswidget > p:last-child:after {
	display:none;
	}
.widget_displaytweetswidget > p a {
	color:#333;
}
.widget_displaytweetswidget > p a:hover {
}
.widget_displaytweetswidget .muted {	
	text-transform:uppercase;
	font-size:11px;
	font-family: "Oswald", sans-serif;
	color:#ccc;
	letter-spacing:2px;
	display:block;
	margin-top:15px;
}	

/* Latest Projects
---------------------------------------- */	
.wi-latest-portfolio-widget	.port-item {
	display:block;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:33.3%;
	padding:2px;
	text-align:center;
	}
.wi-latest-portfolio-widget	.port-item .inner {
	background:#fff;
	}	
.wi-latest-portfolio-widget	.port-item .inner a {
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:4px solid transparent;
	}	
.wi-latest-portfolio-widget	.port-item .inner a:hover {
	border-color:#db4360;
	}
.wi-latest-portfolio-widget	.port-item .inner a img {
	width:100%;
	}	
.wi-latest-portfolio-widget.column-2 .port-item	{
	width:50%;
	}
.wi-latest-portfolio-widget.column-4 .port-item	{
	width:25%;
	}	

/* Flickr Widget
---------------------------------------- */
.wi-flickr-widget .flickr-item {
	display:block;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:33.3%;
	padding:5px;
	text-align:center;
	}
.wi-flickr-widget .flickr-item .inner {
	background:#fff;
	}	
.wi-flickr-widget .flickr-item .inner a {
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:4px solid transparent;
	}	
.wi-flickr-widget .flickr-item .inner a:hover {
	border-color:#db4360;
	}
.wi-flickr-widget .flickr-item .inner a img {
	width:100%;
	}	
	
/* Tipsy
-------------------------------------------------------------------------------------- */
.tipsy { font-size: 12px; position: absolute; padding: 5px 6px; z-index: 100000; font-family:"Oswald", sans-serif; text-transform:uppercase; font-weight:300; letter-spacing:2px; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.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; }

.tipsy-s {
    -webkit-animation: wiFromTop 0.2s ease-out;
    -moz-animation: wiFromTop 0.2s ease-out;
    animation: wiFromTop 0.2s ease-out
    }
.tipsy-n {
    -webkit-animation: wiFromBottom 0.2s ease-out;
    -moz-animation: wiFromBottom 0.2s ease-out;
    animation: wiFromBottom 0.2s ease-out
    }	

@-webkit-keyframes wiFromTop {
from {
    margin-top: -20px
    }
to {
    margin-top: 0
    }
}
@-moz-keyframes wiFromTop {
from {
    margin-top: -20px
    }
to {
    margin-top: 0
    }
}
@keyframes wiFromTop {
from {
	margin-top: - 20px;
	} to {
	margin-top: 0;
	}
}
@-webkit-keyframes wiFromBottom {
from {
    margin-top: 20px
    }
to {
    margin-top: 0;
    }
}
@-moz-keyframes wiFromBottom {
from {
    margin-top: 20px
    }
to {
   margin-top: 0;
    }
}
@keyframes wiFromBottom {
from {
	margin-top: 20px
	} to {
	margin-top: 0;
	}
}	



/* Footer
-------------------------------------------------------------------------------------- */
	/* Footer Top Content */
#footer-top {
	padding:40px 0;
	border-top:1px solid #ccc;
	text-align:center;
	}
.footer-top-content {
	display:inline-block;
	text-align:left;
	}
	
	/* Widgets */
#wi-footer {
	border-top:1px solid #ccc;
	padding-top:60px;
	}
#wi-footer .footer-sidebar {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 12px;
	}
#wi-footer .widget-title {
	margin-bottom:20px;
	border-bottom:none;
	padding-bottom:0;
	}

	
/* Footer Dark Theme
-------------------------------------------------------------------------------------- */	
#wi-footer.theme-dark {
	background:#282E2D;
	border-top:none;
	color:#aaa;
	color:rgba(255,255,255,.6);
	padding:60px 0 30px;
	}
	
#wi-footer.theme-dark .widget-title {
	color:#fff;
	font-size:14px;
	}
	
	/* Search Form */
#wi-footer.theme-dark .searchform .s, 
#wi-footer.theme-dark .searchform .s:focus {
	border:none;
	}
	
	/* tagcloud */
#wi-footer.theme-dark .tagcloud a {
	border:1px solid #999;
	border-color:rgba(255,255,255,.5);
	color:#bbb;
	color:rgba(255,255,255,.7);
	}
#wi-footer.theme-dark .tagcloud a:hover {
	color:#fff;
	border-color:#fff;
	background:none;
	}
	
	/* Lists */
#wi-footer.theme-dark .widget_recent_entries ul li,
#wi-footer.theme-dark .widget_archive ul li,
#wi-footer.theme-dark .widget_categories ul li,
#wi-footer.theme-dark .widget_meta ul li,
#wi-footer.theme-dark .widget_pages ul li,
#wi-footer.theme-dark .widget_nav_menu ul li,
#wi-footer.theme-dark .widget_rss ul li {
	color:#999;
	color:rgba(255,255,255,.5);
	}	
#wi-footer.theme-dark .widget_recent_entries ul li a,
#wi-footer.theme-dark .widget_archive ul li a,
#wi-footer.theme-dark .widget_categories ul li a,
#wi-footer.theme-dark .widget_meta ul li a,
#wi-footer.theme-dark .widget_pages ul li a,
#wi-footer.theme-dark .widget_nav_menu ul li a,
#wi-footer.theme-dark .widget_rss ul li a {
	color:#bbb;
	color:rgba(255,255,255,.7);
	}
#wi-footer.theme-dark .widget_recent_entries ul li {
	border-top-color:#666;
	border-top-color:rgba(255,255,255,.2);
	}
#wi-footer.theme-dark .widget_recent_entries .post-date {
	color:#666;
	color:rgba(255,255,255,.25);
	}	
#wi-footer.theme-dark .widget_categories ul li:before {
	color:#999;
	color:rgba(255,255,255,.4);
	}
#wi-footer.theme-dark .widget_categories ul li {
	border-top-color:#666;
	border-top-color:rgba(255,255,255,.2);
	}
#wi-footer.theme-dark .widget_categories select.postform {
	border:none;
	}
	
	/* comments */
#wi-footer.theme-dark .widget_recent_comments ul {
	color:#999;
	color:rgba(255,255,255,.5);
	}	
#wi-footer.theme-dark .widget_recent_comments ul li {
	background:#141414;
	border-left-color:#000;
	}
#wi-footer.theme-dark .widget_recent_comments ul li:before {
	border-top-color:#141414;
	}
#wi-footer.theme-dark .widget_recent_comments ul li a {
	color:#eee;
	color:rgba(255,255,255,.9);
	}
	
	/* Calendar */
#wi-footer.theme-dark #wp-calendar {
	color:#999;
	color:rgba(255,255,255,.5);
	}
#wi-footer.theme-dark #wp-calendar caption {
	color:#bbb;
	color:rgba(255,255,255,.7);
	}
#wi-footer.theme-dark #wp-calendar th,
#wi-footer.theme-dark #wp-calendar td {
	border-color:#666;
	border-color:rgba(255,255,255,.2);
	}	
#wi-footer.theme-dark #wp-calendar #today {
	background:#141414;
	}
#wi-footer.theme-dark #wp-calendar a {
	color:#eee;
	color:rgba(255,255,255,.9);
	}
	
	/* Latest Tweets */
#wi-footer.theme-dark .widget_displaytweetswidget > p:after {
	border-top-color:#666;
	border-top-color:rgba(255,255,255,.2);
	}
#wi-footer.theme-dark .widget_displaytweetswidget > p a {
	color:#eee;
	color:rgba(255,255,255,.9);
	}
#wi-footer.theme-dark .widget_displaytweetswidget .muted {
	color:#666;
	color:rgba(255,255,255,.2);
	}
	
	/* Latest Projects */
#wi-footer.theme-dark .wi-latest-portfolio-widget .port-item .inner a:hover {
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
	}
	
	/* Flickr */
#wi-footer.theme-dark .wi-flickr-widget .flickr-item .inner:hover {
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
	}
	
	/* Contact form 7 */
#wi-footer.theme-dark .wpcf7 p {
	color:#ccc;
	color:rgba(255,255,255,.7);
	}	
#wi-footer.theme-dark .wpcf7 input[type=text],
#wi-footer.theme-dark .wpcf7 input[type=text]:focus,
#wi-footer.theme-dark .wpcf7 input[type=email],
#wi-footer.theme-dark .wpcf7 input[type=email]:focus,
#wi-footer.theme-dark .wpcf7 textarea,
#wi-footer.theme-dark .wpcf7 textarea:focus {
	border:none;
	}	
#wi-footer.theme-dark .wpcf7 .wpcf7-submit {
	background:none;
	border:1px solid #ccc;
	color:#ccc;
	border-color:rgba(255,255,255,.7);
	color:rgba(255,255,255,.7);
	}
#wi-footer.theme-dark .wpcf7 .wpcf7-submit:hover {
	color:#fff;
	border-color:#fff;
	}
	
	/* MailChimp */
body #wi-footer.theme-dark .mc4wp-form label {
	color:#ccc;
	color:rgba(255,255,255,.7);
	}
body #wi-footer.theme-dark .mc4wp-form input[type="text"],
body #wi-footer.theme-dark .mc4wp-form input[type="email"],
body #wi-footer.theme-dark .mc4wp-form textarea,
body #wi-footer.theme-dark .mc4wp-form input[type="text"]:focus,
body #wi-footer.theme-dark .mc4wp-form input[type="email"]:focus,
body #wi-footer.theme-dark .mc4wp-form textarea:focus {
	border:none;
	}
body #wi-footer.theme-dark .mc4wp-form input[type="submit"] {
	background:none;
	border:1px solid #ccc;
	color:#ccc;
	border-color:rgba(255,255,255,.7);
	color:rgba(255,255,255,.7);
	}
body #wi-footer.theme-dark .mc4wp-form input[type="submit"]:hover {
	color:#fff;
	border-color:#fff;
	}		

	
/* Footer Bottom
-------------------------------------------------------------------------------------- */	
#footer-bottom {
	background:#111;
	color:#fff;
	color:#ccc;
	color:rgba(255,255,255,.6);
	padding:20px 0;
	line-height:32px;
	height:32px;
	overflow:hidden;
	}
#footer-bottom .ele {
	display:block;
	float:left;
	}
#footer-bottom .footer-bottom-right {
	float:right;
	}
#footer-bottom .footer-bottom-left .ele {
	margin-right:10px;
	}
#footer-bottom .footer-bottom-right .ele {
	margin-left:10px;
	}	

	/* layout center */
#footer-bottom.layout-center {
	text-align:center;
	}
#footer-bottom.layout-center .inner {
	display:inline-block;
	text-align:left;
	}
	
	/* Copyright Text */	
#footer-bottom .footer-copyright-text {
	font-family:"Oswald", sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	}	
#footer-bottom .footer-copyright-text a {
	color:#ddd;
	color:rgba(255,255,255,.8);
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	}
#footer-bottom .footer-copyright-text a:hover {
	color:#fff;
	}
	
	/* Social icons */
.footer-social {
	float:right;
	}	
.footer-social ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.footer-social ul li {
	display:block;
	float:left;
	width:32px;
	height:32px;
	}
.footer-social ul li a {
	display:block;
	text-decoration:none;
	font-size:14px;
	color:#ccc;
	color:rgba(255,255,255,.6);
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	margin:6px;
	}
.footer-social ul li a i {
	line-height:20px;
	}	
.footer-social ul li a:hover {
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
	transform:scale(1.3);
	color:#fff;
	}
	
	/* Back to top */
.backtotop {
	float:right;	
	}
.backtotop a {
	color:#ddd;
	color:rgba(255,255,255,.6);
	text-decoration:none;
	display:inline-block;
	border:1px solid #ddd;
	border-color:rgba(255,255,255,.6);
	height:24px;
	line-height:24px;
	padding:0 10px;
	margin-top:4px;
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	}	
.backtotop a:hover {
	color:#fff;
	border-color:#fff;
	}
.backtotop a i {
	margin-left:4px;
	}
	
	/* Footer menu */
.footer-menu {
	height:32px;
	}	
.footer-menu ul {
	list-style:none;
	margin:0;
	padding:0;
	height:32px;
	}
.footer-menu ul li {
	display:block;
	float:left;
	padding:0 10px;
	height:32px;
	position:relative;
	}
.footer-menu ul li:before {
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:1px;
	height:10px;
	margin-top:-5px;
	background:#999;
	}	
.footer-menu ul li:first-child:before {
	display:none;
	}
.footer-menu ul li a {
	display:block;
	color:#999;
	color:rgba(255,255,255,.6);
	text-decoration:none;
	line-height:32px;
	font-family:"Oswald", sans-serif;
	text-transform:none;
	letter-spacing:2px;
	font-size:11px;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	}		
.footer-menu ul li a:hover {
	text-decoration:underline;
	}
	
/* Scrollup button
-------------------------------------------------------------------------------------- */
#scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display:none;
	font-size: 40px;
	cursor: pointer;
	text-align: center;
	z-index: 1000;
	border: 1px solid #ccc;
	border-color:rgba(0,0,0,.3);
	background: #fff url(images/up.png) no-repeat center;
	background-color:rgba(255,255,255,.98);
	-webkit-background-size: 20px 13px;
	-moz-background-size: 20px 13px;
	background-size: 20px 13px;
	z-index: 999999999;
	
	-webkit-transition:border .3s ease-out;
	-moz-transition:border.3s ease-out;
	-ms-transition:border.3s ease-out;
	-o-transition:border.3s ease-out;
	transition:border .3s ease-out;
	}
#scrollup:hover {
	border-color:#999;
	border-color:rgba(0,0,0,.5);
	}
	
/* Contactform
-------------------------------------------------------------------------------------- */	
.wpcf7 {
	display:block;
	clear:both;
	overflow:hidden;
	padding-left:10px;
	}
.wpcf7 .input {
	display:block;
	width:48%;
	float:left;
	margin-right:4%;
	}
.wpcf7 .textarea {
	display:block;
	overflow:hidden;
	}	
.wpcf7 p {
	margin-bottom:20px;
	}
.wpcf7 p:last-child {
	margin-bottom:0;
	}		
.wpcf7 p {
	display:block;
	font-family: "Oswald", sans-serif;
	text-transform:none;
	letter-spacing:2px;
	padding-left:10px;
	color:#777;
	cursor:default;
	-moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
	}
.wpcf7 .ele label:hover {
	color:#666;
	}
span.wpcf7-form-control-wrap {
	display:block;
	margin-top:6px;
	}		
.wpcf7 input[type=text],
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email],
.wpcf7 input[type=email]:focus,
.wpcf7 textarea,
.wpcf7 textarea:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	background: #fff;
	height: 34px;
	max-width:500px;
	line-height: 20px;
	padding: 10px 6px;
	width:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-moz-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    -webkit-transition: border .2s ease-out;
    transition: border .2s ease-out
	}
.wpcf7 textarea,
.wpcf7 textarea:focus {
	height:142px;
	max-width:800px;
	}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 textarea:focus {
	border-color:#999;
	}
.wpcf7 .wpcf7-submit {
	color: #414141;
	display: block;
	border: 1px solid #ddd;
	background: #fff;
	letter-spacing: 2px;
	padding: 10px 18px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: color .15s ease-out;
	-moz-transition: color .15s ease-out;
	-ms-transition: color .15s ease-out;
	-o-transition: color .15s ease-out;
	transition: color .15s ease-out;
	}
.wpcf7 .wpcf7-submit.block {
	display:block;
	width:100%;
	}		
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:active,
.wpcf7 .wpcf7-submit:focus {
	background: #db4360;
	border-color: #db4360;
	color: #fff;
	outline:none;
	}
	
	/*	Response
	----------------------------------------------- */
div.wpcf7-response-output {
	margin-left:0 !important;
	margin-right:0 !important;
	border:1px solid #f7e700 !important;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	letter-spacing:2px;
	padding:15px !important;
	}
div.wpcf7-mail-sent-ng {
	border:1px solid #ff0000 !important;
	}	
span.wpcf7-not-valid-tip {
	padding:2px 8px !important;
	border:none !important;
	color:#fff !important;
	background:#000 !important;
	}	
span.wpcf7-not-valid-tip-no-ajax {
	display:block;
	margin-top:6px !important;
	}
	
/* Mailchimp form
-------------------------------------------------------------------------------------- */
body .mc4wp-form {
	display:block;
	margin:0;
	}
body .mc4wp-form label {
	display:block;
	font-weight:normal;
	font-family: "Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#777;
	cursor:default;
	margin-bottom:6px;
	-moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
	}
body .mc4wp-form label:hover {
	color:#666;
	}	
body .mc4wp-form input[type="text"],
body .mc4wp-form input[type="email"],
body .mc4wp-form textarea,
body .mc4wp-form input[type="text"]:focus,
body .mc4wp-form input[type="email"]:focus,
body .mc4wp-form textarea:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	background: #fff;
	height: 34px;
	max-width:100%;
	line-height: 20px;
	padding: 10px 6px;
	width:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-moz-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    -webkit-transition: border .2s ease-out;
    transition: border .2s ease-out
	}
body .mc4wp-form input[type="text"]::-webkit-input-placeholder,
body .mc4wp-form input[type="email"]::-webkit-input-placeholder,
body .mc4wp-form textarea::-webkit-input-placeholder { 
	color:#ddd;
	}
body .mc4wp-form input[type="text"]::-moz-placeholder,
body .mc4wp-form input[type="email"]::-moz-placeholder,
body .mc4wp-form textarea::-moz-placeholder {
	color:#ddd;
	}
body .mc4wp-form input[type="text"]:-ms-input-placeholder,
body .mc4wp-form input[type="email"]:-ms-input-placeholder,
body .mc4wp-form textarea:-ms-input-placeholder {
	color:#ddd;
	}		
body .mc4wp-form input[type="text"]:focus,
body .mc4wp-form input[type="email"]:focus,
body .mc4wp-form textarea:focus {
	border-color:#999;
	}
body .mc4wp-form textarea,
body .mc4wp-form textarea:focus {
	height:142px;
	}
body .mc4wp-form input[type="submit"] {
	color: #414141;
	display: block;
	border: 1px solid #ddd;
	background: #fff;
	letter-spacing: 2px;
	padding: 10px 18px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: color .15s ease-out;
	-moz-transition: color .15s ease-out;
	-ms-transition: color .15s ease-out;
	-o-transition: color .15s ease-out;
	transition: color .15s ease-out;
	}
body .mc4wp-form input[type="submit"].block {
	display:block;
	width:100%;
	}	
body .mc4wp-form input[type="submit"]:hover,
body .mc4wp-form input[type="submit"]:active,
body .mc4wp-form input[type="submit"]:focus {	
	background: #db4360;
	border-color: #db4360;
	color: #fff;
	outline:none;
	}

	/* messages */
.mc4wp-alert {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	letter-spacing:2px;
	padding:15px !important;
	}		

/* Events Calendar (CSS for this plugin will come in the next release)
 * http://wordpress.org/plugins/the-events-calendar/
-------------------------------------------------------------------------------------- */
	
/* Latest Posts
-------------------------------------------------------------------------------------- */
.wi-recent-posts {
	display:block;
	clear:both;
	margin-bottom:20px;
	}
.recent-item {
	display:block;
	clear:both;
	padding:10px 0;
	}
.recent-item:first-child {
	border-top:none;
	}		
.recent-item .post-thumbnail {
	width:80px;
	height:80px;
	display:block;
	float:left;
	margin-right:20px;
	-moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
	}
.recent-item .post-thumbnail:hover {
	opacity:0.3;
	}	
.recent-item .post-thumbnail .format-icon {
	display:block;
	width:80px;
	height:80px;
	max-width:100%;
	text-align:center;
	font-size:20px;
	color:#222;
	position:relative;
	background:#eee;
	}
.recent-item .post-thumbnail .format-icon img {
	position:relative;
	z-index:10;
	visibility:hidden;
	}		
.recent-item .post-thumbnail .format-icon .ic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	z-index:20;
	}
.recent-item .post-thumbnail .format-icon .ic {
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	top:50%;
	left:50%;
	z-index:20;
	margin:-12px 0 0 -12px;
	display:block;
	}		
.recent-item .text {
	overflow:hidden;
	}
.recent-item .title {
	margin-bottom:6px;
	}	
.recent-item .title a {
	color:#444;
	text-decoration:none;
	}
.recent-item .title a:hover {
	text-decoration:underline;
	}
	/* meta */
.recent-item .meta	{
	display:block;
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
	color:#999;
	}
.recent-item .meta a {
	color:#666;
	font-style:normal;
	text-decoration:none;
	}
.recent-item .meta a:hover {
	text-decoration:underline;
	}
.recent-item .meta a:hover i {
	text-decoration:none;
	}		
.recent-item .meta .sep {
	color:#999;
	margin:0 5px;
	}	
.recent-item .meta .ele {
	display:block;
	float:left;
	position:relative;
	padding:0 10px;
	}
.recent-item .meta .ele:first-child {
	padding-left:0;
	}	
.recent-item .meta .ele:before {
	position:absolute;
	top:50%;
	left:0;
	width:1px;
	height:10px;
	margin-top:-5px;
	background:#ddd;
	content:"";
	}
.recent-item .meta .ele:first-child:before {
	display:none;
	}	
	
	/* excerpt */			
.recent-item .excerpt {
	color:#787878;
	}
.recent-item .excerpt p {
	margin-bottom:2px;
	}
		
	/* readmore */
.recent-item .readmore-link {
	display:inline-block;
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:11px;
	color:#414141;
	margin-left:10px;
	-webkit-transition: color .15s ease-out;
	-moz-transition: color .15s ease-out;
	-ms-transition: color .15s ease-out;
	-o-transition: color .15s ease-out;
	transition: color .15s ease-out;
	}
.recent-item .readmore-link i {
	text-decoration:none;
	margin-left:4px;
	}	
.recent-item .readmore-link:hover {
	text-decoration:none;
	}
	
/* Recent Posts Style 2
-------------------------------------------------------------------------------------- */
.wi-recent-posts.style-2 .recent-item {
	display:block;
	float:left;
	clear:none;
	padding:0 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
.wi-recent-posts.style-2.column-1 .recent-item {
	width:100%;
	}	
.wi-recent-posts.style-2.column-2 .recent-item {
	width:50%;
	}
.wi-recent-posts.style-2.column-3 .recent-item {
	width:33%;
	}
.wi-recent-posts.style-2.column-4 .recent-item {
	width:25%;
	}		
.wi-recent-posts.style-2.column-5 .recent-item {
	width:20%;
	}
.wi-recent-posts.style-2.column-6 .recent-item {
	width:16.6%;
	}
.wi-recent-posts.style-2.column-7 .recent-item {
	width:14.3%;
	}	
.wi-recent-posts.style-2.column-8 .recent-item {
	width:12.5%;
	}
	
.wi-recent-posts.style-2 .recent-item .post-thumbnail {
	width:100%;
	height:auto;
	text-align:center;
	border:none;
	padding:0;
	float:none;
	clear:both;
	margin:0 0 14px;
	}
.wi-recent-posts.style-2 .recent-item .post-thumbnail .format-icon {
	display:inline-block;
	width:auto;
	height:auto;
	}	
.wi-recent-posts.style-2 .recent-item .post-thumbnail img {
	width:auto;
	}
.wi-recent-posts.style-2 .recent-item .title {
	margin-bottom:12px;
	}	
.wi-recent-posts.style-2 .recent-item .title a {
	font-size:80%;
	}

	
/* Bottom Popup
-------------------------------------------------------------------------------------- */
#wi-bottom-popup {
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:9999999999;
	width:360px;
	background:#fff;
	padding:20px;
	padding-left:52px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:right 700ms ease-in-out;
	-moz-transition:right 700ms ease-in-out;
	-o-transition:right 700ms ease-in-out;
	-ms-transition:right 700ms ease-in-out;
	transition:right 300ms ease-in-out;
	}	
#wi-bottom-popup.hiding {
	right:-380px;
	}	
#wi-bottom-popup .inner {
	}
#wi-bottom-popup .close-holder {
	position:absolute;
	top:0;
	left:0;
	width:32px;
	height:100%;
	z-index:10;
	background:#000;
	}	
#wi-bottom-popup .close-popup {
	display:block;
	position:absolute;
	text-decoration:none;
	cursor:pointer;
	top:10px;
	left:0px;
	width:32px;
	height:32px;
	text-align:center;
	line-height:32px;
	font-size:32px;
	z-index:20;
	color:#fff;
	font-family:"Courier New", Courier, monospace;
	font-weight:100;
	}
#wi-bottom-popup .wpcf7 textarea, 
#wi-bottom-popup .wpcf7 textarea:focus {
	height:100px;
	}

/* Miscellaneous
-------------------------------------------------------------------------------------- */
	
#cboxTitle,
#cboxCurrent {
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	}
#cboxTitle a {
	color:#fff;
	text-decoration:underline;
	}
/* Revolution Slider
-------------------------------------------------------------------------------------- */
.rev_slider_wrapper {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
	/* caption font */
.tp-caption.modern_medium_fat,
.tp-caption.modern_medium_fat_white,
.tp-caption.modern_medium_light,
.tp-caption.modern_big_bluebg,
.tp-caption.modern_big_redbg,
.tp-caption.thinheadline_dark,
.tp-caption.thintext_dark,
.tp-caption.largeblackbg,
.tp-caption.largepinkbg,
.tp-caption.largewhitebg,
.tp-caption.largegreenbg,
.tp-caption.large_bold_grey,
.tp-caption.medium_thin_grey,
.tp-caption.small_thin_grey,
.tp-caption.large_bold_darkblue,
.tp-caption.medium_bg_darkblue,
.tp-caption.medium_bold_red,
.tp-caption.medium_light_red,
.tp-caption.medium_bg_red,
.tp-caption.medium_bold_orange,
.tp-caption.medium_bg_orange,
.tp-caption.large_bold_white,
.tp-caption.medium_light_white,
.tp-caption.mediumlarge_light_white,
.tp-caption.mediumlarge_light_white_center,
.tp-caption.medium_bg_asbestos,
.tp-caption.medium_light_black,
.tp-caption.large_bold_black,
.tp-caption.mediumlarge_light_darkblue,
.tp-caption.small_light_white,
.tp-caption.large_bg_black,
.tp-caption.mediumwhitebg	{
	font-family:"Oswald", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:400;
	}
	
	/* navigation */
.tp-leftarrow.default,
.tp-rightarrow.default {
	background:#fff url(images/prev.png) no-repeat center center;
	width:50px;
	height:50px;
	-webkit-background-size: 12px 19px;
	-moz-background-size: 12px 19px;
	background-size: 12px 19px;
	}
.tp-rightarrow.default {
	background-image:url(images/next.png);
	}
	
	/* pager */
.tp-bullets.simplebullets.round .bullet,
.tp-bullets.simplebullets.round-old .bullet,
.tp-bullets.simplebullets.navbar .bullet,
.tp-bullets.simplebullets.navbar-old .bullet {
	background:transparent;
	border:2px solid #fff;
	width:8px;
	height:8px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	margin:0 5px;
	}
.tp-bullets.simplebullets.round .bullet:hover, 
.tp-bullets.simplebullets.round .bullet.selected {
	background:#db4360;
	}
	
	/* navbar */
.tp-bullets.simplebullets.navbar,
.tp-bullets.simplebullets.navbar-old {
	background:#f9f9f9;
	height:40px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	}	
.tp-bullets.simplebullets.navbar .bullet,
.tp-bullets.simplebullets.navbar-old .bullet {
	margin-top:14px;
	border-color:#666;
	}
.tp-bullets.simplebullets.navbar .bullet.selected,
.tp-bullets.simplebullets.navbar-old .bullet.selected {
	border-color:#db4360;
	}	
.tp-leftarrow.navbar,
.tp-rightarrow.navbar,
.tp-leftarrow.navbar-old,
.tp-rightarrow.navbar-old {
	font-family:FontAwesome;
	font-weight:normal;
	font-style:normal;
	text-decoration:inherit;
	-webkit-font-smoothing:antialiased;
	background:none;
	color:#666;
	text-align:center;
	
	width: 20px;
	height: 15px;
	float: left;
	margin-left: 6px;
	margin-top: 11px;
	}	
.tp-leftarrow.navbar,
.tp-leftarrow.navbar-old {
	margin-right:6px;
	margin-left:auto;
	}	
.tp-leftarrow.navbar:before,
.tp-leftarrow.navbar-old:before {
	content:"\f053"; /* chevron left */
	}	
.tp-rightarrow.navbar:before,
.tp-rightarrow.navbar-old:before {
	content:"\f054"; /* chevron right */
	}

	/* square old */
.tp-bullets.simplebullets.square-old .bullet {
	background:none;
	border:2px solid #fff;
	width:10px;
	height:10px;
	margin:0 3px;
	}
.tp-bullets.simplebullets.square-old .bullet.last {
	margin-right:3px;
	}
.tp-bullets.simplebullets.square-old .bullet.selected {
	background:#db4360;
	}		
.tp-rightarrow.square-old {
	background:none;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #fff;
	margin:0 0 0 6px;
	}
.tp-leftarrow.square-old {
	background:none;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 8px 7px 0;
	border-color: transparent #fff transparent transparent;
	margin:0 6px 0 0;
	}
	/* timer */
.tp-bannertimer {
	height:3px;
	}
	
	/* caption types */
.tp-caption.large_bg_black {
	padding:10px 20px;
	}
.tp-caption.large_bold_white {
	text-shadow:2px 2px 6px rgba(0,0,0,.3);
	}
.tp-caption.modern_small_text_dark {
	color:#000;
	}
.tp-caption.small_text {
	font-weight:normal;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	}

	
	/* buttons */
.tp-button {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	text-shadow:none !important;
	padding:12px 16px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:12px;
	font-weight:400;
	font-family:"Oswald", sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	background-image:none;
	border:none;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	}	
.tp-button.big {
	font-weight:400;
	text-shadow:none;
	font-size:13px !important;
	background-image:none;
	}
.tp-button.primary {
	background:#db4360;
	}
.tp-button.white {
	background:#fff;
	color:#333 !important;
	}
.tp-button.white:hover {
	background:#fff;
	text-decoration:underline;
	}
.tp-button.black{
	background:#111;
	}
.tp-button.black:hover {
	background:#db4360;
	}		
.tp-button.transparent {
	background:transparent;
	border:1px solid #fff;
	padding: 11px 16px;
	}
.tp-button.red {
	background:#b40606;
	}				
.tp-button.red:hover {
	background:#A80909;
	}
.tp-button.green {
	background:#67ae73
	}
.tp-button.green:hover {
	background:#52965E;
	}
.tp-button.blue {
	background:#6488BD;
	}
.tp-button.blue:hover {
	background:#4F72A7;
	}
.tp-button.orange {
	background:#F39C12;
	}
.tp-button.orange:hover {
	background:#DF8D0D;
	}
.tp-button.pink {
	background:#F39C12;
	}
.tp-button.lightgrey {
	background:#cfcfcf;
	}
.tp-button.lightgrey:hover {
	background:#c5c5c5;
	}
.tp-button.darkgrey{
	background:#282E2D;
	}
.tp-button.darkgrey:hover {
	background:#5D6866;
	}	
	
	/* loader */
.tp-loader {
	z-index:99;
	background-color:#fff;
	background-image:url(images/ajax-loader.gif);
	background-position:center center;
	-webkit-background-size:32px 32px;
	-moz-background-size:32px 32px;
	background-size:32px 32px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	}
	
/* Animation
-------------------------------------------------------------------------------------- */
.wi-animated {
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	opacity:0;
	position:relative;
	}
.wi-animated .ani-image {
	margin-bottom:20px;
	}
.no-js .wi-animated,
.no-csstransitions .wi-animated {
	opacity:1;
	}

.wi-animated .viewport-ele {	/* Only run animation when view 30% item height */
	position:absolute;
	top:30%;
	left:0;
	width:1px;
	height:1px;
	display:block;
	}
	
	/* FADE */	
.wi-animated.effect-fade.run_animation {
	-webkit-animation-name:fade;
	-moz-animation-name:fade;
	-o-animation-name:fade;
	animation-name:fade;
	}	
@-webkit-keyframes fade{0%{opacity:0}100%{opacity:1}}
@-moz-keyframes fade{0%{opacity:0}100%{opacity:1}}
@-o-keyframes fade{0%{opacity:0}100%{opacity:1}}
@keyframes fade{0%{opacity:0}100%{opacity:1}}

	/* LEFT */		
.wi-animated.effect-left.run_animation {
	-webkit-animation-name:left;
	-moz-animation-name:left;
	-o-animation-name:left;
	animation-name:left;
	}	
@-webkit-keyframes left{0%{opacity:0;-webkit-transform:translateX(-20px);}100%{opacity:1;-webkit-transform:translateX(0);}}
@-moz-keyframes left{0%{opacity:0;-moz-transform:translateX(-20px);}100%{opacity:1;-moz-transform:translateX(0);}}
@-o-keyframes left{0%{opacity:0;-o-transform:translateX(-20px);}100%{opacity:1;-o-transform:translateX(0);}}
@keyframes left{0%{opacity:0;transform:translateX(-20px);}100%{opacity:1;transform:translateX(0);}}	

	/* RIGHT */		
.wi-animated.effect-right.run_animation {
	-webkit-animation-name:right;
	-moz-animation-name:right;
	-o-animation-name:right;
	animation-name:right;
	}	
@-webkit-keyframes right{0%{opacity:0;-webkit-transform:translateX(20px);}100%{opacity:1;-webkit-transform:translateX(0);}}
@-moz-keyframes right{0%{opacity:0;-moz-transform:translateX(20px);}100%{opacity:1;-moz-transform:translateX(0);}}
@-o-keyframes right{0%{opacity:0;-o-transform:translateX(20px);}100%{opacity:1;-o-transform:translateX(0);}}
@keyframes right{0%{opacity:0;transform:translateX(20px);}100%{opacity:1;transform:translateX(0);}}

	/* TOP */		
.wi-animated.effect-top.run_animation {
	-webkit-animation-name:top;
	-moz-animation-name:top;
	-o-animation-name:top;
	animation-name:top;
	}	
@-webkit-keyframes top{0%{opacity:0;-webkit-transform:translateY(-20px);}100%{opacity:1;-webkit-transform:translateY(0);}}
@-moz-keyframes top{0%{opacity:0;-moz-transform:translateY(-20px);}100%{opacity:1;-moz-transform:translateY(0);}}
@-o-keyframes top{0%{opacity:0;-o-transform:translateY(-20px);}100%{opacity:1;-o-transform:translateY(0);}}
@keyframes top{0%{opacity:0;transform:translateY(-20px);}100%{opacity:1;transform:translateY(0);}}

	/* BOTTOM */		
.wi-animated.effect-bottom.run_animation {
	-webkit-animation-name:bottom;
	-moz-animation-name:bottom;
	-o-animation-name:bottom;
	animation-name:bottom;
	}	
@-webkit-keyframes bottom{0%{opacity:0;-webkit-transform:translateY(20px);}100%{opacity:1;-webkit-transform:translateY(0);}}
@-moz-keyframes bottom{0%{opacity:0;-moz-transform:translateY(20px);}100%{opacity:1;-moz-transform:translateY(0);}}
@-o-keyframes bottom{0%{opacity:0;-o-transform:translateY(20px);}100%{opacity:1;-o-transform:translateY(0);}}
@keyframes bottom{0%{opacity:0;transform:translateY(20px);}100%{opacity:1;transform:translateY(0);}}

	/* POPUP */
.wi-animated.effect-popup {
	-webkit-animation-duration:.5s;
	-moz-animation-duration:.5s;
	-ms-animation-duration:.5s;
	-o-animation-duration:.5s;
	animation-duration:.5s;
	}		
.wi-animated.effect-popup.run_animation {
	-webkit-animation-name:popup;
	-moz-animation-name:popup;
	-o-animation-name:popup;
	animation-name:popup;
	}	
@-webkit-keyframes popup{0%{opacity:0;-webkit-transform:scale(0.8);}100%{opacity:1;-webkit-transform:scale(1);}}
@-moz-keyframes popup{0%{opacity:0;-moz-transform:scale(0.8);}100%{opacity:1;-moz-transform:scale(1);}}
@-o-keyframes popup{0%{opacity:0;-o-transform:scale(0.8);}100%{opacity:1;-o-transform:scale(1);}}
@keyframes popup{0%{opacity:0;transform:scale(0.8);}100%{opacity:1;transform:scale(1);}}

	/* zoomin */
.wi-animated.effect-zoomin {
	-webkit-animation-duration:.5s;
	-moz-animation-duration:.5s;
	-ms-animation-duration:.5s;
	-o-animation-duration:.5s;
	animation-duration:.5s;
	}		
.wi-animated.effect-zoomin.run_animation {
	-webkit-animation-name:zoomin;
	-moz-animation-name:zoomin;
	-o-animation-name:zoomin;
	animation-name:zoomin;
	}	
@-webkit-keyframes zoomin{0%{opacity:0;-webkit-transform:scale(1.3);}100%{opacity:1;-webkit-transform:scale(1);}}
@-moz-keyframes zoomin{0%{opacity:0;-moz-transform:scale(1.3);}100%{opacity:1;-moz-transform:scale(1);}}
@-o-keyframes zoomin{0%{opacity:0;-o-transform:scale(1.3);}100%{opacity:1;-o-transform:scale(1);}}
@keyframes zoomin{0%{opacity:0;transform:scale(1.3);}100%{opacity:1;transform:scale(1);}}

	/* rotate */
.wi-animated.effect-rotate {
	-webkit-animation-duration:.5s;
	-moz-animation-duration:.5s;
	-ms-animation-duration:.5s;
	-o-animation-duration:.5s;
	animation-duration:.5s;
	}		
.wi-animated.effect-rotate.run_animation {
	-webkit-animation-name:rotate;
	-moz-animation-name:rotate;
	-o-animation-name:rotate;
	animation-name:rotate;
	}	
@-webkit-keyframes rotate{0%{opacity:0;-webkit-transform:rotate(-10deg);}100%{opacity:1;-webkit-transform:rotate(0deg);}}
@-moz-keyframes rotate{0%{opacity:0;-moz-transform:rotate(-10deg);}100%{opacity:1;-moz-transform:rotate(0deg);}}
@-o-keyframes rotate{0%{opacity:0;-o-transform:rotate(-10deg);}100%{opacity:1;-o-transform:rotate(0deg);}}
@keyframes rotate{0%{opacity:0;transform:rotate(-10deg);}100%{opacity:1;transform:rotate(0deg);}}

/* Retina
-------------------------------------------------------------------------------------- */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){
	#wi-titlebar.clipmask-dotted .clipmask {
		background-image:url(images/dot@2x.png);
		}
	#wi-titlebar.clipmask-scattered-dotted .clipmask {
		background-image:url(images/dot_3x3@2x.png);
		}
	#wi-titlebar.clipmask-striped .clipmask {
		background-image:url(images/stripe@2x.png);
		}
	#wi-titlebar.style-5 {
		background-image:url(images/patterns/dark/dark_mosaic_@2X.png);
		}
	#wi-titlebar.style-3 {
		background-image:url(images/patterns/light/greyfloral_@2X.png);
		}	
	.wi-article.format-image .post-thumbnail .indicator {
		background-image:url(images/zoom@2x.png)
		}	
	.wi-article.format-link .title {
		background-image:url(images/link@2x.png)
		}
	.wi-blog-slider	.flexslider .flex-direction-nav .flex-next {
		background-image:url(images/next@2x.png);
		}
	.wi-blog-slider	.flexslider .flex-direction-nav .flex-prev {
		background-image:url(images/prev@2x.png);
		}
	.wi-single .post-thumbnail .indicator {
		background-image:url(images/zoom@2x.png);
		}
	.widget_displaytweetswidget > p:before {
		background-image:url(images/bird@2x.png);
		}
	#scrollup {
		background-image:url(images/up@2x.png)
		}
	.tp-leftarrow.default	{
		background-image:url(images/prev@2x.png);
		}
	.tp-rightarrow.default {
		background-image:url(images/next@2x.png);
		}
	.tp-loader {
		background-image:url(images/ajax-loader@2x.gif);
		}								
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
	font-family: 'icomoon';
	src:url('icomoon/icomoon.eot');
	src:url('icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('icomoon/icomoon.woff') format('woff'),
		url('icomoon/icomoon.ttf') format('truetype'),
		url('icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-google-plus, .icon-facebook, .icon-twitter, .icon-feed, .icon-vimeo, .icon-lanyrd, .icon-flickr, .icon-picassa, .icon-dribbble, .icon-forrst, .icon-deviantart, .icon-steam, .icon-github, .icon-wordpress, .icon-joomla, .icon-blogger, .icon-tumblr, .icon-yahoo, .icon-soundcloud, .icon-skype, .icon-reddit, .icon-lastfm, .icon-delicious, .icon-stackoverflow, .icon-xing, .icon-flattr, .icon-foursquare, .icon-paypal, .icon-yelp, .icon-bubble, .icon-phone, .icon-mobile, .icon-mouse, .icon-directions, .icon-mail, .icon-pencil, .icon-feather, .icon-paperclip, .icon-drawer, .icon-reply, .icon-reply-all, .icon-forward, .icon-user, .icon-users, .icon-user-add, .icon-vcard, .icon-export, .icon-location, .icon-map, .icon-compass, .icon-location-2, .icon-target, .icon-share, .icon-sharable, .icon-heart, .icon-heart-2, .icon-star, .icon-star-2, .icon-thumbs-up, .icon-thumbs-down, .icon-chat, .icon-comment, .icon-house, .icon-popup, .icon-search, .icon-flashlight, .icon-printer, .icon-bell, .icon-link, .icon-flag, .icon-cog, .icon-tools, .icon-trophy, .icon-tag, .icon-camera, .icon-megaphone, .icon-moon, .icon-palette, .icon-leaf, .icon-music, .icon-music-2, .icon-new, .icon-graduation, .icon-book, .icon-newspaper, .icon-bag, .icon-airplane, .icon-lifebuoy, .icon-eye, .icon-clock, .icon-microphone, .icon-calendar, .icon-bolt, .icon-thunder, .icon-droplet, .icon-cd, .icon-briefcase, .icon-air, .icon-hourglass, .icon-gauge, .icon-language, .icon-network, .icon-key, .icon-battery, .icon-bucket, .icon-magnet, .icon-drive, .icon-cup, .icon-rocket, .icon-brush, .icon-suitcase, .icon-cone, .icon-earth, .icon-keyboard, .icon-browser, .icon-publish, .icon-progress-3, .icon-progress-2, .icon-brogress-1, .icon-progress-0, .icon-sun, .icon-sun-2, .icon-adjust, .icon-code, .icon-screen, .icon-infinity, .icon-light-bulb, .icon-credit-card, .icon-database, .icon-voicemail, .icon-clipboard, .icon-cart, .icon-box, .icon-ticket, .icon-rss, .icon-signal, .icon-thermometer, .icon-droplets, .icon-untitled, .icon-statistics, .icon-pie, .icon-bars, .icon-graph, .icon-lock, .icon-lock-open, .icon-logout, .icon-login, .icon-checkmark, .icon-cross, .icon-minus, .icon-plus, .icon-cross-2, .icon-minus-2, .icon-plus-2, .icon-cross-3, .icon-minus-3, .icon-plus-3, .icon-erase, .icon-blocked, .icon-info, .icon-info-2, .icon-question, .icon-help, .icon-warning, .icon-cycle, .icon-cw, .icon-ccw, .icon-shuffle, .icon-arrow, .icon-arrow-2, .icon-retweet, .icon-loop, .icon-history, .icon-back, .icon-switch, .icon-list, .icon-add-to-list, .icon-layout, .icon-list-2, .icon-text, .icon-text-2, .icon-document, .icon-docs, .icon-landscape, .icon-pictures, .icon-video, .icon-music-3, .icon-folder, .icon-archive, .icon-trash, .icon-upload, .icon-download, .icon-disk, .icon-install, .icon-cloud, .icon-upload-2, .icon-bookmark, .icon-bookmarks, .icon-book-2, .icon-play, .icon-pause, .icon-record, .icon-stop, .icon-next, .icon-previous, .icon-first, .icon-last, .icon-resize-enlarge, .icon-resize-shrink, .icon-volume, .icon-sound, .icon-mute, .icon-flow-cascade, .icon-flow-branch, .icon-flow-tree, .icon-flow-line, .icon-flow-parallel, .icon-arrow-left, .icon-arrow-down, .icon-arrow-up--upload, .icon-arrow-right, .icon-arrow-left-2, .icon-arrow-down-2, .icon-arrow-up, .icon-arrow-right-2, .icon-arrow-left-3, .icon-arrow-down-3, .icon-arrow-up-2, .icon-arrow-right-3, .icon-arrow-left-4, .icon-arrow-down-4, .icon-arrow-up-3, .icon-arrow-right-4, .icon-arrow-left-5, .icon-arrow-down-5, .icon-arrow-up-4, .icon-arrow-right-5, .icon-arrow-left-6, .icon-arrow-down-6, .icon-arrow-up-5, .icon-arrow-right-6, .icon-arrow-left-7, .icon-arrow-down-7, .icon-arrow-up-6, .icon-untitled-2, .icon-arrow-left-8, .icon-arrow-down-8, .icon-arrow-up-7, .icon-arrow-right-7, .icon-menu, .icon-ellipsis, .icon-dots, .icon-dot, .icon-cc, .icon-cc-by, .icon-cc-nc, .icon-cc-nc-eu, .icon-cc-nc-jp, .icon-cc-sa, .icon-cc-nd, .icon-cc-pd, .icon-cc-zero, .icon-cc-share, .icon-cc-share-2, .icon-daniel-bruce, .icon-daniel-bruce-2, .icon-linkedin, .icon-stumbleupon, .icon-rdio, .icon-spotify, .icon-qq, .icon-instagram, .icon-dropbox, .icon-flattr-2, .icon-skype-2, .icon-paypal-2, .icon-picasa, .icon-soundcloud-2, .icon-circles, .icon-vk, .icon-smashing, .icon-evernote, .icon-renren, .icon-sina-weibo, .icon-mixi, .icon-behance, .icon-quote, .icon-paperplane, .icon-pinterest {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-google-plus:before {
	content: "\e164";
}
.icon-facebook:before {
	content: "\e169";
}
.icon-twitter:before {
	content: "\e16d";
}
.icon-feed:before {
	content: "\e170";
}
.icon-vimeo:before {
	content: "\e175";
}
.icon-lanyrd:before {
	content: "\e178";
}
.icon-flickr:before {
	content: "\e17a";
}
.icon-picassa:before {
	content: "\e17d";
}
.icon-dribbble:before {
	content: "\e17f";
}
.icon-forrst:before {
	content: "\e182";
}
.icon-deviantart:before {
	content: "\e184";
}
.icon-steam:before {
	content: "\e186";
}
.icon-github:before {
	content: "\e18b";
}
.icon-wordpress:before {
	content: "\e18d";
}
.icon-joomla:before {
	content: "\e18f";
}
.icon-blogger:before {
	content: "\e190";
}
.icon-tumblr:before {
	content: "\e192";
}
.icon-yahoo:before {
	content: "\e194";
}
.icon-soundcloud:before {
	content: "\e19b";
}
.icon-skype:before {
	content: "\e19d";
}
.icon-reddit:before {
	content: "\e19e";
}
.icon-lastfm:before {
	content: "\e1a0";
}
.icon-delicious:before {
	content: "\e1a2";
}
.icon-stackoverflow:before {
	content: "\e1a5";
}
.icon-xing:before {
	content: "\e1a9";
}
.icon-flattr:before {
	content: "\e1aa";
}
.icon-foursquare:before {
	content: "\e1ac";
}
.icon-paypal:before {
	content: "\e1ad";
}
.icon-yelp:before {
	content: "\e1b0";
}
.icon-bubble:before {
	content: "\e06d";
}
.icon-phone:before {
	content: "\e004";
}
.icon-mobile:before {
	content: "\e005";
}
.icon-mouse:before {
	content: "\e006";
}
.icon-directions:before {
	content: "\e007";
}
.icon-mail:before {
	content: "\e008";
}
.icon-pencil:before {
	content: "\e003";
}
.icon-feather:before {
	content: "\e009";
}
.icon-paperclip:before {
	content: "\e00a";
}
.icon-drawer:before {
	content: "\e00b";
}
.icon-reply:before {
	content: "\e00c";
}
.icon-reply-all:before {
	content: "\e00d";
}
.icon-forward:before {
	content: "\e00e";
}
.icon-user:before {
	content: "\e00f";
}
.icon-users:before {
	content: "\e010";
}
.icon-user-add:before {
	content: "\e011";
}
.icon-vcard:before {
	content: "\e012";
}
.icon-export:before {
	content: "\e013";
}
.icon-location:before {
	content: "\e014";
}
.icon-map:before {
	content: "\e015";
}
.icon-compass:before {
	content: "\e016";
}
.icon-location-2:before {
	content: "\e017";
}
.icon-target:before {
	content: "\e018";
}
.icon-share:before {
	content: "\e019";
}
.icon-sharable:before {
	content: "\e01a";
}
.icon-heart:before {
	content: "\e01b";
}
.icon-heart-2:before {
	content: "\e01c";
}
.icon-star:before {
	content: "\e01d";
}
.icon-star-2:before {
	content: "\e01e";
}
.icon-thumbs-up:before {
	content: "\e01f";
}
.icon-thumbs-down:before {
	content: "\e020";
}
.icon-chat:before {
	content: "\e021";
}
.icon-comment:before {
	content: "\e022";
}
.icon-house:before {
	content: "\e000";
}
.icon-popup:before {
	content: "\e023";
}
.icon-search:before {
	content: "\e024";
}
.icon-flashlight:before {
	content: "\e025";
}
.icon-printer:before {
	content: "\e026";
}
.icon-bell:before {
	content: "\e027";
}
.icon-link:before {
	content: "\e028";
}
.icon-flag:before {
	content: "\e029";
}
.icon-cog:before {
	content: "\e02a";
}
.icon-tools:before {
	content: "\e02b";
}
.icon-trophy:before {
	content: "\e02c";
}
.icon-tag:before {
	content: "\e02d";
}
.icon-camera:before {
	content: "\e02e";
}
.icon-megaphone:before {
	content: "\e02f";
}
.icon-moon:before {
	content: "\e030";
}
.icon-palette:before {
	content: "\e031";
}
.icon-leaf:before {
	content: "\e032";
}
.icon-music:before {
	content: "\e033";
}
.icon-music-2:before {
	content: "\e034";
}
.icon-new:before {
	content: "\e035";
}
.icon-graduation:before {
	content: "\e036";
}
.icon-book:before {
	content: "\e037";
}
.icon-newspaper:before {
	content: "\e038";
}
.icon-bag:before {
	content: "\e039";
}
.icon-airplane:before {
	content: "\e03a";
}
.icon-lifebuoy:before {
	content: "\e03b";
}
.icon-eye:before {
	content: "\e03c";
}
.icon-clock:before {
	content: "\e03d";
}
.icon-microphone:before {
	content: "\e03e";
}
.icon-calendar:before {
	content: "\e03f";
}
.icon-bolt:before {
	content: "\e040";
}
.icon-thunder:before {
	content: "\e041";
}
.icon-droplet:before {
	content: "\e042";
}
.icon-cd:before {
	content: "\e043";
}
.icon-briefcase:before {
	content: "\e044";
}
.icon-air:before {
	content: "\e045";
}
.icon-hourglass:before {
	content: "\e046";
}
.icon-gauge:before {
	content: "\e047";
}
.icon-language:before {
	content: "\e048";
}
.icon-network:before {
	content: "\e049";
}
.icon-key:before {
	content: "\e04a";
}
.icon-battery:before {
	content: "\e04b";
}
.icon-bucket:before {
	content: "\e04c";
}
.icon-magnet:before {
	content: "\e04d";
}
.icon-drive:before {
	content: "\e04e";
}
.icon-cup:before {
	content: "\e04f";
}
.icon-rocket:before {
	content: "\e050";
}
.icon-brush:before {
	content: "\e051";
}
.icon-suitcase:before {
	content: "\e052";
}
.icon-cone:before {
	content: "\e053";
}
.icon-earth:before {
	content: "\e054";
}
.icon-keyboard:before {
	content: "\e055";
}
.icon-browser:before {
	content: "\e056";
}
.icon-publish:before {
	content: "\e057";
}
.icon-progress-3:before {
	content: "\e058";
}
.icon-progress-2:before {
	content: "\e059";
}
.icon-brogress-1:before {
	content: "\e05a";
}
.icon-progress-0:before {
	content: "\e05b";
}
.icon-sun:before {
	content: "\e05c";
}
.icon-sun-2:before {
	content: "\e05d";
}
.icon-adjust:before {
	content: "\e05e";
}
.icon-code:before {
	content: "\e05f";
}
.icon-screen:before {
	content: "\e060";
}
.icon-infinity:before {
	content: "\e061";
}
.icon-light-bulb:before {
	content: "\e062";
}
.icon-credit-card:before {
	content: "\e063";
}
.icon-database:before {
	content: "\e064";
}
.icon-voicemail:before {
	content: "\e065";
}
.icon-clipboard:before {
	content: "\e066";
}
.icon-cart:before {
	content: "\e067";
}
.icon-box:before {
	content: "\e068";
}
.icon-ticket:before {
	content: "\e069";
}
.icon-rss:before {
	content: "\e06a";
}
.icon-signal:before {
	content: "\e06b";
}
.icon-thermometer:before {
	content: "\e06c";
}
.icon-droplets:before {
	content: "\e06e";
}
.icon-untitled:before {
	content: "\e06f";
}
.icon-statistics:before {
	content: "\e070";
}
.icon-pie:before {
	content: "\e071";
}
.icon-bars:before {
	content: "\e072";
}
.icon-graph:before {
	content: "\e073";
}
.icon-lock:before {
	content: "\e074";
}
.icon-lock-open:before {
	content: "\e075";
}
.icon-logout:before {
	content: "\e076";
}
.icon-login:before {
	content: "\e077";
}
.icon-checkmark:before {
	content: "\e078";
}
.icon-cross:before {
	content: "\e079";
}
.icon-minus:before {
	content: "\e07a";
}
.icon-plus:before {
	content: "\e07b";
}
.icon-cross-2:before {
	content: "\e07c";
}
.icon-minus-2:before {
	content: "\e07d";
}
.icon-plus-2:before {
	content: "\e07e";
}
.icon-cross-3:before {
	content: "\e07f";
}
.icon-minus-3:before {
	content: "\e080";
}
.icon-plus-3:before {
	content: "\e081";
}
.icon-erase:before {
	content: "\e082";
}
.icon-blocked:before {
	content: "\e083";
}
.icon-info:before {
	content: "\e084";
}
.icon-info-2:before {
	content: "\e085";
}
.icon-question:before {
	content: "\e086";
}
.icon-help:before {
	content: "\e087";
}
.icon-warning:before {
	content: "\e088";
}
.icon-cycle:before {
	content: "\e089";
}
.icon-cw:before {
	content: "\e08a";
}
.icon-ccw:before {
	content: "\e08b";
}
.icon-shuffle:before {
	content: "\e08c";
}
.icon-arrow:before {
	content: "\e08d";
}
.icon-arrow-2:before {
	content: "\e08e";
}
.icon-retweet:before {
	content: "\e08f";
}
.icon-loop:before {
	content: "\e090";
}
.icon-history:before {
	content: "\e091";
}
.icon-back:before {
	content: "\e092";
}
.icon-switch:before {
	content: "\e093";
}
.icon-list:before {
	content: "\e094";
}
.icon-add-to-list:before {
	content: "\e095";
}
.icon-layout:before {
	content: "\e096";
}
.icon-list-2:before {
	content: "\e097";
}
.icon-text:before {
	content: "\e098";
}
.icon-text-2:before {
	content: "\e099";
}
.icon-document:before {
	content: "\e09a";
}
.icon-docs:before {
	content: "\e09b";
}
.icon-landscape:before {
	content: "\e09c";
}
.icon-pictures:before {
	content: "\e09d";
}
.icon-video:before {
	content: "\e09e";
}
.icon-music-3:before {
	content: "\e09f";
}
.icon-folder:before {
	content: "\e0a0";
}
.icon-archive:before {
	content: "\e0a1";
}
.icon-trash:before {
	content: "\e0a2";
}
.icon-upload:before {
	content: "\e0a3";
}
.icon-download:before {
	content: "\e0a4";
}
.icon-disk:before {
	content: "\e0a5";
}
.icon-install:before {
	content: "\e0a6";
}
.icon-cloud:before {
	content: "\e0a7";
}
.icon-upload-2:before {
	content: "\e0a8";
}
.icon-bookmark:before {
	content: "\e0a9";
}
.icon-bookmarks:before {
	content: "\e0aa";
}
.icon-book-2:before {
	content: "\e0ab";
}
.icon-play:before {
	content: "\e0ac";
}
.icon-pause:before {
	content: "\e0ad";
}
.icon-record:before {
	content: "\e0ae";
}
.icon-stop:before {
	content: "\e0af";
}
.icon-next:before {
	content: "\e0b0";
}
.icon-previous:before {
	content: "\e0b1";
}
.icon-first:before {
	content: "\e0b2";
}
.icon-last:before {
	content: "\e0b3";
}
.icon-resize-enlarge:before {
	content: "\e0b4";
}
.icon-resize-shrink:before {
	content: "\e0b5";
}
.icon-volume:before {
	content: "\e0b6";
}
.icon-sound:before {
	content: "\e0b7";
}
.icon-mute:before {
	content: "\e0b8";
}
.icon-flow-cascade:before {
	content: "\e0b9";
}
.icon-flow-branch:before {
	content: "\e0ba";
}
.icon-flow-tree:before {
	content: "\e0bb";
}
.icon-flow-line:before {
	content: "\e0bc";
}
.icon-flow-parallel:before {
	content: "\e0bd";
}
.icon-arrow-left:before {
	content: "\e0be";
}
.icon-arrow-down:before {
	content: "\e0bf";
}
.icon-arrow-up--upload:before {
	content: "\e0c0";
}
.icon-arrow-right:before {
	content: "\e0c1";
}
.icon-arrow-left-2:before {
	content: "\e0c2";
}
.icon-arrow-down-2:before {
	content: "\e0c3";
}
.icon-arrow-up:before {
	content: "\e0c4";
}
.icon-arrow-right-2:before {
	content: "\e0c5";
}
.icon-arrow-left-3:before {
	content: "\e0c6";
}
.icon-arrow-down-3:before {
	content: "\e0c7";
}
.icon-arrow-up-2:before {
	content: "\e0c8";
}
.icon-arrow-right-3:before {
	content: "\e0c9";
}
.icon-arrow-left-4:before {
	content: "\e0ca";
}
.icon-arrow-down-4:before {
	content: "\e0cb";
}
.icon-arrow-up-3:before {
	content: "\e0cc";
}
.icon-arrow-right-4:before {
	content: "\e0cd";
}
.icon-arrow-left-5:before {
	content: "\e0ce";
}
.icon-arrow-down-5:before {
	content: "\e0cf";
}
.icon-arrow-up-4:before {
	content: "\e0d0";
}
.icon-arrow-right-5:before {
	content: "\e0d1";
}
.icon-arrow-left-6:before {
	content: "\e0d2";
}
.icon-arrow-down-6:before {
	content: "\e0d3";
}
.icon-arrow-up-5:before {
	content: "\e0d4";
}
.icon-arrow-right-6:before {
	content: "\e0d5";
}
.icon-arrow-left-7:before {
	content: "\e0d6";
}
.icon-arrow-down-7:before {
	content: "\e0d7";
}
.icon-arrow-up-6:before {
	content: "\e0d8";
}
.icon-untitled-2:before {
	content: "\e0d9";
}
.icon-arrow-left-8:before {
	content: "\e0da";
}
.icon-arrow-down-8:before {
	content: "\e0db";
}
.icon-arrow-up-7:before {
	content: "\e0dc";
}
.icon-arrow-right-7:before {
	content: "\e0dd";
}
.icon-menu:before {
	content: "\e0de";
}
.icon-ellipsis:before {
	content: "\e0df";
}
.icon-dots:before {
	content: "\e0e0";
}
.icon-dot:before {
	content: "\e0e1";
}
.icon-cc:before {
	content: "\e0e2";
}
.icon-cc-by:before {
	content: "\e0e3";
}
.icon-cc-nc:before {
	content: "\e0e4";
}
.icon-cc-nc-eu:before {
	content: "\e0e5";
}
.icon-cc-nc-jp:before {
	content: "\e0e6";
}
.icon-cc-sa:before {
	content: "\e0e7";
}
.icon-cc-nd:before {
	content: "\e0e8";
}
.icon-cc-pd:before {
	content: "\e0e9";
}
.icon-cc-zero:before {
	content: "\e0ea";
}
.icon-cc-share:before {
	content: "\e0eb";
}
.icon-cc-share-2:before {
	content: "\e0ec";
}
.icon-daniel-bruce:before {
	content: "\e0ed";
}
.icon-daniel-bruce-2:before {
	content: "\e0ee";
}
.icon-linkedin:before {
	content: "\e0fc";
}
.icon-stumbleupon:before {
	content: "\e100";
}
.icon-rdio:before {
	content: "\e104";
}
.icon-spotify:before {
	content: "\e106";
}
.icon-qq:before {
	content: "\e108";
}
.icon-instagram:before {
	content: "\e109";
}
.icon-dropbox:before {
	content: "\e10a";
}
.icon-flattr-2:before {
	content: "\e10b";
}
.icon-skype-2:before {
	content: "\e10c";
}
.icon-paypal-2:before {
	content: "\e10e";
}
.icon-picasa:before {
	content: "\e10f";
}
.icon-soundcloud-2:before {
	content: "\e110";
}
.icon-circles:before {
	content: "\e111";
}
.icon-vk:before {
	content: "\e112";
}
.icon-smashing:before {
	content: "\e113";
}
.icon-evernote:before {
	content: "\e1c7";
}
.icon-renren:before {
	content: "\e1c6";
}
.icon-sina-weibo:before {
	content: "\e1c3";
}
.icon-mixi:before {
	content: "\e1c4";
}
.icon-behance:before {
	content: "\e1c5";
}
.icon-quote:before {
	content: "\e116";
}
.icon-paperplane:before {
	content: "\e117";
}
.icon-pinterest:before {
	content: "\e114";
}

/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
a:hover,a:active{outline:0;}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
#map_canvas img,.google-maps img{max-width:none;}
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor:pointer;}
input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
textarea{overflow:auto;vertical-align:top;}
@media print{*{text-shadow:none !important;color:#000 !important;background:transparent !important;box-shadow:none !important;} a,a:visited{text-decoration:underline;} a[href]:after{content:" (" attr(href) ")";} abbr[title]:after{content:" (" attr(title) ")";} .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:"";} pre,blockquote{border:1px solid #999;page-break-inside:avoid;} thead{display:table-header-group;} tr,img{page-break-inside:avoid;} img{max-width:100% !important;} @page {margin:0.5cm;}p,h2,h3{orphans:3;widows:3;} h2,h3{page-break-after:avoid;}}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333333;background-color:#ffffff;}
a{color:#0088cc;text-decoration:none;}
a:hover,a:focus{color:#005580;text-decoration:underline;}
.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);}
.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px;}
.row{margin-left:-20px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;}
.row:after{clear:both;}
[class*="span"]{float:left;min-height:1px;margin-left:20px;}
.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px;}
.span12{width:940px;}
.span11{width:860px;}
.span10{width:780px;}
.span9{width:700px;}
.span8{width:620px;}
.span7{width:540px;}
.span6{width:460px;}
.span5{width:380px;}
.span4{width:300px;}
.span3{width:220px;}
.span2{width:140px;}
.span1{width:60px;}
.offset12{margin-left:980px;}
.offset11{margin-left:900px;}
.offset10{margin-left:820px;}
.offset9{margin-left:740px;}
.offset8{margin-left:660px;}
.offset7{margin-left:580px;}
.offset6{margin-left:500px;}
.offset5{margin-left:420px;}
.offset4{margin-left:340px;}
.offset3{margin-left:260px;}
.offset2{margin-left:180px;}
.offset1{margin-left:100px;}
.row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;}
.row-fluid:after{clear:both;}
.row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;}
.row-fluid [class*="span"]:first-child{margin-left:0;}
.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.127659574468085%;}
.row-fluid .span12{width:100%;*width:99.94680851063829%;}
.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%;}
.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%;}
.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%;}
.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%;}
.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%;}
.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%;}
.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%;}
.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%;}
.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%;}
.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%;}
.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%;}
.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%;}
.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%;}
.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%;}
.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%;}
.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%;}
.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%;}
.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%;}
.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%;}
.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%;}
.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%;}
.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%;}
.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%;}
.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%;}
.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%;}
.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%;}
.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%;}
.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%;}
.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%;}
.row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%;}
.row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%;}
.row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%;}
.row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%;}
.row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%;}
.row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%;}
[class*="span"].hide,.row-fluid [class*="span"].hide{display:none;}
[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right;}
.container{margin-right:auto;margin-left:auto;*zoom:1;}.container:before,.container:after{display:table;content:"";line-height:0;}
.container:after{clear:both;}
.container-fluid{padding-right:20px;padding-left:20px;*zoom:1;}.container-fluid:before,.container-fluid:after{display:table;content:"";line-height:0;}
.container-fluid:after{clear:both;}
p{margin:0 0 10px;}
.lead{margin-bottom:20px;font-size:21px;font-weight:200;line-height:30px;}
small{font-size:85%;}
strong{font-weight:bold;}
em{font-style:italic;}
cite{font-style:normal;}
.muted{color:#999999;}
a.muted:hover,a.muted:focus{color:#808080;}
.text-warning{color:#c09853;}
a.text-warning:hover,a.text-warning:focus{color:#a47e3c;}
.text-error{color:#b94a48;}
a.text-error:hover,a.text-error:focus{color:#953b39;}
.text-info{color:#3a87ad;}
a.text-info:hover,a.text-info:focus{color:#2d6987;}
.text-success{color:#468847;}
a.text-success:hover,a.text-success:focus{color:#356635;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
h1,h2,h3,h4,h5,h6{margin:10px 0;font-family:inherit;font-weight:bold;line-height:20px;color:inherit;text-rendering:optimizelegibility;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999999;}
h1,h2,h3{line-height:40px;}
h1{font-size:38.5px;}
h2{font-size:31.5px;}
h3{font-size:24.5px;}
h4{font-size:17.5px;}
h5{font-size:14px;}
h6{font-size:11.9px;}
h1 small{font-size:24.5px;}
h2 small{font-size:17.5px;}
h3 small{font-size:14px;}
h4 small{font-size:14px;}
.page-header{padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eeeeee;}
ul,ol{padding:0;margin:0 0 10px 25px;}
ul ul,ul ol,ol ol,ol ul{margin-bottom:0;}
li{line-height:20px;}
ul.unstyled,ol.unstyled{margin-left:0;list-style:none;}
ul.inline,ol.inline{margin-left:0;list-style:none;}ul.inline>li,ol.inline>li{display:inline-block;*display:inline;*zoom:1;padding-left:5px;padding-right:5px;}
dl{margin-bottom:20px;}
dt,dd{line-height:20px;}
dt{font-weight:bold;}
dd{margin-left:10px;}
.dl-horizontal{*zoom:1;}.dl-horizontal:before,.dl-horizontal:after{display:table;content:"";line-height:0;}
.dl-horizontal:after{clear:both;}
.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.dl-horizontal dd{margin-left:180px;}
hr{margin:20px 0;border:0;border-top:1px solid #eeeeee;border-bottom:1px solid #ffffff;}
abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999999;}
abbr.initialism{font-size:90%;text-transform:uppercase;}
blockquote{padding:0 0 0 15px;margin:0 0 20px;border-left:5px solid #eeeeee;}blockquote p{margin-bottom:0;font-size:17.5px;font-weight:300;line-height:1.25;}
blockquote small{display:block;line-height:20px;color:#999999;}blockquote small:before{content:'\2014 \00A0';}
blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;}
blockquote.pull-right small:before{content:'';}
blockquote.pull-right small:after{content:'\00A0 \2014';}
q:before,q:after,blockquote:before,blockquote:after{content:"";}
address{display:block;margin-bottom:20px;font-style:normal;line-height:20px;}
code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;white-space:nowrap;}
pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}pre.prettyprint{margin-bottom:20px;}
pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0;}
.pre-scrollable{max-height:340px;overflow-y:scroll;}
.media,.media-body{overflow:hidden;*overflow:visible;zoom:1;}
.media,.media .media{margin-top:15px;}
.media:first-child{margin-top:0;}
.media-object{display:block;}
.media-heading{margin:0 0 5px;}
.media>.pull-left{margin-right:10px;}
.media>.pull-right{margin-left:10px;}
.media-list{margin-left:0;list-style:none;}
@-ms-viewport{width:device-width;}.hidden{display:none;visibility:hidden;}
.visible-phone{display:none !important;}
.visible-tablet{display:none !important;}
.hidden-desktop{display:none !important;}
.visible-desktop{display:inherit !important;}


@font-face{font-family:'FontAwesome';src:url('css/font/fontawesome-webfont.eot?v=3.2.1');src:url('css/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('css/font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('css/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('css/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
a [class^="icon-"],a [class*=" icon-"]{display:inline;}
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
.icon-muted{color:#eeeeee;}
.icon-light{color:#ffffff;}
.icon-dark{color:#333333;}
.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
.icon-glass:before{content:"\f000";}
.icon-music:before{content:"\f001";}
.icon-search:before{content:"\f002";}
.icon-envelope-alt:before{content:"\f003";}
.icon-heart:before{content:"\f004";}
.icon-star:before{content:"\f005";}
.icon-star-empty:before{content:"\f006";}
.icon-user:before{content:"\f007";}
.icon-film:before{content:"\f008";}
.icon-th-large:before{content:"\f009";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-ok:before{content:"\f00c";}
.icon-remove:before{content:"\f00d";}
.icon-zoom-in:before{content:"\f00e";}
.icon-zoom-out:before{content:"\f010";}
.icon-power-off:before,.icon-off:before{content:"\f011";}
.icon-signal:before{content:"\f012";}
.icon-gear:before,.icon-cog:before{content:"\f013";}
.icon-trash:before{content:"\f014";}
.icon-home:before{content:"\f015";}
.icon-file-alt:before{content:"\f016";}
.icon-time:before{content:"\f017";}
.icon-road:before{content:"\f018";}
.icon-download-alt:before{content:"\f019";}
.icon-download:before{content:"\f01a";}
.icon-upload:before{content:"\f01b";}
.icon-inbox:before{content:"\f01c";}
.icon-play-circle:before{content:"\f01d";}
.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
.icon-refresh:before{content:"\f021";}
.icon-list-alt:before{content:"\f022";}
.icon-lock:before{content:"\f023";}
.icon-flag:before{content:"\f024";}
.icon-headphones:before{content:"\f025";}
.icon-volume-off:before{content:"\f026";}
.icon-volume-down:before{content:"\f027";}
.icon-volume-up:before{content:"\f028";}
.icon-qrcode:before{content:"\f029";}
.icon-barcode:before{content:"\f02a";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-book:before{content:"\f02d";}
.icon-bookmark:before{content:"\f02e";}
.icon-print:before{content:"\f02f";}
.icon-camera:before{content:"\f030";}
.icon-font:before{content:"\f031";}
.icon-bold:before{content:"\f032";}
.icon-italic:before{content:"\f033";}
.icon-text-height:before{content:"\f034";}
.icon-text-width:before{content:"\f035";}
.icon-align-left:before{content:"\f036";}
.icon-align-center:before{content:"\f037";}
.icon-align-right:before{content:"\f038";}
.icon-align-justify:before{content:"\f039";}
.icon-list:before{content:"\f03a";}
.icon-indent-left:before{content:"\f03b";}
.icon-indent-right:before{content:"\f03c";}
.icon-facetime-video:before{content:"\f03d";}
.icon-picture:before{content:"\f03e";}
.icon-pencil:before{content:"\f040";}
.icon-map-marker:before{content:"\f041";}
.icon-adjust:before{content:"\f042";}
.icon-tint:before{content:"\f043";}
.icon-edit:before{content:"\f044";}
.icon-share:before{content:"\f045";}
.icon-check:before{content:"\f046";}
.icon-move:before{content:"\f047";}
.icon-step-backward:before{content:"\f048";}
.icon-fast-backward:before{content:"\f049";}
.icon-backward:before{content:"\f04a";}
.icon-play:before{content:"\f04b";}
.icon-pause:before{content:"\f04c";}
.icon-stop:before{content:"\f04d";}
.icon-forward:before{content:"\f04e";}
.icon-fast-forward:before{content:"\f050";}
.icon-step-forward:before{content:"\f051";}
.icon-eject:before{content:"\f052";}
.icon-chevron-left:before{content:"\f053";}
.icon-chevron-right:before{content:"\f054";}
.icon-plus-sign:before{content:"\f055";}
.icon-minus-sign:before{content:"\f056";}
.icon-remove-sign:before{content:"\f057";}
.icon-ok-sign:before{content:"\f058";}
.icon-question-sign:before{content:"\f059";}
.icon-info-sign:before{content:"\f05a";}
.icon-screenshot:before{content:"\f05b";}
.icon-remove-circle:before{content:"\f05c";}
.icon-ok-circle:before{content:"\f05d";}
.icon-ban-circle:before{content:"\f05e";}
.icon-arrow-left:before{content:"\f060";}
.icon-arrow-right:before{content:"\f061";}
.icon-arrow-up:before{content:"\f062";}
.icon-arrow-down:before{content:"\f063";}
.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
.icon-resize-full:before{content:"\f065";}
.icon-resize-small:before{content:"\f066";}
.icon-plus:before{content:"\f067";}
.icon-minus:before{content:"\f068";}
.icon-asterisk:before{content:"\f069";}
.icon-exclamation-sign:before{content:"\f06a";}
.icon-gift:before{content:"\f06b";}
.icon-leaf:before{content:"\f06c";}
.icon-fire:before{content:"\f06d";}
.icon-eye-open:before{content:"\f06e";}
.icon-eye-close:before{content:"\f070";}
.icon-warning-sign:before{content:"\f071";}
.icon-plane:before{content:"\f072";}
.icon-calendar:before{content:"\f073";}
.icon-random:before{content:"\f074";}
.icon-comment:before{content:"\f075";}
.icon-magnet:before{content:"\f076";}
.icon-chevron-up:before{content:"\f077";}
.icon-chevron-down:before{content:"\f078";}
.icon-retweet:before{content:"\f079";}
.icon-shopping-cart:before{content:"\f07a";}
.icon-folder-close:before{content:"\f07b";}
.icon-folder-open:before{content:"\f07c";}
.icon-resize-vertical:before{content:"\f07d";}
.icon-resize-horizontal:before{content:"\f07e";}
.icon-bar-chart:before{content:"\f080";}
.icon-twitter-sign:before{content:"\f081";}
.icon-facebook-sign:before{content:"\f082";}
.icon-camera-retro:before{content:"\f083";}
.icon-key:before{content:"\f084";}
.icon-gears:before,.icon-cogs:before{content:"\f085";}
.icon-comments:before{content:"\f086";}
.icon-thumbs-up-alt:before{content:"\f087";}
.icon-thumbs-down-alt:before{content:"\f088";}
.icon-star-half:before{content:"\f089";}
.icon-heart-empty:before{content:"\f08a";}
.icon-signout:before{content:"\f08b";}
.icon-linkedin-sign:before{content:"\f08c";}
.icon-pushpin:before{content:"\f08d";}
.icon-external-link:before{content:"\f08e";}
.icon-signin:before{content:"\f090";}
.icon-trophy:before{content:"\f091";}
.icon-github-sign:before{content:"\f092";}
.icon-upload-alt:before{content:"\f093";}
.icon-lemon:before{content:"\f094";}
.icon-phone:before{content:"\f095";}
.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
.icon-bookmark-empty:before{content:"\f097";}
.icon-phone-sign:before{content:"\f098";}
.icon-twitter:before{content:"\f099";}
.icon-facebook:before{content:"\f09a";}
.icon-github:before{content:"\f09b";}
.icon-unlock:before{content:"\f09c";}
.icon-credit-card:before{content:"\f09d";}
.icon-rss:before{content:"\f09e";}
.icon-hdd:before{content:"\f0a0";}
.icon-bullhorn:before{content:"\f0a1";}
.icon-bell:before{content:"\f0a2";}
.icon-certificate:before{content:"\f0a3";}
.icon-hand-right:before{content:"\f0a4";}
.icon-hand-left:before{content:"\f0a5";}
.icon-hand-up:before{content:"\f0a6";}
.icon-hand-down:before{content:"\f0a7";}
.icon-circle-arrow-left:before{content:"\f0a8";}
.icon-circle-arrow-right:before{content:"\f0a9";}
.icon-circle-arrow-up:before{content:"\f0aa";}
.icon-circle-arrow-down:before{content:"\f0ab";}
.icon-globe:before{content:"\f0ac";}
.icon-wrench:before{content:"\f0ad";}
.icon-tasks:before{content:"\f0ae";}
.icon-filter:before{content:"\f0b0";}
.icon-briefcase:before{content:"\f0b1";}
.icon-fullscreen:before{content:"\f0b2";}
.icon-group:before{content:"\f0c0";}
.icon-link:before{content:"\f0c1";}
.icon-cloud:before{content:"\f0c2";}
.icon-beaker:before{content:"\f0c3";}
.icon-cut:before{content:"\f0c4";}
.icon-copy:before{content:"\f0c5";}
.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
.icon-save:before{content:"\f0c7";}
.icon-sign-blank:before{content:"\f0c8";}
.icon-reorder:before{content:"\f0c9";}
.icon-list-ul:before{content:"\f0ca";}
.icon-list-ol:before{content:"\f0cb";}
.icon-strikethrough:before{content:"\f0cc";}
.icon-underline:before{content:"\f0cd";}
.icon-table:before{content:"\f0ce";}
.icon-magic:before{content:"\f0d0";}
.icon-truck:before{content:"\f0d1";}
.icon-pinterest:before{content:"\f0d2";}
.icon-pinterest-sign:before{content:"\f0d3";}
.icon-google-plus-sign:before{content:"\f0d4";}
.icon-google-plus:before{content:"\f0d5";}
.icon-money:before{content:"\f0d6";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-columns:before{content:"\f0db";}
.icon-sort:before{content:"\f0dc";}
.icon-sort-down:before{content:"\f0dd";}
.icon-sort-up:before{content:"\f0de";}
.icon-envelope:before{content:"\f0e0";}
.icon-linkedin:before{content:"\f0e1";}
.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
.icon-legal:before{content:"\f0e3";}
.icon-dashboard:before{content:"\f0e4";}
.icon-comment-alt:before{content:"\f0e5";}
.icon-comments-alt:before{content:"\f0e6";}
.icon-bolt:before{content:"\f0e7";}
.icon-sitemap:before{content:"\f0e8";}
.icon-umbrella:before{content:"\f0e9";}
.icon-paste:before{content:"\f0ea";}
.icon-lightbulb:before{content:"\f0eb";}
.icon-exchange:before{content:"\f0ec";}
.icon-cloud-download:before{content:"\f0ed";}
.icon-cloud-upload:before{content:"\f0ee";}
.icon-user-md:before{content:"\f0f0";}
.icon-stethoscope:before{content:"\f0f1";}
.icon-suitcase:before{content:"\f0f2";}
.icon-bell-alt:before{content:"\f0f3";}
.icon-coffee:before{content:"\f0f4";}
.icon-food:before{content:"\f0f5";}
.icon-file-text-alt:before{content:"\f0f6";}
.icon-building:before{content:"\f0f7";}
.icon-hospital:before{content:"\f0f8";}
.icon-ambulance:before{content:"\f0f9";}
.icon-medkit:before{content:"\f0fa";}
.icon-fighter-jet:before{content:"\f0fb";}
.icon-beer:before{content:"\f0fc";}
.icon-h-sign:before{content:"\f0fd";}
.icon-plus-sign-alt:before{content:"\f0fe";}
.icon-double-angle-left:before{content:"\f100";}
.icon-double-angle-right:before{content:"\f101";}
.icon-double-angle-up:before{content:"\f102";}
.icon-double-angle-down:before{content:"\f103";}
.icon-angle-left:before{content:"\f104";}
.icon-angle-right:before{content:"\f105";}
.icon-angle-up:before{content:"\f106";}
.icon-angle-down:before{content:"\f107";}
.icon-desktop:before{content:"\f108";}
.icon-laptop:before{content:"\f109";}
.icon-tablet:before{content:"\f10a";}
.icon-mobile-phone:before{content:"\f10b";}
.icon-circle-blank:before{content:"\f10c";}
.icon-quote-left:before{content:"\f10d";}
.icon-quote-right:before{content:"\f10e";}
.icon-spinner:before{content:"\f110";}
.icon-circle:before{content:"\f111";}
.icon-mail-reply:before,.icon-reply:before{content:"\f112";}
.icon-github-alt:before{content:"\f113";}
.icon-folder-close-alt:before{content:"\f114";}
.icon-folder-open-alt:before{content:"\f115";}
.icon-expand-alt:before{content:"\f116";}
.icon-collapse-alt:before{content:"\f117";}
.icon-smile:before{content:"\f118";}
.icon-frown:before{content:"\f119";}
.icon-meh:before{content:"\f11a";}
.icon-gamepad:before{content:"\f11b";}
.icon-keyboard:before{content:"\f11c";}
.icon-flag-alt:before{content:"\f11d";}
.icon-flag-checkered:before{content:"\f11e";}
.icon-terminal:before{content:"\f120";}
.icon-code:before{content:"\f121";}
.icon-reply-all:before{content:"\f122";}
.icon-mail-reply-all:before{content:"\f122";}
.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
.icon-location-arrow:before{content:"\f124";}
.icon-crop:before{content:"\f125";}
.icon-code-fork:before{content:"\f126";}
.icon-unlink:before{content:"\f127";}
.icon-question:before{content:"\f128";}
.icon-info:before{content:"\f129";}
.icon-exclamation:before{content:"\f12a";}
.icon-superscript:before{content:"\f12b";}
.icon-subscript:before{content:"\f12c";}
.icon-eraser:before{content:"\f12d";}
.icon-puzzle-piece:before{content:"\f12e";}
.icon-microphone:before{content:"\f130";}
.icon-microphone-off:before{content:"\f131";}
.icon-shield:before{content:"\f132";}
.icon-calendar-empty:before{content:"\f133";}
.icon-fire-extinguisher:before{content:"\f134";}
.icon-rocket:before{content:"\f135";}
.icon-maxcdn:before{content:"\f136";}
.icon-chevron-sign-left:before{content:"\f137";}
.icon-chevron-sign-right:before{content:"\f138";}
.icon-chevron-sign-up:before{content:"\f139";}
.icon-chevron-sign-down:before{content:"\f13a";}
.icon-html5:before{content:"\f13b";}
.icon-css3:before{content:"\f13c";}
.icon-anchor:before{content:"\f13d";}
.icon-unlock-alt:before{content:"\f13e";}
.icon-bullseye:before{content:"\f140";}
.icon-ellipsis-horizontal:before{content:"\f141";}
.icon-ellipsis-vertical:before{content:"\f142";}
.icon-rss-sign:before{content:"\f143";}
.icon-play-sign:before{content:"\f144";}
.icon-ticket:before{content:"\f145";}
.icon-minus-sign-alt:before{content:"\f146";}
.icon-check-minus:before{content:"\f147";}
.icon-level-up:before{content:"\f148";}
.icon-level-down:before{content:"\f149";}
.icon-check-sign:before{content:"\f14a";}
.icon-edit-sign:before{content:"\f14b";}
.icon-external-link-sign:before{content:"\f14c";}
.icon-share-sign:before{content:"\f14d";}
.icon-compass:before{content:"\f14e";}
.icon-collapse:before{content:"\f150";}
.icon-collapse-top:before{content:"\f151";}
.icon-expand:before{content:"\f152";}
.icon-euro:before,.icon-eur:before{content:"\f153";}
.icon-gbp:before{content:"\f154";}
.icon-dollar:before,.icon-usd:before{content:"\f155";}
.icon-rupee:before,.icon-inr:before{content:"\f156";}
.icon-yen:before,.icon-jpy:before{content:"\f157";}
.icon-renminbi:before,.icon-cny:before{content:"\f158";}
.icon-won:before,.icon-krw:before{content:"\f159";}
.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
.icon-file:before{content:"\f15b";}
.icon-file-text:before{content:"\f15c";}
.icon-sort-by-alphabet:before{content:"\f15d";}
.icon-sort-by-alphabet-alt:before{content:"\f15e";}
.icon-sort-by-attributes:before{content:"\f160";}
.icon-sort-by-attributes-alt:before{content:"\f161";}
.icon-sort-by-order:before{content:"\f162";}
.icon-sort-by-order-alt:before{content:"\f163";}
.icon-thumbs-up:before{content:"\f164";}
.icon-thumbs-down:before{content:"\f165";}
.icon-youtube-sign:before{content:"\f166";}
.icon-youtube:before{content:"\f167";}
.icon-xing:before{content:"\f168";}
.icon-xing-sign:before{content:"\f169";}
.icon-youtube-play:before{content:"\f16a";}
.icon-dropbox:before{content:"\f16b";}
.icon-stackexchange:before{content:"\f16c";}
.icon-instagram:before{content:"\f16d";}
.icon-flickr:before{content:"\f16e";}
.icon-adn:before{content:"\f170";}
.icon-bitbucket:before{content:"\f171";}
.icon-bitbucket-sign:before{content:"\f172";}
.icon-tumblr:before{content:"\f173";}
.icon-tumblr-sign:before{content:"\f174";}
.icon-long-arrow-down:before{content:"\f175";}
.icon-long-arrow-up:before{content:"\f176";}
.icon-long-arrow-left:before{content:"\f177";}
.icon-long-arrow-right:before{content:"\f178";}
.icon-apple:before{content:"\f179";}
.icon-windows:before{content:"\f17a";}
.icon-android:before{content:"\f17b";}
.icon-linux:before{content:"\f17c";}
.icon-dribbble:before{content:"\f17d";}
.icon-skype:before{content:"\f17e";}
.icon-foursquare:before{content:"\f180";}
.icon-trello:before{content:"\f181";}
.icon-female:before{content:"\f182";}
.icon-male:before{content:"\f183";}
.icon-gittip:before{content:"\f184";}
.icon-sun:before{content:"\f185";}
.icon-moon:before{content:"\f186";}
.icon-archive:before{content:"\f187";}
.icon-bug:before{content:"\f188";}
.icon-vk:before{content:"\f189";}
.icon-weibo:before{content:"\f18a";}
.icon-renren:before{content:"\f18b";}