@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600|Signika:300,400,700,900);
/* ---------------------------------------------------- */
/* Variables */
/* ---------------------------------------------------- */
/* Social Colors */
/* Contexts colors */
/* ---------------------------------------------------- */
/* Imports */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* Global Variables */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

/* Animations Delay */
/* ---------------------------------------------------- */
/*--- destaques: ---*/
.home-news-box {
 margin 0 auto;
	-webkit-align-content: center !important;
	align-content: center !important;
}
.news {
	-webkit-align-content: center !important;
	align-content: center !important;
	padding: 15px 10px 15px 10px;
	background: #000;
	position: relative;
	overflow: hidden;
	height: 202px;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 2px solid #66ccff;
	margin: 10px 5px 30px 5px !important;
	box-shadow: 7px 7px 10px #888;
}
.news .img-figure {
	position: relative;
}
.news .img-figure img {
	border: none;
	display: block;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	left: auto !important;
	right: auto !important;
}
.news:hover .img-figure img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-ms-transform: scale(1.10);
	-o-transform: scale(1.10);
	transform: scale(1.10);
	opacity: 0
}
.news .title {
	/*padding: 29px 30px;*/
	position: absolute;
	text-align: center !important;
	left: 0;
	background: #e4e5c6;
	width: 100%;
	height: 220px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.news .title hr {
	width: 90%;
	height: 1px;
	text-align: center;
	background: #ebebeb
}
.news .title h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: center;
    font-size: 1.25em;
    color: #66ccff;
    letter-spacing: -0.02em;
    font-weight: 600 !important;
	padding: 15px 10px;
}
.news:hover .title {
	margin-top: -125px;
	background: #fff;
}
.news .description {
	border-top: 1px dotted #ebebeb;
	position: relative;
	font-weight: normal;
	line-height: 1.2em;
	opacity: 0;
	text-align: justify;
	padding: 7px 10px 0px 10px;
	max-height: 180px !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.news .description p {
	overflow-y: hidden;
	color: #000 !important;
	font-weight: lighter !important;
	line-height: 1.3em;
	font-size: 1.15em;
}
.news:hover .description {
	opacity: 1;
	background: #fff;
	width: 100%;
	margin-top: -45px;
}
.news a, .news a:hover {
	text-decoration: none;
}
.more {
	color: #66ccff !important;
	position: absolute;
	font-size: 17px;
	bottom: 10px;
	width: 100%;
	text-align: center;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline-block;
    opacity:0;
}
.news:hover .more {
	color: #ccc;
	opacity: 0;
}
.news:hover:after .more {
 width: 30px;
 opacity: 0
}
/*------------*/
.animation-delay-1 {
	-webkit-animation-delay: .1s !important;
	-moz-animation-delay: .1s !important;
	-ms-animation-delay: .1s !important;
	-o-animation-delay: .1s !important;
	animation-delay: .1s !important;
}
.animation-delay-2 {
	-webkit-animation-delay: .2s !important;
	-moz-animation-delay: .2s !important;
	-ms-animation-delay: .2s !important;
	-o-animation-delay: .2s !important;
	animation-delay: .2s !important;
}
.animation-delay-3 {
	-webkit-animation-delay: .3s !important;
	-moz-animation-delay: .3s !important;
	-ms-animation-delay: .3s !important;
	-o-animation-delay: .3s !important;
	animation-delay: .3s !important;
}
.animation-delay-4 {
	-webkit-animation-delay: .4s !important;
	-moz-animation-delay: .4s !important;
	-ms-animation-delay: .4s !important;
	-o-animation-delay: .4s !important;
	animation-delay: .4s !important;
}
.animation-delay-5 {
	-webkit-animation-delay: .5s !important;
	-moz-animation-delay: .5s !important;
	-ms-animation-delay: .5s !important;
	-o-animation-delay: .5s !important;
	animation-delay: .5s !important;
}
.animation-delay-6 {
	-webkit-animation-delay: .6s !important;
	-moz-animation-delay: .6s !important;
	-ms-animation-delay: .6s !important;
	-o-animation-delay: .6s !important;
	animation-delay: .6s !important;
}
.animation-delay-7 {
	-webkit-animation-delay: .7s !important;
	-moz-animation-delay: .7s !important;
	-ms-animation-delay: .7s !important;
	-o-animation-delay: .7s !important;
	animation-delay: .7s !important;
}
.animation-delay-8 {
	-webkit-animation-delay: .8s !important;
	-moz-animation-delay: .8s !important;
	-ms-animation-delay: .8s !important;
	-o-animation-delay: .8s !important;
	animation-delay: .8s !important;
}
.animation-delay-9 {
	-webkit-animation-delay: .9s !important;
	-moz-animation-delay: .9s !important;
	-ms-animation-delay: .9s !important;
	-o-animation-delay: .9s !important;
	animation-delay: .9s !important;
}
.animation-delay-10 {
	-webkit-animation-delay: 1s !important;
	-moz-animation-delay: 1s !important;
	-ms-animation-delay: 1s !important;
	-o-animation-delay: 1s !important;
	animation-delay: 1s !important;
}


/* breadcrumb*/

.hr-primary {
    background-image: -webkit-linear-gradient(left, rgba(66, 133, 244, .8), rgba(66, 133, 244, .6), rgba(0, 0, 0, 0));
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.breadcrumb {
    background: rgba(245, 245, 245, 0);
    border: 0px solid rgba(245, 245, 245, 1);
    border-radius: 25px;
    display: block;
    margin-bottom: 0px !important;
}

.breadcrumb-arrow {
    margin-bottom: 5px !important;
    margin-top: 10px !important;
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: transparent;
    border-bottom: 2px dashed #f6f7da;
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}

.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}

.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}

