/*
Theme Name: Netix - Premium WordPress Landing Page
Theme URI: http://netix-wp.webfactoryltd.com/
Description: Premium WordPress Landing Page Theme. Highly customizable front page will allow you to put <strong>your product</strong> in the focus. Please send all support requests via the <a target="_blank" href="http://themeforest.net/user/WebFactory#from">contact form</a>.
Version: 1.45
License: Proprietary Envato
License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/
Author: WebFactory
Author URI: http://www.webfactoryltd.com/
Tags: responsive, landing-page, theme-customizer, blue, simple, product-features, product-oriented, font-icons
*/

/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#WP specific
	#WP gallery
	#Tabs
	#Forms
	#Misc
	#Site Styles
	#Media Queries
*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
                border-spacing: 0px; }
  /* p:empty { display: none; } */

/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { 
		color:#999!important;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 13px!important;
	}

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong, b { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { 
		font-size: 35px!important;
		line-height: 43px!important;
		color: #777;
		font-style: normal
	}
	blockquote p { 
		margin-bottom:0!important
	}
	blockquote { 
		margin: 0 0 0 0;
		padding: 9px 20px 0 19px;
		clear: both;
		text-align: center
	}
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
	
	.nivo-directionNav {display:none!important}


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 6px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 20px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	/* li { line-height: 18px; margin-bottom: 12px; } */
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
		
	img {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
	
	.button.small {
		padding: 4px 8px;
		font-size:11px;
		height:25px;
		line-height:25px
	}
	
	code, pre {
		background: whiteSmoke;
		border: 1px solid #DADADA;
		font-size: 11px;
		line-height: 1.3em;
		overflow: auto;
		padding: 11px;
		font-weight: inherit;
		margin: 22px 0 22px 0;
		overflow-x: auto;
		white-space: pre-wrap;
		word-wrap: break-word;
		display: block
	}

	
/* #WP specific
================================================== */
.bypostauthor {}
.wp-caption {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright {float:right;margin: 5px 2px 0px 10px}
.alignleft {float:left;margin: 5px 10px 0px 2px}
.aligncenter {
	margin: 10px auto
}
.alignright img, .alignleft img, .aligncenter img {
	border:1px solid #000
}
#respond {}
.format-status .post-title {
}

#sidebar .widget {
	clear:both;
	display:block;
	margin:0 0 35px 0
} 

.post-meta {
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	font-weight: normal;
	line-height: 15px;
	margin: 0 0 15px 0;
	padding: 10px 0;
	text-transform: uppercase;
}

.post-navigation {
	margin-bottom: 45px;
}

.left {
	float: left!important;
}

.right {
	float: right!important;
}

/*-- WP comments --*/

#commentform p {
  margin-bottom:5px
}

#commentform p.comment-notes, #commentform p.form-allowed-tags {
  margin-bottom:25px;
  font-size:13px
}

#commentform label {
  margin:5px 0 5px 0;
  display: inline-block;
  zoom: 1;
	*display:inline;
  cursor:pointer;
  font-size:11px;
  text-transform:uppercase;
}

#comment-area {
  margin:0 0 10px 0;
}

#comment-area h3 {
  font-size: 15px;
  text-transform:uppercase;
  letter-spacing:1px;
  margin: 10px 0 0 0;
  padding: 10px 0 10px 0;
}

.comment-meta {
	margin-top:3px
}

#reply-title small {
	display:block;
	font-size:11px
}

#comment {
  width:96%;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding:10px;
  margin:-2px 0 10px 0
}

p.comment-form-comment {
  margin-top:15px
}

img.avatar {
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 1px #999999;
  float:left;
  margin:0 7px 0 0;
}

ul.commentlist {
  background: #f1f1f1;
  display: block;
  float: left;
  list-style: none;
  margin: 10px 0;
  padding: 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  width:96%
}

