@charset "utf-8";
/* CSS Document */
/* This css uses over-qualified selectors which is not the best practice, but it is necessary to prevent themes overriding shortcode styles. */

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/* Used to set higher priority of css selectors. */
.pnq-shortcode {}

/* generic style */
.pnq-shortcode-align-left {
	text-align: left !important;
}
.pnq-shortcode-align-right {
	text-align: right !important;	
}
.pnq-shortcode-align-center {
	text-align: center !important;
}
.pnq-shortcode-margin-vertical-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;	
}
.pnq-shortcode-margin-vertical-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;	
}
.pnq-shortcode-margin-vertical-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;	
}
.pnq-shortcode-margin-vertical-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;	
}
.pnq-shortcode-margin-vertical-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;	
}
.pnq-shortcode-margin-vertical-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;	
}
.pnq-shortcode-margin-vertical-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;	
}
.pnq-shortcode-margin-vertical-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;	
}
.pnq-shortcode-margin-vertical-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;	
}
.pnq-shortcode-margin-vertical-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;	
}

.pnq-shortcode-padding-vertical-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;	
}
.pnq-shortcode-padding-vertical-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;	
}
.pnq-shortcode-padding-vertical-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;	
}
.pnq-shortcode-padding-vertical-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;	
}
.pnq-shortcode-padding-vertical-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;	
}
.pnq-shortcode-padding-vertical-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;	
}
.pnq-shortcode-padding-vertical-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;	
}
.pnq-shortcode-padding-vertical-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;	
}
.pnq-shortcode-padding-vertical-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;	
}
.pnq-shortcode-padding-vertical-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;	
}


.pnq-shortcode .pnq-column,
.pnq-shortcode .pnq-column:before,
.pnq-shortcode .pnq-column:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}



/** button **/
.pnq-shortcode .pnq-btn-default {
	border-width: 1px;
	text-decoration: none;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 3px 0;
}

.pnq-shortcode .pnq-btn-default i {
	color: inherit !important;
}

.pnq-shortcode .pnq-btn-size-xl {
	padding: 10px 15px;
	font-size: 16px;
}

.pnq-shortcode .pnq-btn-size-lg {
	padding: 6px 11px;
	font-size: 16px;
}

.pnq-shortcode .pnq-btn-size-nm {
	padding: 6px 11px;
	font-size: 14px;
}

.pnq-shortcode .pnq-btn-size-sm {
	padding: 2px 7px;
	font-size: 14px;
}

.pnq-shortcode .pnq-btn-size-xs {
	padding: 2px 7px;
	font-size: 12px;
}

.pnq-shortcode .pnq-btn-color-light {
	background-color: #fff;
	border-style: solid;
	border-color: #d1d1d1;
	color: #222;
}
.pnq-shortcode .pnq-btn-color-light:hover {
	background-color: #eee;
	color: #222;
}

.pnq-shortcode .pnq-btn-color-dark {
	background-color: #333;
	border-style: solid;
	border-color: #222;
	color: #fff;
}

.pnq-shortcode .pnq-btn-color-dark:hover {
	background-color: #444;
	color: #fff;
}

.pnq-shortcode .pnq-btn-color-success {
	background-color: #aad75d;
	border-style: solid;
	border-color: #a1cc58;
	color: #4d612a;
}

.pnq-shortcode .pnq-btn-color-success:hover {
	background-color: #a1cc58;
	color: #4d612a;
}

.pnq-shortcode .pnq-btn-color-info {
	background-color: #76c7f1;
	border-style: solid;
	border-color: #70bde5;
	color: #355a6d;
}

.pnq-shortcode .pnq-btn-color-info:hover {
	background-color: #70bde5;
	color: #355a6d;
}

.pnq-shortcode .pnq-btn-color-warning {
	background-color: #ef7777;
	border-style: solid;
	border-color: #e37171;
	color: #6c3636;
}

.pnq-shortcode .pnq-btn-color-warning:hover {
	background-color: #e37171;
	color: #6c3636;
}

.pnq-shortcode .pnq-btn-color-danger {
	background-color: #ffd330;
	border-style: solid;
	border-color: #f2c82e;
	color: #735f16;
}

.pnq-shortcode .pnq-btn-color-danger:hover {
	background-color: #f2c82e;
	color: #735f16;
}


/** icon **/
.pnq-shortcode .pnq-icon-size-xl {
	font-size: 30px;
}

.pnq-shortcode .pnq-icon-size-lg {
	font-size: 26px;
}

.pnq-shortcode .pnq-icon-size-nm {
	font-size: 22px;
}

.pnq-shortcode .pnq-icon-size-sm {
	font-size: 18px;
}

.pnq-shortcode .pnq-icon-size-xs {
	font-size: 14px;
}