.breadcrumb-arrow li span {
    padding: 0 10px
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px
}

.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}

.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #175890;
    border: 1px solid #175890
}

.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #175890;
    border-left-style: solid;
    border-left-width: 11px
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #3bafda
}

.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:hover {
    background-color: #0087c1;
    border: 1px solid #0087c1;
}

.breadcrumb-arrow li a:focus:before,
.breadcrumb-arrow li a:hover:before {
    border-left-color: #0087c1
}

.breadcrumb-arrow li a:active {
    background-color: #0087c1;
    border: 1px solid #0087c1;
}

.breadcrumb-arrow li a:active:after,
.breadcrumb-arrow li a:active:before {
    border-left-color: #0087c1;
}

.breadcrumb-arrow li span {
    color: #434a54
}

.btn-bread {
    margin-top: 5px;
    font-size: 12px;
    border-radius: 3px;
}


/* ---------------------------------------------------- */
/* CSS Basic */
/* ---------------------------------------------------- */
html {
	-webkit-font-smoothing: antialiased;
}
body {
	overflow-x: hidden !important;
	overflow-y: auto !important;
	background-image: url(../images/bground.jpg);
    background-position: top center;
	/*background-repeat: no-repeat;
	background-size: cover;*/
	color: #666;
	font-family: "Signika", sans-serif;
	line-height: 1.75em;
}
.boxed {
	top:-30px !important
}
h2 {
	font-family: "Signika", sans-serif;
	font-weight: 100;
	font-size: 2.0em;
	line-height: 120%;
	color: #000;
	margin: 0px 0 10px 12px;
}
h1, h3, h4, h5, h6 {
	font-family: "Signika", sans-serif;
	line-height: 120%;
	color: #000;
	font-weight: 300 !important;
}
h1 {
	font-size: 2.3em;
}

h3 {
	font-size: 1.7em;
}
aside h3 {
	color: #66ccff !important
}
aside p small {
	color: #000 !important
}
 aside img:hover {
	opacity: 0.49;
}
.header-full-title img:hover
{opacity: 0.89;}
h4 {
	font-size: 1.4em;
}
h4:hover {
	text-decoration: none;
	color: #000;
}
h5 {
	font-size: 1.2em;
	font-weight: 400;
}
h6 {
	font-size: 1em;
	font-weight: 400;
}
a {
	color: #66ccff;
}
.strong {
	font-weight: 400;
}
a:hover, a:focus, a:active {
	color: #000;
}
a.button {
	text-decoration: none;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
}
:focus {
	outline: none !important;
}
::-moz-focus-inner {
 border: 0 !important;
}
iframe {
	border: 0;
}
p.small {
	font-size: .9em;
}
.margin-small {
	margin-top: 5px;
	margin-bottom: 5px;
}
.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
dt {
	color: #66ccff;
}
dt, dd {
	margin: 2px 0;
}
.small-font {
	font-size: .9em;
}
.primary-color {
	color: #66ccff;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.imageborder {
	padding: 5px;
	border: solid 1px #ddd;
}
img + p {
	margin-top: 20px;
}
img.alignleft + p, img.alignright + p {
	margin-top: 0px;
}
.p-lg {
	font-size: 1.1em;
	line-height: 180%;
}
.margin-bottom {
	margin-bottom: 40px;
}
.margin-top {
	margin: 40px 0px 20px 0px;
}
.margin-top-80 {
	margin-top: 80px;
}
hr {
	display: block;
	border-top: 1px solid #ddd;
	margin: 25px 0;
}
hr.color {
	border-color: #66ccff !important;
}
hr.dotted {
	border-style: dotted !important;
}
hr.dashed {
	border-style: dashed !important;
}
hr.double {
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-bottom-style: solid;
}
.list-line {
	list-style-type: none;
	padding: 0;
}
.list-line li {
	border-bottom: solid 1px #eee;
}
.list-line li:first-child {
	border-top: solid 1px #eee;
}
.list-line li a {
	color: #333;
	text-decoration: none;
	padding: 7px;
	display: block;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.list-line li a:hover {
	background-color: #f6f6f6;
	color: #66ccff;
}
/* ---------------------------------------------------- */
/* Artificial Reason Class */
/* ---------------------------------------------------- */
#Container .mix {
	display: none;
}
.text-icon {
	margin-bottom: 30px;
	overflow: hidden;
}
.text-icon .icon-ar {
	float: left;
	margin-top: 5px;
}
.text-icon-content {
	padding-left: 70px;
	font-size: .9em;
}
.text-icon-content p {
	margin-top: 5px;
}
.slogan {
	font-family: "Signika", sans-serif;
	font-size: 2em;
	line-height: 150%;
	margin-bottom: 50px;
	font-weight: 300;
}
.slogan > span {
	color: #66ccff;
}
.section-lines {
	border-top: solid 0px #ddd;
	border-bottom: solid 0px #ddd;
	padding-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.50);
}
.section-title {
	border-bottom: solid 1px #ddd;
	padding-bottom: 15px;
	margin-top: 39px;
	color: #000;
}
.section-title:first-letter {
	color: #66ccff;
}
.css-section {
	margin-bottom: 50px;
}
.wrap-primary-color {
	background-color: #66ccff;
	padding: 40px 0;
	color: #fff;
}
.wrap-primary-color h1, .wrap-primary-color h2, .wrap-primary-color h3, .wrap-primary-color h4, .wrap-primary-color h5, .wrap-primary-color h6 {
	color: #fff;
}
.dropcaps::first-letter {
	float: left;
	color: #66ccff;
	font-size: 3em;
	font-weight: 400;
	padding: 10px 10px 10px 5px;
	margin-top: 2px;
}
.dropcaps-bg::first-letter {
	background-color: #66ccff;
	color: #fff;
	padding-bottom: 12px;
	margin-right: 10px;
	border-radius: 2px;
	margin-top: 2px;
	padding: 10px 5px;
	font-size: 2.8em;
	margin-top: 4px;
}
.dropcaps-circle::first-letter {
	border: solid 1px #66ccff;
	border-radius: 30px;
	padding: 10px 8px;
	font-size: 2.3em;
	margin-right: 10px;
	margin-top: 2px;
}
.dropcaps-circle-bg::first-letter {
	background-color: #66ccff;
	color: #fff;
	border-radius: 30px;
	padding: 10px 8px;
	font-size: 2.3em;
	margin-right: 10px;
	margin-top: 2px;
}
.border-box {
	background-color: #f9f9f9;
	border: solid 3px #eee;
	border-left-color: #66ccff;
	padding: 20px;
	margin-bottom: 20px;
}