ul.commentlist li {
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  color: #111111;
  display: block;
  float: left;
  font-size: 11px;
  margin: 3px 0;
  padding: 10px;
  width: 97%;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

ul.commentlist li p {
  line-height: 18px!important;
  font-style:normal;
  margin:8px 0 5px 0;
  overflow:hidden;
  color:#666666;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}

.form-allowed-tags code {
  margin:5px 0 0 0
}

/* Comments pagination */
 
.comments-pagination {
  display:block;
  width:100%;
  clear:both
}

code, pre {
	font-family: Consolas,Monaco,"Courier New",Courier,monospace;
}

code, pre {
	background: whiteSmoke;
	border: 1px solid #DADADA;
	font-size: 11px;
	line-height: 1.3em;
	overflow: auto;
	padding: 11px;
	font-weight: inherit;
	margin: 22px 0 22px 0;
	overflow-x: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	display: block
}


/* `WP gallery
----------------------------------------------------------------------------------------------------*/

#screenshots {
	text-align: center
}

ul#screenshot-list {
	list-style:none;
	margin:0;
	width:100%
}

ul#screenshot-list li {
  text-align:left!important;
  float:left;
  margin: 0 6% 25px 0;
  list-style:none;
 vertical-align: top;
 width: 15%;
}

.wp-caption-text {
	clear: both;
	font-size: 13px;
	line-height: 17px;
	padding: 8px 0 5px 0;
	text-align: center;
	width: 100%
}

ul#screenshot-list li img {
	border:5px solid #fff;
	-moz-box-shadow: 0 0 5px 3px rgba(153, 153, 153, 0.2);
	-webkit-box-shadow: 0 0 5px 3px rgba(153, 153, 153, 0.2);
	box-shadow: 0 0 5px 3px rgba(153, 153, 153, 0.2);
	 float:left;
}

ul#screenshot-list li span {
	float:left;
}

ul#screenshot-list li img:hover {
	border:5px solid #999
}

.last {
	margin-right:0!important
}

/* #Tabs (activate in tabs.js)
----------------------------------------------------------------------------------------------------*/
	ul.tabs {
		display: block;
		margin: 30px 0 15px 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #f5f5f5;
		font-size: 13px; }
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }


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

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background-color: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 0px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .container                                  { width: 720px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 25px; }
        .container .two.columns                     { width: 70px; }
        .container .three.columns                   { width: 115px; }
        .container .four.columns                    { width: 160px; }
        .container .five.columns                    { width: 205px; }
        .container .six.columns                     { width: 250px; }
        .container .seven.columns                   { width: 295px; }
        .container .eight.columns                   { width: 340px; }
        .container .nine.columns                    { width: 385px; }
        .container .ten.columns                     { width: 430px; }
        .container .eleven.columns                  { width: 475px; }
        .container .twelve.columns                  { width: 520px; }
        .container .thirteen.columns                { width: 565px; }
        .container .fourteen.columns                { width: 610px; }
        .container .fifteen.columns                 { width: 655px; }
        .container .sixteen.columns                 { width: 700px; }

        .container .one-third.column                { width: 220px; }
        .container .two-thirds.column               { width: 460px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 45px; }
        .container .offset-by-two                   { padding-left: 90px; }
        .container .offset-by-three                 { padding-left: 135px; }
        .container .offset-by-four                  { padding-left: 180px; }
        .container .offset-by-five                  { padding-left: 225px; }
        .container .offset-by-six                   { padding-left: 270px; }
        .container .offset-by-seven                 { padding-left: 315px; }
        .container .offset-by-eight                 { padding-left: 360px; }
        .container .offset-by-nine                  { padding-left: 405px; }
        .container .offset-by-ten                   { padding-left: 450px; }
        .container .offset-by-eleven                { padding-left: 495px; }
        .container .offset-by-twelve                { padding-left: 540px; }
        .container .offset-by-thirteen              { padding-left: 585px; }
        .container .offset-by-fourteen              { padding-left: 630px; }
        .container .offset-by-fifteen               { padding-left: 675px; }

    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 479px) {
        .container { width: 320px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 320px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }

    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
	
	.gmap-canvas img {
		max-width: inherit!important;
		height: auto
	}

/* #Site Styles
================================================== */

body {
	background:url(./images/background.jpg) repeat
}

a, a:visited {
	color:#909090;
	text-decoration:none
}

a:hover {
	color:#676767;
	text-decoration:underline
}

#top-message {
	background-color: #343434;
	line-height: 24px;
	min-height: 27px;
	color: #E2E2E2;
	text-align: center;
	padding: 8px 0
}