/** label **/
.pnq-shortcode .pnq-label-default {
	font-size: 12px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1;
	padding: 3px 5px;
}

.pnq-shortcode .pnq-label-color-light {
	background-color: #eee;
	color: #222;
}

.pnq-shortcode .pnq-label-color-dark {
	background-color: #333;
	color: #fff;
}

.pnq-shortcode .pnq-label-color-success {
	background-color: #aad75d;
	color: #4d612a;
}

.pnq-shortcode .pnq-label-color-info {
	background-color: #76c7f1;
	color: #355a6d;
}

.pnq-shortcode .pnq-label-color-warning {
	background-color: #ef7777;
	color: #6c3636;
}

.pnq-shortcode .pnq-label-color-danger {
	background-color: #ffd330;
	color: #735f16;
}


/** alert **/
.pnq-shortcode .pnq-alert-default {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 15px;
	padding: 10px 20px;
	position: relative;
	font-size: 14px;
}

.pnq-shortcode .pnq-alert-dismiss {
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
	color: #222;
}

.pnq-shortcode .pnq-alert-color-dark .pnq-alert-dismiss {
	color: #fff;
}

.pnq-shortcode .pnq-alert-color-light {
	background-color: #fff;
	color: #222;
	border: 1px solid #d1d1d1;
}

.pnq-shortcode .pnq-alert-color-dark {
	background-color: #333;
	color: #fff;
	border: 1px solid #222;
}

.pnq-shortcode .pnq-alert-color-info {
	background-color: #76c7f1;


	color: #355a6d;
	border: 1px solid #70bde5;
}

.pnq-shortcode .pnq-alert-color-success {
	background-color: #aad75d;
	color: #4d612a;
	border: 1px solid #a1cc58;
}

.pnq-shortcode .pnq-alert-color-warning {
	background-color: #ef7777;
	color: #6c3636;
	border: 1px solid #e37171;
}

.pnq-shortcode .pnq-alert-color-danger {
	background-color: #ffd330;
	color: #735f16;
	border: 1px solid #f2c82e;
}


/** Tabs **/
.pnq-shortcode .pnq-tabs .pnq-tab-head,
.pnq-shortcode .pnq-tabs .pnq-tab-head li {
	margin: 0;
	padding: 0;
}

.pnq-shortcode .pnq-tabs-default {
	margin-bottom: 15px;
}

.pnq-shortcode .pnq-tabs-default .pnq-tab-head li {
	list-style-type: none;
	line-height: 1;
	display: inline-block;
	font-size: 14px;
}

.pnq-shortcode .pnq-tabs-default .pnq-tab-head li a {
	text-decoration: none;
	display: inline-block;
	padding: 7px 13px;
}

.pnq-shortcode .pnq-tabs-default .pnq-tab-body {
	font-size: 14px;
	padding: 10px 13px;
	margin-top: -1px;
}

.pnq-shortcode .pnq-tabs-color-light .pnq-tab-head li {
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}

.pnq-shortcode .pnq-tabs-color-light .pnq-tab-head li a {
	border-top: 3px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	background-color: #eee;
	color: #222;	
}

.pnq-shortcode .pnq-tabs-color-light .pnq-tab-body {
	border: 1px solid #d1d1d1;
}


.pnq-shortcode .pnq-tabs-color-dark .pnq-tab-head li {
	border-left: 1px solid #222;
	border-right: 1px solid #222;
}

.pnq-shortcode .pnq-tabs-color-dark .pnq-tab-head li a {	
	border-top: 3px solid #222;
	border-bottom: 1px solid #222;
	background-color: #333;
	color: #fff;
}

.pnq-shortcode .pnq-tabs-color-dark .pnq-tab-head .active a {
	color: #222;
}

.pnq-shortcode .pnq-tabs-color-dark .pnq-tab-body {
	border: 1px solid #222;
}


.pnq-shortcode .pnq-tabs-color-light .pnq-tab-head .active a,
.pnq-shortcode .pnq-tabs-color-dark .pnq-tab-head .active a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

.pnq-shortcode .pnq-tabs-color-light .pnq-tab-head .active a,
.pnq-shortcode .pnq-tabs-color-dark .pnq-tab-head .active a {
	border-top: 3px solid #222;	
}

.pnq-shortcode .pnq-tabs-color-light .pnq-tab-body,
.pnq-shortcode .pnq-tabs-color-dark .pnq-tab-body {
	background-color: #fff;
}