.main-header {
	background-color: #66ccff;
	color: #fff;
	padding: 20px 0;
	margin-bottom: 40px;
	position: relative;
}
.main-header.main-header-inverse {
	background-color: #f6f6f6;
	color: #000;
	border-bottom: solid 1px #ddd;
}
.main-header.main-header-inverse .page-title, .main-header.main-header-inverse .breadcrumb a, .main-header.main-header-inverse .breadcrumb a, .main-header.main-header-inverse .breadcrumb {
	color: #000;
}
.main-header.main-header-inverse .breadcrumb li {
	color: #66ccff;
}
.main-header.main-header-inverse .breadcrumb a:hover {
	border-bottom: solid 1px #000;
}
.main-header.main-header-inverse .breadcrumb > li + li:before {
	color: #666;
}
.main-header .page-title {
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 2em;
	display: inline-block;
	padding-top: 5px;
}
.sidebar-nav {
	background-color: #f9f9f9;
	border: solid 1px #eee;
	margin: 0;
	padding: 0;
	font-size: .9em;
	margin-bottom: 40px;
}
.sidebar-nav li {
	padding: 0;
	list-style: none;
}
.sidebar-nav li a > i {
	margin: 2px 5px 0 0;
	font-size: 1.1em;
	color: #999;
}
.sidebar-nav li a {
	display: block;
	padding: 5px 15px;
	color: #333;
	text-decoration: none;
	border-left: solid 3px #333;
	background-color: #f3f3f3;
}
.sidebar-nav > li > a:after {
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 1.2em;
	float: right;
}
.sidebar-nav > li > a.collapsed:after {
	content: "\f105";
}
.sidebar-nav li a.collapsed {
	background-color: transparent;
	border-left: solid 3px #66ccff;
}
.sidebar-nav li a:hover, .sidebar-nav li a:focus, .sidebar-nav li a:active {
	border-color: #333;
	background-color: #f3f3f3;
}
.menu-submenu li a {
	border-color: #ddd;
	padding-left: 35px;
	background-color: transparent;
}
.menu-submenu li.active a {
	border-color: #333;
	background-color: #f3f3f3;
}
.menu-submenu li:last-child a {
	border-bottom: solid 1px #eee;
}
.sidebar-nav li.active > a {
	border-left-color: #333;
	background-color: #f3f3f3;
}