#top-message p {
	margin:0;
	font-size:17px;
	text-shadow: 1px 1px 2px #111
}

#top-message .button {
	margin: 0 0 0 7px;
	height: 17px!important;
	Line-height: 19px;
	font-size: 12px
}

#close-open-top a {
	display:block;
	width:54px;
	height:48px;
	z-index:999;
	position:absolute;
	right:0;
	top:0;
}

#top-tools {
	height:68px;
	width:100%;
	background:url(./images/top-background.jpg) repeat-x
}

#top-tools h1 {
	font-size:40px;
	color:#fff;
	font-weight:800;
	text-shadow:1px 1px 1px #666;
	letter-spacing:-1px;
	position:relative;
	width:101px;
	height:36px;
	top:11px
}

#top-tools h1 a {
	width:101px;
	height:36px;
	display:block
}

#logo-small {
	float:left
}

#main-navigation {
	float:right;
	top:10px;
	position:relative;
	z-index:999
}

#menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu li {
	display: block;
	position: relative;
	float: left;
	margin:0 10px 0 0
}

#menu li ul {
	display: none;
	width:172px;
	margin-left:0
}

#menu li a {
	color:#8f8f8f;
	text-decoration:none;
	font-size:19px;
	padding:15px;
	text-transform:uppercase;
	display: block;
	white-space: nowrap
}

#menu li:hover a { color:#646464; background:#111 }

.sub-menu {
  // display: normal;
  // white-space: pre;
  // position: fixed;
	margin:-1px
}

#menu li a:hover, #menu li.current-menu-item a {
	color:#646464;
	text-decoration:none
}

#menu li a:hover {
	background:#111
}

#menu li:hover ul {
  display: block;
  position: absolute;
}
#menu li ul {
	background:#111;
	padding:15px
}
#menu li li a {
  float: none;
  font-size: 15px;
  display:block;
  padding:0
}
#menu li li a:hover {
	color:#555
}
#menu li li {  display:block; float:none; height:25px}
#menu li li a {  display:block; float:none; height:25px;}


#header {
	min-height:450px;
	width:100%;
}

.glow {
	background-image:url(./images/glow.png);
	background-repeat:no-repeat;
	background-position:bottom  right;
	height:100%
}

#logo {
	font-size:70px;
	color:#fff;
	font-weight:800;
	text-shadow:1px 1px 1px #666;
	letter-spacing:-1px;
	padding-top:68px;
	position:relative
}

#logo a {
	display:block
}

#header-left {
	float:left;
	width:30%;
	display: block;
	height:100%;
	line-height:26px
}

#header-left p {
	font-size:21px;
	color:#fff;
	font-weight:400;
	text-shadow:1px 1px 1px #333
}

a#calltoaction {
	width:279px;
	height:114px;
	background-image:url(./images/button.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display: block;
	margin-left:-24px;
	float:left;
	margin-top:15px
}

a:hover#calltoaction {
	background-image:url(./images/button-hover.png)
}

a:active#calltoaction {
	background-image:url(./images/button-active.png)
}


a#calltoaction-custom {
	display: block;
	float:left
}

a:hover#calltoaction-custom {
	opacity:0.9
}

a:active#calltoaction-custom {
	opacity:1
}

#header-right {
	float:right;
	margin-top:50px;
}

.header-video {
  width: 60%;
}

#slider {
	width:416px;
	height:267px;
	left: -113px;
	top: 17px;
	z-index:999
}

#laptop {
	width:646px;
	height:347px;
	background-image:url(./images/laptop.png);
	background-repeat:no-repeat;
	background-position:0 0;
	position:absolute;
	top:42px;
	right:0;
}

