/**
* @author    NinoTheme.com http://www.ninotheme.com
* @copyright Copyright (C) 2013 - 2014 NinoTheme.com. All rights reserved.
* @license   NinoTheme.com Proprietary License
* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
*/
/* ============================== FONT PATH ============================== */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-user:before {
	content: "\f007";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-pencil:before {
	content: "\f040";
}
.fa-comment:before {
	content: "\f075";
}
.fa-send:before {
	content: "\f1d8";
}
.fa-refresh:before {
	content: "\f021";
}
.fa-circle-o-notch:before {
	content: "\f1ce";
}
.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	   -moz-animation: spin 2s infinite linear;
		 -o-animation: spin 2s infinite linear;
			animation: spin 2s infinite linear;
}
@-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);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* ============================== LAYOUT ============================== */
.clearafter:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
.clearbreak {
	clear: both;
}
.nino-content-left {
	text-align: left !important;
}
.nino-content-center {
	text-align: center !important;
}
.nino-content-right {
	text-align: right !important;
}
#nino-contactForm {
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	background: #fff;
	padding-top: 15px;
	border: 1px solid #ddd;
	color: #545454;
}
#nino-contactForm * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
/* ============================== NINO CONTACT FORM SETTINGS ============================== */
.nino-contact-label-hidden .nino-label,
.nino-contact-icon-hidden [class*="fa"] {
	display: none !important;
}
/* ============================== NINO CONTACT FORM CAPTCHA ============================== */
[class*="nino-contact-form-captcha-"] .nino-captcha {
	margin: 15px 0 0;
}
.nino-contact-form-captcha-0 .nino-captcha {
	display: none;
}
[class*="nino-contact-form-captcha-"] .nino-captcha .nino-captcha-image {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	width: 215px;
	height: 85px;
	background-color: #ddd;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.nino-contact-form-captcha-1 .nino-captcha .nino-captcha-image {
	background-image: url(../images/captcha-1.png);
}
.nino-contact-form-captcha-2 .nino-captcha .nino-captcha-image {
	background-image: url(../images/captcha-2.png);
}
.nino-contact-form-captcha-3 .nino-captcha .nino-captcha-image {
	background-image: url(../images/captcha-3.png);
}
[class*="nino-contact-form-captcha-"] .nino-captcha .nino-captcha-result .fa {
	font-size: 20px;
	position: relative;
	top: 3px;
	cursor: pointer;
	text-decoration: none;
}
[class*="nino-contact-form-captcha-"] .nino-captcha .nino-captcha-result input {
	width: 190px;
	padding: 6px 10px;
	display: inline-block;
	margin-right: 10px;
}
/* =============== NINO CAPTCHA HORIZONTAL =============== */
[class*="nino-contact-form-captcha-"] .nino-captcha.nino-horizontal .nino-captcha-image {
	float: left;
	margin: 0 15px 0 0;	
}
/* ============================== NINO CONTACT FORM STYLE ============================== */
[class*="nino-contact-form-style-"] .nino-button-submit {
	border: none;
	background: #2da5da;
	color: #fff;
	cursor: pointer;
	padding: 8px 20px;
	font-size: 15px;
	line-height: 25px;
	margin: 15px 0 0;
	display: inline-block;
	text-transform: none;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
[class*="nino-contact-form-style-"] .nino-button-submit:hover {
	background: #1f97cc;
}
[class*="nino-contact-form-style-"] label,
[class*="nino-contact-form-style-"] input,
[class*="nino-contact-form-style-"] textarea {
	display: block;
	width: 100%;
	resize: none;
}
[class*="nino-contact-form-style-"] input,
[class*="nino-contact-form-style-"] textarea {
	padding: 6px 10px;
	min-height: 36px;
	background: #fff;
	font-size: 15px;
	color: #404040;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	margin: 0;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
[class*="nino-contact-form-style-"] input:hover,
[class*="nino-contact-form-style-"] textarea:hover,
[class*="nino-contact-form-style-"] input:focus,
[class*="nino-contact-form-style-"] textarea:focus {
	border-color: #5b9dd9;
	-webkit-box-shadow: 0 0 1px rgba(30, 140, 190, 0.8);
	   -moz-box-shadow: 0 0 1px rgba(30, 140, 190, 0.8);
			box-shadow: 0 0 1px rgba(30, 140, 190, 0.8);
}
[class*="nino-contact-form-style-"] textarea {
	height: 150px;
}
[class*="nino-contact-form-style-"] label {
	font-size: 13.5px;
	margin-bottom: 6px;
}
[class*="nino-contact-form-style-"] .nino-input {
	position: relative;
}
[class*="nino-contact-form-style-"] .nino-input .nino-input-icon {
	border-right: 1px solid #ddd;
    color: #aaa;
    display: none;
    font-size: 18px;
    height: 28px;
    left: 0;
    line-height: 27px;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 38px;
}
/* =============== ERROR STYLE =============== */
.nino-error-message {
	display: none;
	font-size: 12px;
	color: #ee9393;
	margin: 3px 0 0 0;
}
.nino-error .nino-error-message {
	display: block;
}
.nino-error.nino-input .nino-input-icon {
	color: #e9acac !important;
	border-color: #e9acac !important;
}
.nino-error input:hover,
.nino-error textarea:hover,
.nino-error input:focus,
.nino-error textarea:focus,
.nino-error input,
.nino-error textarea {
	background: #fee4e4;
	border-color: #fcbfbf;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
/* =============== REQUIRED (*) STYLE =============== */
.nino-label span {
	color: #ee9393;
    display: inline-block;
    font-size: 18px;
    line-height: 100%;
    margin-left: 3px;
    position: relative;
    top: 2px;
    display: none;
}
.nino-label.nino-required span {
	display: inline-block;
}
/* =============== STYLE 1 =============== */
.nino-contact-form-style-1 .nino-input .nino-input-icon {
	display: block;
}
.nino-contact-form-style-1 input,
.nino-contact-form-style-1 textarea {
	padding: 6px 10px 6px 45px;
}
/* =============== STYLE 2 =============== */
.nino-contact-form-style-2 .nino-input .nino-input-icon {
	display: block;
	left: auto;
	right: 0;
	border-right: none;
	border-left: 1px solid #ddd;
}
.nino-contact-form-style-2 input,
.nino-contact-form-style-2 textarea {
	padding: 6px 45px 6px 10px;
}
/* ============================== NINO CONTACT FORM LAYOUT ============================== */
[class*="nino-contact-form-layout-"] > div {	
	float: left;
	width: 100%;
}
[class*="nino-contact-form-layout-"] > div > div {
	margin-bottom: 20px;
	padding: 0 15px;
}
/* =============== LAYOUT 2 =============== */
.nino-contact-form-layout-2 .nino-inputGroup > div {
	float: left;
	width: 50%;
}
.nino-contact-form-layout-2 .nino-inputGroup > div:nth-child(3) {
	width: 100%;
}
/* =============== LAYOUT 3 =============== */
.nino-contact-form-layout-3 .nino-inputGroup {
	width: 50%;
	clear: both;
}
/* =============== LAYOUT 4 =============== */
.nino-contact-form-layout-4 .nino-inputGroup > div {
	width: 50%;
}
.nino-contact-form-layout-4 .nino-inputGroup > div:nth-child(3) {
	width: 100%;
}
/* =============== LAYOUT 5 =============== */
.nino-contact-form-layout-5 .nino-inputGroup {
	width: 40%;
}
.nino-contact-form-layout-5 .nino-miscGroup {
	width: 60%;
}
/* =============== LAYOUT 6 =============== */
.nino-contact-form-layout-6 > div {	
	float: right;
}
.nino-contact-form-layout-6 .nino-inputGroup {
	width: 40%;
}
.nino-contact-form-layout-6 .nino-miscGroup {
	width: 60%;
}
/* =============== NINO MESSAGES =============== */
[class*="nino-alert-"] {
	margin-bottom: 20px;
	padding: 12px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nino-alert-error {
	color: #B94A48;
	background: #F2DEDE;
	border: 1px solid #EED3D7;
}
.nino-alert-success {
	color: #3A87AD;
	background: #D9EDF7;
	border: 1px solid #BCE8F1;
}
/* ============================== CSS BOOTSTRAP ============================== */
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.nav > li.disabled > a {
	color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #428bca;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	order-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #dddddd;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #dddddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #ffffff;
	}
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #428bca;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a {
		rgin-bottom: 0;
	}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border: 1px solid #dddddd;
}
@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #dddddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color: #ffffff;
	}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
	max-height: 500px;
	overflow: auto;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		dth: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.nav:before,
.nav:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}
.nav:after,
.modal-footer:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}