.table-striped-primary > tbody > tr:nth-child(odd) > td, .table-striped-primary > tbody > tr:nth-child(odd) > th {
	background-color: #66ccff;
	color: #fff;
}
.content-box {
 min-width: 300px !important!;
	height: 230px;
	display: block;
	text-align: center;
	overflow: hidden;
	padding: 10px 10px 10px 10px !important;
	margin-bottom: 5px;
}
.content-box img {
 width: 240px !important!;
}
.content-box.box-default a {
	color: black !important;
	text-decoration: none;
}
.content-box.box-default {
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 5px 5px 5px #8D894C;
	margin-top: 10px;
	border: solid 1px #e5e5e5;
	border-bottom: 6px solid #000;
}
.content-box.box-default:hover {
	background-color: rgba(204, 229, 242, 0.90);
	border-bottom: 6px solid #66ccff !important;
}
.content-box.box-default:hover> a {
	color: #000;
}
.content-box.box-primary .content-box-title, .content-box.box-info .content-box-title, .content-box.box-success .content-box-title, .content-box.box-warning .content-box-title, .content-box.box-danger .content-box-title, .content-box.box-royal .content-box-title {
	color: #fff;
}
.content-box.box-primary {
	background-color: #66ccff;
	color: #fff;
	border: solid 1px #005174;
}
.content-box.box-success {
	background-color: #02c66c;
	color: #fff;
	border: solid 1px #016135;
}
.content-box.box-info {
	background-color: #54c8eb;
	color: #fff;
	border: solid 1px #179bc2;
}
.content-box.box-warning {
	background-color: #f0ad4e;
	color: #fff;
	border: solid 1px #c77c11;
}
.content-box.box-danger {
	background-color: #d9534f;
	color: #fff;
	border: solid 1px #a02622;
}
.content-box.box-royal {
	background-color: #ac60d0;
	color: #fff;
	border: solid 1px #792e9c;
}
.content-box.box-primary:hover {
	background-color: #66ccff;
}
.content-box.box-success:hover {
	background-color: #02ad5e;
}
.content-box.box-info:hover {
	background-color: #3dc1e8;
}
.content-box.box-warning:hover {
	background-color: #eea236;
}
.content-box.box-danger:hover {
	background-color: #d43f3a;
}
.content-box.box-royal:hover {
	background-color: #a24cca;
}
/* ---------------------------------------------------- */
/* Bootstrap Elements */
/* ---------------------------------------------------- */
.panel-border {
	background-color: #f6f6f6;
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
	border: 0;
	padding: 10px;
}
.panel-border .panel-body {
	background-color: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.modal-content {
	border-radius: 0px;
}
.modal-body.no-padding {
	padding: 0;
}
.moda-title {
	font-weight: 400;
}
.modal-open #sb-site {
	position: static !important;
	overflow: hidden !important;
	width: auto !important;
	height: auto !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.modal-open {
	position: static !important;
	overflow: hidden !important;
	width: auto !important;
	height: auto !important;
}
.nav-tabs.nav-tabs-transparent li a {
	font-size: 1.3em;
	color: #7e8488;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
	border-right: solid 1px #ddd;
	font-family: "Signika";
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.nav-tabs.nav-tabs-transparent li a:hover {
	background-color: #e5e5e5;
}
.nav-tabs.nav-tabs-transparent li.active a, .nav-tabs.nav-tabs-transparent li.active a:hover, .nav-tabs.nav-tabs-transparent li.active a:focus {
	background-image: -webkit-linear-gradient(bottom, #66ccff, #66ccff);
	background-image: -moz-linear-gradient(bottom, #66ccff, #66ccff);
	background-image: -o-linear-gradient(bottom, #66ccff, #66ccff);
	background-image: linear-gradient(to top, #66ccff, #66ccff);
	color: #fff;
	border-bottom: solid 1px #ddd;
}
.nav-tabs.nav-tabs-ar {
	border-top: solid 3px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	font-family: "Signika", sans-serif;
	background-color: #fafafa;
}
.nav-tabs.nav-tabs-ar li a {
	margin-top: -3px;
	margin-right: 0;
	margin-left: 0;
	border-radius: 0;
	color: #555;
	transition: padding 0.2s, border-top 0.2s;
	-moz-transition: padding 0.2s, border-top 0.2s;
	-webkit-transition: padding 0.2s, border-top 0.2s;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #fafafa;
	margin-left: -1px;
	border: 0;
	border-bottom: solid 1px #e5e5e5;
	border-top: solid 3px #e5e5e5;
}
.nav-tabs.nav-tabs-ar li:first-child a {
	border-left: solid 1px #e5e5e5;
}
.nav-tabs.nav-tabs-ar li:first-child a {
	margin-left: 0px;
}
.nav-tabs.nav-tabs-ar li a:hover, .nav-tabs.nav-tabs-ar li.active a, .nav-tabs.nav-tabs-ar li.active a:hover, .nav-tabs.nav-tabs-ar li.active a:focus {
	border-top: solid 3px #66ccff;
	background-color: #f9f9f9;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	color: #66ccff;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: 500;
}
.nav-tabs.nav-tabs-ar li.active a {
	position: relative;
	z-index: 2;
}
.nav-tabs.nav-tabs-ar li.active a, .nav-tabs.nav-tabs-ar li.active a:hover, .nav-tabs.nav-tabs-ar li.active a:focus {
	border-bottom: solid 1px #f9f9f9;
}
.nav-tabs.nav-tabs-ar li a:hover {
	position: relative;
	z-index: 1;
	border-bottom-color: #e5e5e5;
	border-top-color: #000;
	color: #000;
}
@media (min-width: 370px) {
.nav-tabs.nav-tabs-ar li a {
	padding-right: 10px;
	padding-left: 10px;
}
.nav-tabs.nav-tabs-ar li a:hover, .nav-tabs.nav-tabs-ar li.active a, .nav-tabs.nav-tabs-ar li.active a:hover, .nav-tabs.nav-tabs-ar li.active a:focus {
	padding-right: 25px;
	padding-left: 25px;
}
}
.nav-tabs.nav-tabs-ar + .tab-content {
	padding: 15px;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	overflow: hidden;
	background-color: #f9f9f9;
}
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a:hover, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:hover, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:focus, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white + .tab-content {
	background-color: #fff;
}
.nav-tabs.nav-tabs-ar li a i {
	font-size: 1.2em;
}
.nav-tabs + .tab-content {
	padding: 15px;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	overflow: hidden;
}
.nav-tabs li a {
	border-radius: 2px;
}
.nav-tabs.nav-tabs-round li a {
	border-radius: 5px 5px 0 0;
}
.nav-tabs li a:hover {
	background-color: #f6f6f6;
}



.nav-pills > .active > a > .badge {
	color: #fff;
	background-color: #66ccff;
}

.page-header {
	color: #000;
	border-bottom: solid 1px #66ccff;
	margin-bottom: 30px;
}
.right-line {
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #000;
	margin: 30px 0;
}
.right-line:after {
	position: absolute;
	top: 55%;
	overflow: hidden;
	width: 100%;
	height: 1px;
	content: '\a0';
	background-color: #ddd;
	border-left: solid 20px #fff;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}

input {
	border-radius: 0 !important;
	box-shadow: none;
}
.form-control {
	display: block;
	border-radius: 0;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
	border-color: #66ccff;
	box-shadow: none;
}
textarea.form-control, select.form-control {
	border-radius: 0;
}
textarea.form-control:focus {
	border-color: #66ccff;
}
.input-group-addon {
	border-radius: 0;
	background-color: #66ccff;
	border-color: #008bc6;
	color: #fff;
}

.form-group .glyphicon {
	margin-top: 5px;
}

.dropdown-submenu {
	position: relative;
}
.dropdown.dropdown-inverse a {
	color: #fff;
}
.dropdown.dropdown-inverse a:hover {
	color: #fff;
	background-image: -webkit-linear-gradient(bottom, #66ccff, #66ccff);
	background-image: -moz-linear-gradient(bottom, #66ccff, #66ccff);
	background-image: -o-linear-gradient(bottom, #66ccff, #66ccff);
	background-image: linear-gradient(to top, #66ccff, #66ccff);
}
.dropdown.dropdown-inverse ul {
	background-color: #333;
	color: #fff;
	border-color: #222;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.75);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.75);
}
.dropdown.dropdown-inverse .divider {
	background-color: #555;
}
.dropdown.dropdown-inverse .dropdown-header {
	border-color: #555;
	box-shadow: none;
	color: #ccc;
}
.dropdown > a:after, .dropdown-submenu > a:after {
	top: 8px;
	right: 9px;
	font-size: 11px;
	content: "\f105";
	position: absolute;
	font-weight: normal;
	display: inline-block;
	font-family: FontAwesome;
}
.dropdown > a:after {
	top: 18px;
	right: 15px;
	content: "\f107";
}
.dropdown-submenu > .dropdown-menu {
	top: -1px;
	left: 100%;
	margin-top: -5px;
	margin-left: 0px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
@media (max-width: 767px) {
.dropdown-submenu > .dropdown-menu {
	display: block;
	margin-left: 15px;
}
.dropdown > a {
	border-bottom: solid 1px #ddd;
	margin: 0;
}
.dropdown.open > a, .dropdown.open > a:focus, .dropdown.open > a:active {
	border-bottom: solid 1px #ddd;
}
.dropdown a {
	padding: 0 6px;
}
.dropdown-submenu {
	padding: 0;
	margin-top: -5px;
}
.dropdown-submenu a {
	padding: 5px 0;
	margin: 0;
}
.dropdown-submenu > a:after {
	content: " ";
}
.dropdown > a:after {
	top: 10px;
	right: 15px;
	content: "\f104";
}
.dropdown.open > a:after {
	top: 10px;
	right: 15px;
	content: "\f107";
}
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
.dropdown-header {
	text-align: center;
	border-bottom: solid 1px #e5e5e5;
	border-top: solid 1px #e5e5e5;
	padding: 6px 0;
	margin: 9px 0;
}
.main-header .container {
	position: relative;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff !important;
	background-color: #66ccff !important;
}
@media (max-width: 500px) {
.main-header .breadcrumb {
	display: none !important;
}
}
.main-header .breadcrumb {
	margin: 0;
	display: inline-block;
	background: none;
	color: #fff;
	font-size: 1.1em;
	position: absolute;
	top: 0px;
	right: 10px;
}
.main-header .breadcrumb li {
	color: #eee;
}
.main-header .breadcrumb a {
	color: #fff;
}
.main-header .breadcrumb a:hover {
	text-decoration: none;
	border-bottom: solid 1px #fff;
}
.breadcrumb > li + li:before {
	padding: 0 6px 0 5px;
	content: "\00bb";
}
.main-header .breadcrumb > li + li:before {
	color: #fff;
}
.nav-pills > li > a {
	border-radius: 0px;
	color: #333;
}
.nav-pills.nav-stacked > li.active > a, .nav-pills.nav-stacked > li.active > a:hover, .nav-pills.nav-stacked > li.active > a:focus {
	border-left: solid 3px #000;
	background-color: #eee;
	color: #333;
}
.nav-pills.nav-stacked > li > a {
	border-left: solid 3px #66ccff;
}
.nav-pills.nav-stacked > li > a:hover {
	border-left: solid 3px #000;
}
.nav-stacked > li + li {
	margin: 0;
}
.nav-stacked {
	background-color: #f9f9f9;
	border: solid 1px #eee;
}
.thumbnail {
	border-radius: 0px;
	position: relative;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #66ccff;
}
.thumbnail.thumbnail-round {
	border-radius: 5px;
}
.thumbnail.thumbnail-round > img {
	border-radius: 5px;
}

.navbar-default .navbar-nav>li>a {
	color: white !important;
}
/* ---------------------------------------------------- */
/* Navbar */
/* ---------------------------------------------------- */
.navbar-default {
	margin-bottom: 0;
	border-bottom: 0;
}
.navbar-default .navbar-brand {
	font-size: 28px;
	font-weight: 300;
	text-transform: lowercase;
	font-family: "Signika", sans-serif;
	word-spacing: -6px;
	-webkit-text-stroke: 0.01em;
	background-image: url("../img/colors/blue/logo.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 45px;
	color: #000;
}
@media (min-width: 360px) and (max-width: 768px) {
.navbar-default .navbar-brand {
	margin-left: 10px;
}
}
@media (max-width: 400px) {
.navbar-default .navbar-brand {
	background: none;
	padding-left: 0;
}
}
.navbar-default .navbar-brand span {
	color: #66ccff;
}
.dropdown-menu li a {
	position: relative;
}
.dropdown-menu li a .label {
	position: absolute;
	right: 10px;
	top: 8px;
}
.dropdown-menu li a:hover .label {
	background-color: #fff;
	color: #66ccff;
}
@media (min-width: 767px) {
.menu-search {
	visibility: hidden;
	max-height: 1px !important;
}
/*Navbar Collapse*/
.navbar-collapse {
	padding: 0;
}
/*Navbar*/
.navbar-default .navbar-nav > li > a {
	padding-top: 16px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 80px;
	color: #fff !important;
	background-color: #000;
	font-family: "Signika";
	font-size: 17px;
	font-weight: 400;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color: #66ccff !important;
	color: #fff !important;
}
.navbar-default .navbar-nav > li.dropdown > a {
	padding-right: 30px;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a {
	background-color: #66ccff !important;
	color: #fff !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #66ccff !important;
	color: #fff !important;
}
/*Dropdown Menu*/
.dropdown-menu {
	border: hidden !important;
	margin-top: -1px !important;
	padding: 0;
	min-width: 200px;
	z-index: 9999 !important;
	background-color: #000 !important;
} 
.dropdown-menu.search {
	margin-top: -35px !important;
}
.dropdown-menu li a {
	font-size: 13px;
	font-weight: 400;
	padding: 6px 15px;
}
.dropdown-menu .active > a, .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-menu li > a:active {
	background-color: #000;
	background-image: -webkit-linear-gradient(bottom, #66ccff, #66ccff);
	background-image: -moz-linear-gradient(bottom, #66ccff, #66ccff);
	background-image: -o-linear-gradient(bottom, #66ccff, #66ccff);
	background-image: linear-gradient(to top, #66ccff, #66ccff);
	color: #fff;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.navbar-default .navbar-nav > li > a {
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
}
.navbar-default .navbar-nav > li.dropdown > a {
	padding-right: 25px;
}
.dropdown > a:after {
	right: 10px;
}
.navbar-default .navbar-brand {
	font-size: 1.9em;
	word-spacing: -5px;
	-webkit-text-stroke: 0.007em;
	background-image: none;
	padding-left: 5px;
}
}
.navbar-header .navbar-toggle {
	margin: 0;
	padding: 8px 12px 4px 12px;
	background-color: #66ccff !important;
	;
	border: none;
	border-radius: 0;
	color: #fff;
	position: absolute;
	left: 10px;
	top: 10px;
	height: 50px;
}
.navbar-header .navbar-toggle:hover, .navbar-header .navbar-toggle:focus {
	background-color: #66ccff;
}
.navbar-header .navbar-toggle i {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 1.5em;
}
.sb-icon-navbar i {
	background-color: #555;
	color: #fff;
	padding: 11px;
	margin-left: 15px;
	vertical-align: middle;
	font-size: 1.5em;
	padding: 15px 14px 14px 14px;
	height: 50px;
}
@media (min-width: 768px) and (max-width: 842px) {
.navbar-right {
	float: left !important;
}
}
@media (max-width: 991px) {
.sb-icon-navbar i {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}
}
@media (max-width: 767px) {
.navbar-default .navbar-brand {
	font-size: 1.7em;
	word-spacing: -4px;
	padding-top: 1px;
	margin-left: 60px;
	min-height: 80px;
}
    li.menu-submenu:hover{background: #999}
.menu-search {
	float: left;
	padding-left: 10px;
	visibility: visible;
}
.framesearch {
	margin-bottom: 10px !important;
}
}

/* ---------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------- */
#footer-widgets {
	background-color: rgba(255, 255, 255, 0.6);
	color: #eee;
	padding: 15px 0 15px 0;
	border-top: solid 4px #000;
}
.footer-widget-title {
	font-family: 'Signika', sans-serif;
	font-size: 1.6em;
	color: #66ccff;
}
#footer-widgets a {
	color: #66ccff;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#footer-widgets a:hover {
	color: #fff !important;
}
#footer {
	background-color: #000;
	color: #ccc;
	padding: 20px 0 10px 0px;
	text-align: center;
	border-top: solid 7px #66ccff;
}
#footer a {
	color: #66ccff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#footer p {
	color: #66ccff;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
#footer img {
	opacity: 1.0;
}
#footer img:hover {
	opacity: 0.69;
    -webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.footer-widget .media {
	margin-bottom: 10px;
}
.footer-widget .media .media-heading {
	font-size: 1.1em;
	line-height: 1.3em;
}
.footer-widget small {
	color: #ccc;
	font-style: oblique;
}
.footer-widget .thumbnail {
	border-color: #666;
	background-color: rgba(0, 0, 0, 0.2);
}
.three_cols {
	overflow: hidden;
}
.three_cols > li {
	float: left;
	width: 33.333%;
	padding-bottom: 2px;
	padding-top: 1px;
}
.input-group > input[type="text"] {
	height: 34px;
	position: relative;
	z-index: 3;
}
input.input-lg[type="text"] {
	height: 40px !important;
}

.fontawesome-icon-list .fa-hover a {
	font-size: 1.1em;
	line-height: 2em;
	color: #333;
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	border-radius: 2px;
}
.fontawesome-icon-list .fa-hover a:hover {
	color: #fff;
	background-color: #66ccff;
}
.fontawesome-icon-list .fa-hover a i {
	font-size: 1.4em;
	margin-right: 10px;
	line-height: 1.8em;
	vertical-align: baseline;
}
@media (min-width: 768px) {
.drop-demo ul {
	position: static;
	z-index: 0;
	margin: 0;
	padding: 0;
}
.drop-demo .dropdown-menu .dropdown-submenu ul {
	position: absolute;
}
}
@media (max-width: 767px) {
.drop-demo ul {
	position: static;
	z-index: 0;
	margin: 0;
	padding: 0;
}
.drop-demo .dropdown-menu .dropdown-submenu ul {
	position: static;
	box-shadow: none;
	border: 0;
	margin: 0;
	padding-left: 15px;
}
}

/*-------------------------------------------------------------------*/
/* Home Full */
/*-------------------------------------------------------------------*/
#header-full {
	background-image: url("../img/back.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
}
.wrap-primary {
	background-color: #66ccff;
	background-color: rgba(0, 64, 90, 0.7);
	padding: 40px 0;
}
#header-full .secondary-color {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
	color: #cdff76;
	font-weight: 300;
}
#header-full .lead {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
	font-weight: 300;
	font-size: 1.6em;
	max-width: 700px;
	margin: 0 auto;
}
.header-full-icons {
	margin-top: 80px;
}
.header-full-icons {
	margin-top: 80px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.header-full-icons .icon-ar {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.header-full-icons .icon-ar:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
#header-full h1, #header-full h2, #header-full h3, #header-full h4, #header-full h4, #header-full h6 {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
	font-family: "Signika", sans-serif;
}
.head-title {
	font-size: 5em;
	font-weight: 300;
	text-align: center;
	color: #fff !important;
}
@media (min-height: 900px) {
.wrap-primary {
	padding: 20px 0;
}
.header-full-icons {
	margin-top: 40px;
}
}
@media (min-height: 990px) {
.wrap-primary {
	padding: 80px 0 40px 0;
}
}
@media (max-height: 900px) {
.wrap-primary {
	padding: 0;
}
.header-full-icons {
	margin-top: 40px;
}
.head-title {
	font-size: 3em;
}
.head-subtitle {
	font-size: 2em;
}
.header-full-icons .icon-ar.icon-ar-xl-lg {
	width: 60px;
	height: 60px;
	font-size: 32px;
	line-height: 1.8;
}
}
@media (max-height: 768px) {
.head-full-logo {
	display: none;
}
}
@media (max-width: 991px) {
.wrap-primary {
	padding: 20px 0;
}
.header-full-icons {
	margin-top: 40px;
}
.head-title {
	font-size: 3em;
	font-weight: 300;
	text-align: center;
	color: #fff !important;
}
.head-subtitle {
	font-size: 2em;
}
}


/*-------------------------------------------------------------------*/
/* Back to Top */
/*-------------------------------------------------------------------*/
#back-top a {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999999999;
	color: #eee;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}
#back-top a:hover {
	background-color: rgba(0, 0, 0, 0.7);
}
#back-top a i {
	font-size: 2em;
}
@media (max-width: 767px) {
#back-top a {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#back-top a i {
	font-size: 1.6em;
}
}
/*-------------------------------------------------------------------*/
/* Header full */
/*-------------------------------------------------------------------*/
.header-full {
	border-top: 5px solid #66ccff;
	background-color: #000;
}
.header-full-title {
	float: left;
	overflow: hidden;
	margin-top:-10px;
	margin-bottom:10px;
}
.header-full-title h1 {
	margin-bottom: 5px;
	font-family: "Signika";
	word-spacing: -7px;
	color: #000;
	font-size: 32px;
	margin-top: 0 px;
}
.header-full-title h1 a {
	color: #000;
	text-decoration: none;
}
.header-full-title h1 span, .header-full-title h1 span a {
	color: #000;
}
.header-full-title p {
	margin-bottom: 15px;
	font-size: 1.2em;
	text-align: center;
}
.top-nav {
	margin-top: 10px;
	float: right;
	position: relative;
}
.top-nav .dropdown {
	display: inline-block;
	margin-left: 20px;
	z-index: 60000000;
	vertical-align: top;
}
.top-nav .dropdown a {
	margin: 10;
	padding: 0;
	display: inline-block;
	padding: 7px 10px;
	color: #000;
	text-decoration: none;
}
.top-nav .dropdown > a:after {
	content: none;
}
.top-nav .dropdown a i {
	font-size: 1.4em;
	color: #fff;
}
.dropdown-search-box, .dropdown-login-box {
	overflow: hidden;
	padding: 10px;
	min-width: 300px;
	box-shadow: none;
}
.dropdown-search-box .form-group, .dropdown-login-box {
	margin: 0;
}
.dropdown-login-box h4 {
	margin: 5px 0 10px 0;
}
.dropdown-login-box .btn {
	margin-top: 10px;
}
.top-nav-social {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	margin-left: 20px;
	overflow: hidden;
}
.top-nav-social li {
	float: left;
	margin: 0;
}
.top-nav-social a {
	font-size: 1.5em;
	margin: 0;
	color: #444;
	display: inline-block;
	padding: 7px 10px;
	min-width: 40px;
	text-align: center;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

/* ----- */
.navbar-header-full {
	background-image: url(../images/bg.png) !important;
	background-repeat: repeat;
}
.navbar-header-full.navbar-inverse {
	border-top: solid 1px #66ccff;
}
.navbar-header-full.navbar-dark {
	border-top: solid 1px #444;
}
.navbar-default.navbar-inverse + .main-header {
	background-color: #fff;
	border-bottom: solid 1px #00f;
	color: #333;
}
.navbar-default.navbar-inverse + .main-header .page-title, .navbar-default.navbar-inverse + .main-header a {
	color: #333;
	border-color: #333;
}
.navbar-default.navbar-inverse + .main-header .breadcrumb > li + li:before {
	color: #888;
}
.navbar-default.navbar-inverse + .main-header li.active {
	color: #000;
	border-color: #000;
}
.header-full-dark {
	background-image: none;
	background-color: #444;
	color: #fff;
}
.header-full-dark .header-full-title h1 a {
	margin-bottom: 5px;
	margin-top: 15px;
	font-family: "Signika";
	word-spacing: -7px;
	color: #fff;
	font-size: 32px;
}
.navbar-header-full .sb-icon-navbar i {
	height: 51px;
	margin-top: -1px;
}
.navbar-inverse .sb-icon-navbar i {
	background-color: #444;
	background-image: none;
}
.header-full + .navbar-inverse {
	background-image: none;
	box-shadow: none;
}
.header-full-dark .top-nav-social {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	margin-left: 20px;
	background-color: #333;
	-webkit-box-shadow: inset 0 0 1px #323232;
	-moz-box-shadow: inset 0 0 1px #323232;
	box-shadow: inset 0 0 1px #323232;
	border: solid 1px #555;
	border-top: 0;
	overflow: hidden;
}
.header-full-dark .top-nav-social li {
	float: left;
	margin: 0;
}
.header-full-dark .top-nav-social a {
	color: #999;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.header-full-dark .top-nav .dropdown a {
	color: #999;
	background-color: #333;
	-webkit-box-shadow: inset 0 0 1px #323232;
	-moz-box-shadow: inset 0 0 1px #323232;
	box-shadow: inset 0 0 1px #323232;
	border: solid 1px #555;
	border-top: 0;
}
.header-full-dark .top-nav .dropdown a i {
	color: #999;
}
.header-full-dark .top-nav .dropdown-menu {
	color: #999;
	background-color: #333;
}
.header-full-dark .top-nav .dropdown-menu input {
	color: #999;
	background-color: #444;
	border-color: #555;
	box-shadow: none;
}
.header-full-dark .top-nav .dropdown-menu input:focus {
	border-color: #66ccff;
}
.header-full-dark ~ .navbar-dark {
	border-top: solid 1px #555;
}


/*------------------*/
.wrap-primary-plan {
	background-image: url("../img/plan.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #fff;
}
#primary-plan {
	font-family: "Signika";
	text-align: center;
	color: #fff;
	padding: 10px 20px;
	margin: 20px auto;
	display: block;
}
#primary-plan h1 {
	font-family: "Signika";
	font-weight: 300;
	font-size: 2.6em;
	color: #fff;
}
.wrap-pointers {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAE0lEQVQIW2NkYGD4D8SMjEACDAAOKQEDKKNmJgAAAABJRU5ErkJggg==) repeat;
}
.content-box-trans {
	background-color: rgba(0, 0, 0, 0.5) !important;
	border: 0 !important;
}

.navbar-header-full {
	border-top: 5px solid #66ccff;
	background-image: none !important;
	background-color: #000 !important;
}