#tablet {
	width:511px;
	height:350px;
	background-image:url(./images/ipad.png);
	background-repeat:no-repeat;
	background-position:0 0;
	position:absolute;
	top:50px;
	right:0;
}

.tablet {
	left: -48px!important;
	top: 41px!important
}

.tablet .nivo-controlNav {
	bottom: -31px!important
}

#main-tagline {
	width:100%;
	height:84px;
	background-image:url(./images/ribbon-straight.png);
	background-repeat:repeat-x;
	background-position:0 0;
}

#main-tagline p {
	font-size: 34px;
	color: white;
	letter-spacing: -1px;
	text-align:center;
	line-height:84px;
	text-shadow:1px 1px 2px #111
}

.ribbon-center {
	position:relative;
	width:1061px;
	height:99px;
	background-image:url(./images/ribbon-center.png);
	background-repeat:no-repeat;
	background-position:0 0;
	top:-16px
}

.page #main-tagline .ribbon-center, .archive #main-tagline .ribbon-center, .search #main-tagline .ribbon-center {
	background:none;
	top:-3px
}

.page #main-tagline, .archive #main-tagline, .search #main-tagline {
	margin-top:-2px
}

.page #main-tagline p, .archive #main-tagline p, .search #main-tagline p {
	line-height:88px;
	text-align: left;
	margin-left: 50px
}

.search-query {
	font-style:italic
}

#main-tagline h1 {
	font-size: 34px;
	color: white;
	letter-spacing: -1px;
	text-align: left;
	line-height: 88px;
	text-shadow: 1px 1px 2px #111;
	margin-left: 49px
}

.home #main-tagline .ribbon-center {
	position:relative;
	width:1061px;
	height:99px;
	background-image:url(./images/ribbon-center.png);
	background-repeat:no-repeat;
	background-position:0 0;
	top:-16px
}

.home #main-tagline p {
	font-size: 34px;
	margin-left:0!important;
	color: white;
	letter-spacing: -1px;
	text-align:center!important;
	line-height:84px!important;
	text-shadow:1px 1px 2px #111
}

#content .container-exp {
	background:#f9f9f9;
	border-right:1px solid #f9f9f9;
	border-left:2px solid #f9f9f9;
	min-height:500px;
	box-shadow:0px 1px 2px #ccc;
	padding-top: 42px;
	padding-left:15px;
	padding-right:15px
}

.ribbon-fix {margin-top:-1px}

#hoverable-boxes {
	position: relative;
	width: 940px;
	height: auto;
	margin: 0 auto
}

#hoverable-boxes h3 {
	font-size:22px;
	font-weight:600;
	margin-bottom: 0
}

#hoverable-boxes p {
	color:#7e7e7e;
	padding-bottom:5px;
	margin-bottom: 2px;
	font-size: 15px;
}

#hoverable-boxes h3, #hoverable-boxes p {
	text-shadow:1px 1px #fff
}

#boxes-left, #boxes-right {
	z-index:1;
	height:100%
}

#boxes-left li, #boxes-right li {
	width:100%;
	margin: 0 0 18px 0;
	cursor: pointer
}

#boxes-left li {
	padding:5px 12px 5px 15px
}

#boxes-right li {
	padding:5px 15px 5px 12px
}

#boxes-left {
	padding:0;
	float:left;
	width:264px
}

#boxes-right {
	padding:0;
	float:left;
	width:264px
}

#boxes-left {
	top:0;
	left:0
}

#boxes-right {
	top:0;
	right:0;
	text-align:right
}

#boxes-left li.selected {
	background:#eaeaea
}

#boxes-right li.selected {
	background:#eaeaea
}

#box-centralbox {
	width: 350px;
	margin-left: 23px;
	float: left;
	height: 100%;
	z-index: 5;
	text-align: center;
	padding: 0 5px;
	display:block
}