/** Progress **/
.pnq-shortcode .pnq-progress-default {
	background-color: #d1d1d1;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1.8;
	height: 26px;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

.pnq-shortcode .pnq-progress-bar {
	position: absolute;
}

.pnq-shortcode .pnq-progress-title,
.pnq-shortcode .pnq-progress-data {
	color: inherit;
	position: absolute;
}

.pnq-shortcode .pnq-progress-default .pnq-progress-bar {
	height: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

.pnq-shortcode .pnq-progress-default .pnq-progress-title {
	left: 15px;
}

.pnq-shortcode .pnq-progress-default .pnq-progress-data {
	right: 15px;
}

.pnq-shortcode .pnq-progress-color-light .pnq-progress-bar {
	background-color: #fff;
	color: #222;
}

.pnq-shortcode .pnq-progress-color-dark .pnq-progress-bar {
	background-color: #333;
	color: #fff;
}

.pnq-shortcode .pnq-progress-color-success .pnq-progress-bar {
	background-color: #aad75d;
	color: #4d612a;
}

.pnq-shortcode .pnq-progress-color-info .pnq-progress-bar {
	background-color: #76c7f1;
	color: #355a6d;
}

.pnq-shortcode .pnq-progress-color-warning .pnq-progress-bar {
	background-color: #ffd330;
	color: #735f16;
}

.pnq-shortcode .pnq-progress-color-danger .pnq-progress-bar {
	background-color: #ef7777;
	color: #6c3636;
}


/** Panel **/
.pnq-shortcode .pnq-panel-default {
	font-size: 14px;
	margin-bottom: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

.pnq-shortcode .pnq-panel-default .pnq-panel-title {
	padding-left: 13px;
	font-weight: bold;
	line-height: 2;
}

.pnq-shortcode .pnq-panel-default .pnq-panel-content {
	padding: 10px 13px;
}

.pnq-shortcode .pnq-panel-default .pnq-panel-footer {
	padding-left: 13px;
	font-size: 12px;
	line-height: 1.8;
}

.pnq-shortcode .pnq-panel-color-light {
	border: 1px solid #d1d1d1;
}

.pnq-shortcode .pnq-panel-color-light .pnq-panel-title {
	border-bottom: 1px solid #d1d1d1;
}

.pnq-shortcode .pnq-panel-color-light .pnq-panel-title,
.pnq-shortcode .pnq-panel-color-light .pnq-panel-content {
	background-color: #fff;
	color: #222;
}

.pnq-shortcode .pnq-panel-color-light .pnq-panel-footer {
	background-color: #eee;
	border-top: 1px solid #d1d1d1;
}


.pnq-shortcode .pnq-panel-color-dark {
	border: 1px solid #222;
}

.pnq-shortcode .pnq-panel-color-dark .pnq-panel-title {
	border-bottom: 1px solid #222;
	color: #fff;
}

.pnq-shortcode .pnq-panel-color-dark .pnq-panel-title,
.pnq-shortcode .pnq-panel-color-dark .pnq-panel-content {
	background-color: #fff;
	color: #222;
}

.pnq-shortcode .pnq-panel-color-dark .pnq-panel-footer {
	background-color: #333;
	border-top: 1px solid #222;
	color: #fff;
}


/** Collapse **/
.pnq-shortcode .pnq-collapse-default {
	font-size: 14px;
	margin-bottom: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	padding-top: 1px;
}

.pnq-shortcode .pnq-collapse-default .pnq-collapse-panel-title {
	font-weight: bold;
	line-height: 2;
	margin: 0;
	padding: 0;
}

.pnq-shortcode .pnq-collapse-default .pnq-collapse-panel-title i {
	margin-right: 2px;
}

.pnq-shortcode .pnq-collapse-default .pnq-collapse-panel-title a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	padding-left: 13px;
}

.pnq-shortcode .pnq-collapse-default .pnq-collapse-panel-content {
	padding: 10px 13px;
}

.pnq-shortcode .pnq-collapse-color-light .pnq-collapse-panel,
.pnq-shortcode .pnq-collapse-color-dark .pnq-collapse-panel {
	background-color: #fff;
	
	margin-top: -1px;
}

.pnq-shortcode .pnq-collapse-color-light .pnq-collapse-panel-title *,
.pnq-shortcode .pnq-collapse-color-light .pnq-collapse-panel-content,
.pnq-shortcode .pnq-collapse-color-dark .pnq-collapse-panel-title *,
.pnq-shortcode .pnq-collapse-color-dark .pnq-collapse-panel-content {
	color: #222;
}

.pnq-shortcode .pnq-collapse-color-light .pnq-collapse-panel {
	border: 1px solid #d1d1d1;
}

.pnq-shortcode .pnq-collapse-color-light .pnq-collapse-panel-title {
	border-bottom: 1px solid #d1d1d1;
}

.pnq-shortcode .pnq-collapse-color-light .active {
	background-color: #eee;
}

.pnq-shortcode .pnq-collapse-color-dark .pnq-collapse-panel {
	border: 1px solid #222;
}

.pnq-shortcode .pnq-collapse-color-dark .pnq-collapse-panel-title {
	background-color: #eee;
	border-bottom: 1px solid #222;
}

.pnq-shortcode .pnq-collapse-color-dark .active {
	background-color: #FFF;
}

.pnq-shortcode .pnq-collapse-color-dark .active * {
	color: #000;
}


/** Divider **/
.pnq-shortcode .pnq-divider {
	border-bottom-width: 2px;
	width: 100%;
	display: inline-block;
}

.pnq-shortcode .pnq-divider-default {
	border-bottom-style: solid;
}

.pnq-shortcode .pnq-divider-color-light {
	border-color: #929292
	;
}

.pnq-shortcode .pnq-divider-color-dark {
	border-color: #222;
}

.pnq-shortcode .pnq-divider-dotted {
	border-bottom-style: dotted;
}

.pnq-shortcode .pnq-divider-dashed {
	border-bottom-style: dashed;
}

.pnq-shortcode .pnq-divider-double-line {
	border-width: 1px;
	border-style: solid;
	height: 3px;
	border-left: none;
	border-right: none;
}


/** Quote **/
.pnq-shortcode .pnq-blockquote {
	padding: 0;
	margin: 0;
	position: relative;
	text-indent: 45px;
}

.pnq-shortcode .pnq-blockquote:before {
	text-indent: 0px;
	display: block;
	content: '\201C';
	line-height: 1;
	font-size: 3em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	position: absolute;
	left: 0;
	top: -0.1em;
	opacity: 0.6;
	padding-right: 20px;
}

.pnq-shortcode .pnq-blockquote-default small {
	opacity: 0.6;
	font-size: 0.8em;
	display: block;
	margin-top: .8em;
	text-indent: 0px;
}

blockquote small:before,
blockquote cite:before {
	content: '\2015';
	margin-right: 10px;
}


/** Tagline **/
.pnq-shortcode .pnq-tagline-default {
	margin-bottom: 15px;
	padding: 5px 15px 0px 15px;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-top-width: 5px;
	color: #222;
	font-size: 14px;
}

.pnq-shortcode .pnq-tagline-default * {
	color: inherit;
}

.pnq-shortcode .pnq-tagline-default .title-explain {
	color: rgba(0, 0, 0, 0.6) !important;
}


.pnq-shortcode .pnq-tagline-color-light {
	border-color: #d1d1d1;
}


/** Dropcap **/
.pnq-shortcode .pnq-dropcap {
	display: block;
	float: left;
	font-family: Georgia;
	font-size: 320%;
	font-weight: bold;
	line-height: 90%;
	margin-right: .2em;
	margin-top: .1em;
}


/** Highlight **/
.pnq-shortcode .pnq-highlight {
	font-size: 14px;
}

.pnq-shortcode .pnq-highlight-default {
	padding: 0 3px 2px 3px;
	color: #fff;
}

.pnq-shortcode .pnq-highlight-color-light {
	background-color: #eee;
	color: #222;
}

.pnq-shortcode .pnq-highlight-color-dark {
	background-color: #333;
}

.pnq-shortcode .pnq-highlight-color-success {
	background-color: #a1cc58;
}

.pnq-shortcode .pnq-highlight-color-info {
	background-color: #70bde5;
}

.pnq-shortcode .pnq-highlight-color-warning {
	background-color: #e37171;
}

.pnq-shortcode .pnq-highlight-color-danger {
	background-color: #f2c82e;
}


/** Syntax **/
.pnq-shortcode .pnq-syntax pre {
	margin: 0;
	padding: 0;	
	color: #777 !important;
}

.pnq-shortcode .pnq-syntax pre * {
	color: inherit;
}


/** Flexslider **/
.pnq-shortcode .pnq-flexslider .flex-direction-nav a  {
	height: 50px;
}


/** Colorbox **/
.pnq-shortcode .pnq-colorbox img {
	border: 1px solid #fff;
	padding: 2px;
	background-color: #eee;
}

.pnq-shortcode .pnq-colorbox .aligncenter,
.pnq-shortcode .pnq-colorbox .alignleft,
.pnq-shortcode .pnq-colorbox .alignright,
.pnq-shortcode .pnq-colorbox .alignnone,
.pnq-shortcode .pnq-flexslider li .aligncenter,
.pnq-shortcode .pnq-flexslider li .alignleft,
.pnq-shortcode .pnq-flexslider li .alignright,
.pnq-shortcode .pnq-flexslider li .alignnone,
.pnq-shortcode .pnq-flexslider,
.pnq-shortcode .pnq-flexslider ul, 
.pnq-shortcode .pnq-flexslider ol {
	margin: 0 auto;
}