.preloading {
	background-image:url(./images/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

#box-centralbox img {
	margin: 0;
	padding: 0;
	width: 360px;
	border: 5px solid #EAEAEA;
	-moz-box-shadow: 0 0 5px 3px rgba(153, 153, 153, 0.2);
	-webkit-box-shadow: 0 0 5px 3px rgba(153, 153, 153, 0.2);
	box-shadow: 0 0 5px 3px rgba(153, 153, 153, 0.2);
	height: 315px;
	position: relative
}

.vertical-spacer {
	clear:both;
	height:38px;
	background:transparent;
	border:0
}

.site-break {
	clear:both
}

.border-break {
	border-top: 1px solid #E0E0E0;
	clear: both;
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 15px
}

.border-break span {
	border-bottom: 1px solid #fff;
	clear: both;
	width: 100%;
	display: block;
	float: left
}

.site-break .ribbon-center {
	margin-left:-51px
}

.site-break p {
	font-size: 34px;
	color: white;
	letter-spacing: -1px;
	text-align: center;
	line-height: 84px;
	text-shadow: 1px 1px 2px #111;
}

.content-boxes  h5 {
	font-size:18px;
	margin-bottom: 5px;
	font-weight: 600
}

.content-boxes  h4 {
	font-size:23px;
	margin-bottom:10px;
	font-weight: 600
}

.content-boxes p {
	color:#7E7E7E;
	position:relative;
	font-size: 15px;
	margin-bottom: 20px;
}

#newsletter {
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	background:#f1f1f1;
	height:75px;
	line-height:75px;
	margin:25px 0 40px 0
}

#newsletter p {
	text-indent:20px;
	font-size:16px;
	float:left;
	width:52%
}

#newsletterform {
	float:right;
	width:45%;
	margin:14px 0 0 0
}

#newsletterform div {
	float:right;
	margin-right:20px
}

#newsletter-email {
	float:left;
	border-radius:8px;
	padding:15px 100px 14px 22px;
	margin-right:-8px;
}

#button-newsletter {
	float:left;
	background:url(./images/newsletter-button.png) no-repeat;
	width:57px;
	height:47px;
	position:relative;
	text-indent:-99999px
}

#button-newsletter:hover {
	background:url(./images/newsletter-button-hover.png) no-repeat
}

#button-newsletter:active {
	background:url(./images/newsletter-button-active.png) no-repeat
}

.font-icon {
	font-size: 54px;
	float: left;
	margin-right: 15px;
	color:#b3b3b3;
	line-height: 45px !important
}

#twitter-feed {
	width: 993px;
	background-color: #F1F1F1;
	background-image: url(./images/twitter.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	min-height: 50px;
	line-height: 50px;
	margin-left: -17px;
	position:absolute;
	bottom:0
}

.no-twitter {
	background-image:none!important;
}

to-top-container {
	position:absolute;
	bottom:0
}

#twitter-feed .loader {
	margin-bottom:-3px
}

#twitter-feed p {
	margin-left:62px;
	margin-bottom:0;
	float: left
}

#twitter-feed ul {
	margin:0
}

#twitter-feed ul li{
	margin:0;
	padding-top: 15px
}

#copy {
	float:left
}

#copy p {
	margin-top:12px;
	margin-bottom:15px;
	font-size:15px
}

#social {
	float:right;
	margin-top:15px
}

#social-list {
	list-style:none;
	margin:0
}

#social-list li {
	display:inline-block;
	margin:0 5px 0 0
}

#to-top {
	position: absolute;
	right: 0px;
	font-size: 17px;
	text-transform: uppercase;
	top: 1px;
	background: white;
	width: 45px;
	height: 49px;
	text-align: center;
	-moz-box-shadow: 0 0 0px 1px rgba(153, 153, 153, 0.2);
	-webkit-box-shadow: 0 0 0px 1px rgba(153, 153, 153, 0.2);
	box-shadow: 0 0 0px 1px rgba(153, 153, 153, 0.2)
}

a:hover#to-top {
	text-decoration:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.theme {
	background-color:#303030
}

h1,h2,h3,h4,h5,h6,a,a:visited,.font-icon {
	color:#303030
}

#header-video {
	margin-top:9px
}

/* #Media Queries
================================================== */

/* Desktops and laptops ----------- */

#primary_menu_mobile { display:none; }  /* mobile menu immer aus - ersetzt durch Responsive Menu plugin */


/* Smaller than standard 1079 (devices and browsers) - a litte bit more as ribbon-center.png (width 1061px) */
@media only screen and (max-width: 1079px) {

		.options-panel-closed {display:none!important}
/*
		#main-tagline .ribbon-center {
			left: -32px
			text-align:center
		}
*/
		#main-tagline .ribbon-center {
			display: block;
			width: 720px!important;
			background-image: none!important;
			left: 0
		}

		.ribbon-center  {
			overflow:hidden;
			width: 993px;
		}
		
		#header-left {
			margin-left: 30px;
		}
		
		.site-break .ribbon-center {
			margin-left: -17px;
			background-image: url(./images/ribbon-straight.png);
			background-repeat: repeat-x;
			background-position: 0 0;
		}
		
		#main-tagline .ribbon-center {
			display: block;
			/* width: 993px; */
			background-image: none!important;
			left: 0
		}
		
		#main-tagline p {
			margin-top: 14px
		}
		
	}

	/* Smaller than standard 1023 (devices and browsers) */
	@media only screen and (max-width: 1023px) {
	.options-panel-closed {display:none!important}
	}

	/* Tablet Portrait size to standard 1023 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 1023px) {

	 .site-break .ribbon-center {
		margin-left: -2px!important;
		/* width:423px!important */
	 }

         #main-tagline .ribbon-center {
		display: block;
		/* width: 420px!important; */
		background-image: none!important;
		left: 0
	 }
/*
	 #main-tagline p {
		font-size: 24px!important;
		text-align: center!important;
		width: 380px!important;
		line-height: 31px;
		margin-top: 38px
	 }
*/
		#twitter-feed {
			width: 753px;
			/* padding-bottom: 15px; */
			/* margin-left:0; */
			margin-left: -17;
			/* line-height:65px; */
                        min-height: 50px;
                        line-height: 50px;
		}
		
		#twitter-feed p {
			width:62%
		}

	 #copy p {
		width: 430px!important
	 }
        }

	/* for main navigation menu */
	@media only screen and (max-width: 767px) {

		#menu, div#main-navigation {
			display:none;
		}	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 1023px) {

		#top-message, #close-open-top, #laptop, #tablet, #newsletter, #slider, #header-video, #hoverable-boxes, /* #main-tagline .ribbon-center, */ .main-features, .first-ribbon, #sidebar, #comment-area {
			display:none;
		}	

                #header-right { display:none; }
                #header-left {
		        width: 90%;
		        text-align: center;
		}
		#header {
			min-height: 324px
		}
		#logo {
			padding-top: 26px!important;
		}

		.options-panel-closed {display:none!important}
		.page .content-boxes {margin-bottom:0}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	.options-panel-closed {display:none!important}

		#main-tagline h1 {
			font-size: 25px;
			color: white;
			letter-spacing: -1px;
			text-align: left;
			line-height: 88px;
			text-shadow: 1px 1px 2px #111;
			margin-left: -11px;
			position: relative;
			z-index: 99999;
		}
		
		#twitter-feed {
			width: 453px;
			margin-left: -17px
                        min-height: 50px;
                        line-height: 50px;
		}

		#to-top  {
			bottom:1px!important;
			top:auto!important;
		}
		#twitter-feed ul li {
			margin: 0;
			padding-top: 7px;
			padding-right:60px;
			padding-bottom: 10px
		}
		
		ul#screenshot-list li.last {
			margin-right: 15px!important
		}
		
		ul#screenshot-list li img {
			width: 150px;
			height: auto
		}
		
		.site-break .ribbon-center {
			margin-left: -17px;
			background-image: url(./images/ribbon-straight.png);
			background-repeat: repeat-x;
			background-position: 0 0;
			width:453px
		}
		
		.glow {background:none}
		
		#header-left {
			width: 90%;
			text-align: center;
		}

		#header-left p {
			font-size: 24px;
			text-align: center;
			line-height: 30px!important;
			margin-bottom: 10px
		}

		#logo {
			padding-top: 26px!important;
			text-align: center;
		}

		#header {
			min-height: 342px
		}

                /*		
		#logo {
			margin-left: 61px;
			padding-top: 42px
		}
                */

		#header-left p {
			font-size: 24px;
			text-align: center;
			line-height: 30px!important;
			margin-bottom: 10px
		}

		#main-tagline .ribbon-center {
			display: block;
			width: 400px!important;
			background-image: none!important;
			left: 0
		}
		
		#main-tagline p {
			font-size: 24px!important;
			text-align: center!important;
			line-height: 31px!important;
			margin-top: 38px!important;
		}
		
		.home #main-tagline p {
			font-size: 24px!important;
			text-align: center!important;
			line-height: 31px!important;
			margin-top: 38px!important;
		}

		a#calltoaction {
			margin-left: 48px!important;
		}

	        ul#screenshot-list {
			text-align:center
		}
		
		ul#screenshot-list li {
			text-align: left!important;
			float: left;
			margin: 0 0 15px 0;
			list-style: none;
			vertical-align: top;
			width: 100%;
		}
		
		.gallery-icon {
			text-align:center
		}
		
		ul#screenshot-list li img {
			float: none;
			width: 50%
		}
		
		ul#screenshot-list li a {
			pointer-events: none;
			cursor: default
		}
		
		.wp-caption-text {
			padding: 8px 0 15px 19px;
			width: 90%;
		}
		
		.content-boxes h5 {
			text-align:left;
			padding-left:25px
		}
		
		.content-boxes p {
			padding: 0 25px;
			text-align: left
		}
		
		.content-boxes h4 {
			text-align:left;
			padding-left:1px
		}
		
	}

        @media only screen and (min-width: 768px) and (max-width: 1023px) {

		a#calltoaction {
			margin-left: 180px!important;
		}

        }

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
		.options-panel-closed {display:none!important}

		#header-left {
			width: 80%;
		}

		#logo {
			padding-top: 26px;
			margin-left: 12px;
		}

		#header {
			min-height: 324px
		}

                /*
		#logo {
			margin-left: 12px
		}
                */
		
		#header-left p {
			font-size: 24px;
			text-align: center;
			line-height: 30px;
			margin-bottom: 10px
		}
		
		#main-tagline .ribbon-center {
			display: block;
			width: 304px!important;
			background-image: none!important;
			left: 0
		}
		
		#main-tagline p {
			font-size: 24px;
			text-align: center;
			line-height: 31px;
			width: 257px;
			margin-top: 25px;
			padding: 0 20px
		}

		#main-tagline h1 {
			font-size: 25px;
			color: white;
			letter-spacing: -1px;
			text-align: left;
			line-height: 88px;
			text-shadow: 1px 1px 2px #111;
			margin-left: 5px
		}
		
		.home #main-tagline p {
			font-size: 24px;
			text-align: center;
			line-height: 31px!important;
			width: 257px;
			margin-top: 25px;
			padding: 0 20px
}
		
		.content-boxes {
			margin-left:-5px;
			text-align:center
		}
		
		.ribbon-center {
			overflow: hidden;
			width: 304px
		}

		#twitter-feed {
			width: 320px;
			/* padding-bottom: 15px; */
			margin-left:0;
			/* margin-left: -17; */
                        min-height: 50px;
                        line-height: 50px;
		}
		
		ul.tabs-content {
			display: block;
			text-align: left;
			margin-left: 10px
		}
				
	        #to-top  {
			bottom:1px!important;
			top:auto!important;
		}
		
		#to-top span {
			vertical-align:middle
		}
		
		#twitter-feed p {
			width:62%
		}
		
		#content .container-exp {
			/* width: 301px; */
			padding-left:0;
			padding-right:0
		}
		
		#copy {
			float: left;
			text-align: left;
			width: 198px;
			margin-left: 17px
		}
		
		.site-break .ribbon-center {
			margin-left: -2px;
			background-image: url(./images/ribbon-straight.png);
			background-repeat: repeat-x;
			background-position: 0 0
		}
		
		.content-boxes p {
			padding: 0 25px;
			text-align: left
		}
		
		.content-boxes h4 {
			text-align:left;
			margin-left:25px
		}
				
		ul#screenshot-list {
			text-align:center
		}
		
		ul#screenshot-list li {
			text-align: left!important;
			float: left;
			margin: 0 0 15px 0;
			list-style: none;
			vertical-align: top;
			width: 100%;
		}
		
		.gallery-icon {
			text-align:center
		}
		
		ul#screenshot-list li img {
			float: none;
			width: 50%
		}
		
		ul#screenshot-list li a {
			pointer-events: none;
			cursor: default
		}
		
		.wp-caption-text {
			padding: 8px 0 15px 0;
		}
		
		.glow {background:none}
		
		blockquote cite {
			line-height:15px;
			text-align:center!important
		}
		blockquote, blockquote p {
			text-align:center!important
		}
	}
	

		
/* iPhone (landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px ) {
	#main-tagline .ribbon-center {
		width: 420px!important
	}

	#main-tagline h1 {margin-left: 0px}
}


/* iPad (portrait) */
@media (min-width: 768px) and (max-width: 1023px) {

/*
	#main-tagline .ribbon-center {
		width: 768px!important
	}
*/

	#main-tagline h1 {margin-left: 0px}
}

/* options panel
----------------------------------------------------------------------------------------------------*/

.options-panel {
	display: block;
	height: 630px;
	left: 0;
	padding: 15px 5px 10px 15px;
	position: fixed;
	top: 0;
	width: 199px;
	z-index: 999;
	background-color:#111111;
	-moz-border-radius:0 15px 15px 0;
	-webkit-border-radius:0 15px 15px 0;
	border-radius:0 15px 15px 0;
	text-transform:uppercase
}

.page .options-panel {
	height: 420px
}

.options-panel-closed {
	display: block;
	height: 104px;
	left: 0;
	padding: 15px 10px 10px 6px;
	position: fixed;
	top: 24px;
	width: 101px;
	z-index: 999;
	background-color: #111;
	-moz-border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	text-transform: uppercase;
	color:#AAA!important;
	text-align:center;
	-moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2)
}

span.customize {
	font-size: 11px;
	padding: 3px;
	background: #222;
	color: #B3B3B3!important;
	line-height: 16px;
	display:block;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}

.options-panel-closed .font-icon {
font-size: 54px;
float: none;
margin-right: 15px;
color: #B3B3B3;
line-height: 45px !important;
}

.options-panel-closed a {
display:block
}

.options-panel-closed span, .options-panel-closed a, #close-options span {
	text-decoration:none!important;
}

.options-panel-closed:hover {
	background-color: #222
}

.options-panel-closed:hover span.customize,.options-panel-closed:hover  .font-icon {
	color: #62aa3e!important
}

#close-options {
	position:absolute;
	top: 5px;
	right: -5px
}

.options-panel h4 {
	font-size:22px;
	margin:0 0 10px 0;
	color:#fff!important;
}

.options-panel p {
	color:#aaa;
	font-size:13px;
	margin:10px 0 10px 0;
	width: 100%;
	float:left
}

.options-panel ul {
	margin:0;
	list-style:none
}

.options-panel ul li {
	float: left;
	margin: 0 12px 2px 0;
	list-style: circle inside;
	padding: 0;
	width: 78px
}

.options-panel a {
}

.options-panel img {
	margin:0;
	padding:0
}

.options-panel ul li a {
}

.options-panel ul li a:hover {
}

.nocomments {
  font-style: italic;
}

.archive .post {
	margin-bottom: 50px
}