/*

Theme Name: Caerus

Theme URI: http://www.abilenewebsitedesign.com/

Author: Caerus Team

Author URI: http://www.www.abilenewebsitedesign.com/

Description: Caerus is a multi-purpose business theme that offers web design flexibility with the practicality of corporate layouts that fit your business right out of the box. 

Version: 1.0

License: GNU General Public License

License URI: license.txt

Tags: 

*/

/* general styles */

p {
	font-size: 16px;	
}

h1 {
	font-size: 34px;
	line-height: 54px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

.light {
	font-weight: 400;
}

form .row {
	margin-bottom: 20px;
}

#page {
	
}

.item {
	
}

.item.header {
	padding-bottom: 50px;
}

.item.content, .item.portfolio, .item.team, .item.pricing, .item.contact {
	padding-top: 60px;
	padding-bottom: 60px;
}

.item.footer {
}



.width-100 {
	width: 100%;
}

header .navbar.plain li.active a {
	color: #1ABC9C;
}

header .navbar-white {
	background: #fff;
}

header .navbar-white a {
	color: #3D566E;
}

.current-menu-item > a {
	color: #486C80;	

}


/* videos */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper > .frameCover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: none;
}

/* ----------------------------------------------------------------
	Top Panel
-----------------------------------------------------------------*/


#top-panel {
	position: relative;
	border-bottom: 1px solid #EEE;
	height: 45px;
	line-height: 44px;
	font-size: 13px;
}


#top-panel .col_half { width: auto; }


/* Top Links
---------------------------------*/


.top-menu {
	position: relative;
	float: left;
}

.top-menu ul {
	margin: 0;
	list-style: none;
}

.top-menu ul li {
	float: left;
	position: relative;
	height: 44px;
	border-left: 1px solid #EEE;
}

.top-menu ul li:first-child,
.top-menu ul ul li { border-left: 0 !important; }

.top-menu li > a {
	display: block;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	height: 44px;
	color: #666;
}

.top-menu li i { vertical-align: top; }

.top-menu li i.icon-angle-down { margin: 0 0 0 5px !important; }

.top-menu li i:first-child { margin-right: 3px; }

.top-menu li.full-icon i {
	top: 2px;
	font-size: 14px;
	margin: 0;
}

.top-menu li:hover { background-color: #EEE; }

.top-menu ul ul,
.top-menu ul div.top-link-section {
	display: none;
	pointer-events: none;
	position: absolute;
	z-index: 210;
	line-height: 1.5;
	background: #FFF;
	border: 0;
	top: 44px;
	left: 0;
	width: 140px;
	margin: 0;
	border-top: 1px solid #1ABC9C;
	border-bottom: 1px solid #EEE;
	box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
}

.top-menu li:hover ul,
.top-menu li:hover div.top-link-section { pointer-events: auto; }

.top-menu ul ul li {
	float: none;
	height: 36px;
	border-top: 1px solid #F5F5F5;
	border-left: 1px solid #EEE;
}

.top-menu ul ul li:hover { background-color: #F9F9F9; }

.top-menu ul ul li:first-child {
	border-top: none !important;
	border-left: 1px solid #EEE;
}

.top-menu ul ul a {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
}

.top-menu ul ul img {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

.top-menu ul ul.top-demo-lang img {
	top: 4px;
	width: 16px;
	height: 16px;
}

.top-menu ul div.top-link-section {
	padding: 25px;
	left: 0;
	width: 280px;
}

.fright .top-menu ul div.top-link-section,
.top-menu.fright ul div.top-link-section {
	left: auto;
	right: 0;
}


/* Top Social
-----------------------------------------------------------------*/


#top-social,
#top-social ul { margin: 0; }

#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
	display: block;
	position: relative;
	float: left;
	width: auto;
	overflow: hidden;
	height: 44px;
	line-height: 44px;
}

#top-social li { border-left: 1px solid #EEE; }

#top-social li:first-child { border-left: 0 !important; }

#top-social li a {
	float: none;
	width: 40px;
	font-weight: bold;
	color: #666;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
}

#top-social li a:hover {
	color: #FFF !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#top-social li .ts-icon {
	width: 40px;
	text-align: center;
	font-size: 14px;
}


/* Top Login
-----------------------------------------------------------------

#top-login { margin-bottom: 0; }

#top-login .checkbox { margin-bottom: 10px; }

#top-login .form-control { position: relative; }

#top-login .form-control:focus { border-color: #CCC; }

#top-login .input-group#top-login-username { margin-bottom: -1px; }

#top-login #top-login-username input,
#top-login #top-login-username .input-group-addon {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#top-login .input-group#top-login-password { margin-bottom: 10px; }

#top-login #top-login-password input,
#top-login #top-login-password .input-group-addon {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

*/

/* ----------------------------------------------------------------
	Stretched Layout
-----------------------------------------------------------------*/


.stretched #wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none;
}

#wrapper {
	position: relative;
	float: none;
	width: 1220px;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/


#header {
	position: relative;
	background-color: #FFF;
}

#header .container { position: relative; }

#header.transparent-header {
	background: transparent;
	border-bottom: none;
	z-index: 199;
}

#header.semi-transparent { background-color: rgba(255,255,255,0.8); }

#header.transparent-header.floating-header { margin-top: 60px; }

#header.transparent-header.floating-header .container {
	width: 1220px;
	background-color: #FFF;
	padding: 0 40px;
	border-radius: 2px;
}

#header.transparent-header.floating-header.sticky-header .container {
	width: 1170px;
	padding: 0 15px;
}

#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
	top: -100px;
	margin-bottom: -100px;
}

#header.transparent-header.floating-header + #slider,
#header.transparent-header.floating-header + #google-map {
	top: -160px;
	margin-bottom: -160px;
}

#header.transparent-header + #page-title.page-title-parallax .container {
	z-index: 5;
	padding-top: 100px;
}

#header.full-header { border-bottom-color: #EEE; }

body.stretched #header.full-header .container {
	width: 100%;
	padding: 0 30px;
}

#header.transparent-header.full-header #header-wrap { border-bottom: 1px solid rgba(0,0,0,0.1); }

#slider + #header.transparent-header.full-header #header-wrap {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: none;
}

/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/


#content {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}

#content p { line-height: 1.8; }

.content-wrap {
	position: relative;
	padding: 80px 0;
}

#content .container { position: relative; }

.grid-container {
	position: relative;
	overflow: hidden;
}

body:not(.device-touch) .grid-container {
	-webkit-transition: height .4s ease;
	-o-transition: height .4s ease;
	transition: height .4s ease;
}

/* Utility Classes
   ============================= */
   
.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.padding-left-0 {
	padding-left: 0px !important;
}

.margin-left-100 {
	margin-left: 100px !important;
}

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-right-0 {
	padding-right: 0px !important;
}

.padding-right-5 {
	padding-right: 5px !important;
}

.padding-top-5 {
	padding-top: 5px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-25 {
	padding-top: 25px !important;
}

.padding-top-25 {
	padding-top: 25px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-100 {
	padding-top: 180px !important;
}

.padding-bottom-100 {
	padding-bottom: 100px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-40 {
	padding-bottom: 40px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.padding-topbottom-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;	
}
#subfooter-dark .container .row.padding-topbottom-10 {
}
#subfooter-dark .container .row.padding-topbottom-10 {
}
#subfooter-dark .container .row.padding-topbottom-10 {
}
#subfooter-dark .container .row.padding-topbottom-10 {
}
#subfooter-dark .container .row.padding-topbottom-10 {
}

.space-50 {
	padding-top: 25px;
	padding-bottom: 25px;	
	
}

.space-100 {
	padding-top: 50px;
	padding-bottom: 50px;	
	
}

.space-bottom-200 {
	padding-top: 0px;
	padding-bottom: 200px;	
	
}





.padding-topbottom-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;	
}

.padding-topbottom-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;	
}

.margin-top-0 {
	margin-top: 0px !important;
}

.padding-left-0 {
	padding-left: 0px !important;
}


.padding-left-100 {
	padding-left: 100px !important;
}

.margin-left-100 {
	margin-left: 100px !important;
}

.no-side-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;	
	
}

.rightfloat { float: right !important; }

.leftfloat { float: left !important; }

.nofloat { float: none !important; }


.col_last {
	margin-right: 0 !important;
	clear: right;
}

.textr { text-align: right !important; }

.textl { text-align: right !important; }

.textc { text-align: center !important; }

.bottom_border {
	border-bottom: 1px double #DDDDDD;
	
}

.bottom_border-lite {
	border-bottom: 1px solid #F5F5F5;
	
}

.height-fix {
	height: 100%;
	
}

.half-height {
	height: 50%;

}

.neg-margintop-100 {
	margin-top: -100px;
}

.neg-margintop-70 {
	margin-top: -70px;	
}

.neg-margintop-50 {
	margin-top: -50px;	
}


.stretched #wrapper .primary-menu.bottom_border {
	
	
}

.header-float {
	
	padding: 10px;
	background-color: #1A7F94;
	margin-top: -100px;
	z-index: 199;
	top: 0;
	
}

.header-float-solo {
	
	padding: 0px;
	background-color: #1A7F94;
	margin-top: -25px;
	z-index: 199;
	top: 70px;
	
}

.header-float-transparent {
	padding: 0px;
	background-color: rgba(26,127,148,0.65);
	margin-top: -25px;
	z-index: 199;
	top: 70px;	
}

#navi-wrap .header-float {
	padding: 10px;
	background-color: #1A7F94 !important;
	margin-top: -100px;
	z-index: 199;
	top: 0;
}

.border-top-0 {
	border-top: 0px !important;
}
.stretched #wrapper script {
}
#footer .border-box {
}
#creator-link {
	padding-top: 5px;

}
#creator-link p {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#social-media  {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}








@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: left;
    }
}



/* Grids
   ============================= */

.postcontent { width: 860px; }
.postcontent.bothsidebar { width: 580px; }
.sidebar { width: 240px; }
.col_full { width: 100%; }
.col_half { width: 48%; }
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }
body.stretched .container-fullwidth {
	position: relative;
	padding: 0 60px;
	width: 100%;
}

.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 50px;
	float: left;
}

.postcontent,
.sidebar { margin-right: 40px; }

.col_full {
	clear: both;
	float: none;
	margin-right: 0;
}

.postcontent.col_last,
.sidebar.col_last { float: right; }

.col_last {
	margin-right: 0 !important;
	clear: right;
}

#wrapper {
	position: relative;
	float: none;
	width: 1220px;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	
}

/* Top Panel Section
   ============================= */

#top-section 

.top-section {
	top: 0;
	border-width: 0 0 1px;
	border-bottom-color: rgba(203,203,203,1.00);
	border-bottom-style: double;
}

/*#top-panel {
	position: relative;
	border-bottom: 1px solid #EEE;
	height: 45px;
	line-height: 44px;
	font-size: 13px;
}*/

.top-banner {
	position: relative;
	height: 5px;
	line-height: 44px;
	font-size: 13px;
	background-color: #2C3E50;
}

.top-block {
	top: 0;
	position: relative;
	min-height: 150px;
	display: block;
	
}




/* Top Links Section
   ============================= */
.top-menu {
	position: relative;
	float: right;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: thin;
	border-radius: 0px 0px 6px 6px;
	background-image: -webkit-linear-gradient(270deg,rgba(247,247,247,1.00) 0%,rgba(203,203,201,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(247,247,247,1.00) 0%,rgba(203,203,201,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(247,247,247,1.00) 0%,rgba(203,203,201,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(247,247,247,1.00) 0%,rgba(203,203,201,1.00) 100%);
	border-right-color: #676767;
	border-bottom-color: #676767;
	border-left-color: #676767;
	height: 32px;
	line-height: 32px;
}

.top-menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.top-menu ul li {
	float: left;
	position: relative;
	height: 32px;
	border-left: 1px ridge #5DA4DF;
	border-right-color: #EEEEEE;
	border-right-style: none;
}

.top-menu ul li:first-child,
.top-menu ul ul li {
	border-left: 0 !important;
	min-width: 0px;
}

.top-menu li > a {
	display: block;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	height: 44px;
	color: #2A619E;
}

.top-menu li i {
	position: relative;
	top: 1px;
}

.top-menu li i.icon-angle-down { margin: 0 0 0 2px !important; }

.top-menu li i:first-child { margin-right: 2px; }

.top-menu li.full-icon i {
	top: 2px;
	font-size: 14px;
	margin: 0;
}

.top-menu li:hover { background-color: #EEE; }

.top-menu ul ul,
.top-menu ul div.top-link-section {
	display: none;
	pointer-events: none;
	position: absolute;
	z-index: 210;
	line-height: 1.5;
	background: #FFF;
	border: 0;
	top: 44px;
	left: 0;
	width: 140px;
	margin: 0;
	border-top: 1px solid #1ABC9C;
	border-bottom: 1px solid #EEE;
	box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
}

.top-menu li:hover ul,
.top-menu li:hover div.top-link-section { pointer-events: auto; }

.top-menu ul ul li {
	float: none;
	height: 36px;
	border-top: 1px solid #F5F5F5;
	border-left: 1px solid #EEE;
}

.top-menu ul ul li:hover { background-color: #F9F9F9; }

.top-menu ul ul li:first-child {
	border-top: none !important;
	border-left: 1px solid #EEE;
}

.top-menu ul ul a {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
}

.top-menu ul ul img {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

.top-menu ul ul.top-demo-lang img {
	top: 4px;
	width: 16px;
	height: 16px;
}

.top-menu ul div.top-link-section {
	padding: 25px;
	left: 0;
	width: 280px;
}

.fright .top-menu ul div.top-link-section,
.top-menu.fright ul div.top-link-section {
	left: auto;
	right: 0;
}




/* Marketing Banner
   ============================= */

.header-banner {
	float: right;
	padding: 45px;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}

.header-banner a,
.header-banner img { display: block; }



/* Logo
   ============================= */

#logo a {
	display: block;
	color: #000;
}

#logo img {
	display: block;
	max-width: 100%;
}

#logo a.standard-logo { display: block; }

#logo a.retina-logo { display: none; }

.navbar-logo {
  float: left;
  height: 50px;
  padding: 0px 0px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-float-logo {
	float: left;
	height: auto;
	padding-bottom: 5px;
	font-size: 18px;
	line-height: 20px;
	padding-left: 10px;
	padding-top: 10px;
	
}

/* Heading
   ============================= */
.wide-header {
	width: 100%;
	padding: 0 30px;
	top: 5px;
}

.wide-header-notop {
	width: 100%;
	padding: 0 30px;
	top: 0px;

}




#header {
	position: relative;
	background-color: #FFF;
}

#header-dark {
	position: relative;
	background-color: #2C3E50;
	color: #fff;
}

#header .container { position: relative; }

#header.transparent-header {
	background: transparent;
	border-bottom: none;
	z-index: 199;
}

#header.partial-transparent { background-color: rgba(255,255,255,0.6); }

#header.transparent-header.floating-header { margin-top: 60px; }

#header.transparent-header.floating-header .container {
	width: 1220px;
	background-color: #FFF;
	padding: 0 40px;
	border-radius: 2px;
}

#header.transparent-header.floating-header.sticky-header .container {
	width: 1170px;
	padding: 0 15px;
}


#header .elements {
	float: left;
	width: 100%;
	border-bottom: 2px solid #f0f0f0;
	padding-left: 20px;
}

#header .elements h5 {
    text-align: left;
    color: #5b5d60;
    margin: 0;
    float: left;
    padding: 22px 150px 14px 0;
	display: inline-block;
}


/* Nav Menu
   ============================= */

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-header1 {
  position: relative;
  min-height: 100px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {

.primary-nav {
  margin: 7.5px -15px;
}

.primary-nav> li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
}

@media (min-width: 768px) {
  .primary-nav {
    float: left;
    margin: 0px;
  }
  
  .primary-nav > li {
    float: left;
  }
  
  .primary-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {

.header1-nav {
  margin: 7.5px -15px;
}

.header1-nav> li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
}

@media (min-width: 768px) {
  .header1-nav {
    float: right;
    margin: 0;
  }
  .header1-nav > li {
    float: right;
  }
  .header1-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


@media (min-width: 768px) {
  .navbar-form {
	width: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-right: 0;

	margin-left: 50px;
	border-left: 1px double #DBDBDB;
	border-right: 0;
	border-bottom: 0;
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
  }

/* Header Right
   ============================= */

#search-form,
#shopcart-top,
#right-menu-trigger,
#top-account {
	float: right;
	margin: 40px 0 40px 15px;
}

#shopcart-top { position: relative; }

#top-search a,
#top-cart a,
#side-panel-trigger a,
#top-account a {
	display: block;
	position: relative;
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #333;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

#top-search a { z-index: 11; 

}
}


/* Slider
   ============================= */

html,
body {
    height: 100%;
	
	
}


.item,
.active {
    height: 100%;
	 
}

.carousel {
    height: 50%;
}

.carousel-full {
	height: 100%;	
}

.carousel-34  {
	height: 75%
		
}

.carousel-60  {
	height: 60%
		
}

.carousel-inner {
    height: 100%;
		 
}

#carousel-inner .full-slider {
	margin-top: -100px;
		
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

.fill-34 {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}



footer {
    margin: 50px 0;
}


/* Latest News 
   ============================= */

latest-news {
	
	
}


#nav_wrapper {
	
	height: 100px;
	width: 550px;
	background: #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	
	
}

#header .box-float {
	
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;	
	z-index: 2;
	top: 55px;
	background-color:#DD0306
	
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Colors 
   ============================= */

a {
	color: #585C5F;
	text-decoration: none;
}

/* Main Menu 
   ============================= */
 #main-menu {
	padding-top: 5px;
	padding-bottom: 5px;
		
}

@media (min-width: 768px) {
  
 #main-menu .nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 35px;
	padding-right: 35px;
  }
}

#main-menu-split {
	padding-top: 35px;
	padding-bottom: 35px;
		
}
   
#main-menu-split .navbar-logo
{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin:0 auto;
	top: 15px;
}
.navbar-toggle {
    z-index:3;
} 

.float-nav {
	float: left !important;	
	
}

 
 /* Sub Menu 
   ============================= */
 #sub-menu {
	 padding-top: 5px;
	 padding-left: 25px;
	 
 }
 
 #sub-menu .breaking-news {
	 
	 
 }
 
 #sub-menu h5 {
	 color: #0ABD02
	 
 }
 
 
 #main-menu-2 {
	float: none;
	max-width: none;
	border-top: 1px solid #F5F5F5;
	background-image: -webkit-linear-gradient(270deg,rgba(42,97,158,1.00) 0%,rgba(11,35,115,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(42,97,158,1.00) 0%,rgba(11,35,115,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(42,97,158,1.00) 0%,rgba(11,35,115,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(42,97,158,1.00) 0%,rgba(11,35,115,1.00) 100%);
	border-radius: 5px;
}

#main-menu-2 > ul {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #EEE;
}

#main-menu-2 > div > ul { float: left; 
}

/*#main-menu.style-1,
#main-menu.style-1 > div > ul,
#main-menu.style-1 > div > ul > li > a { height: 60px;
}*/

#logo + #main-menu-2 {
	height: 100px;
	border-top: 0;
}

#main-menu-2 > div > ul > li > a {
	line-height: 60px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/menu-divider.png);
	margin-left: 1px;
	color: #F1F1F1;
}

#main-menu-2 > div > ul > li > a i { line-height: 59px; }

#main-menu-2 ul ul,
#main-menu-2 ul li .mega-menu-content { top: 60px; }

#logo + #main-menu-2 > ul > li > ul,
#logo + #main-menu-2 ul li .mega-menu-content { top: 100px; }

#main-menu-2 > div #top-search,
#main-menu-2 > div #top-cart,
#main-menu-2 > div #side-panel-trigger {
	margin-top: 20px;
	margin-bottom: 20px;
}

#main-menu-2 > div > ul > li:hover a,
#main-menu-2 > div > ul > li.current a { color: #1ABC9C; }


#main-menu-2 .navbar .navbar-nav {
	display:inline-block;
	float: left;
	vertical-align: auto;	
	
}
 
 #main-menu-2 .navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}

@media (min-width: 768px) {
  
 #main-menu-2  .nav > li > a {
	padding-left: 20px;
	padding-right: 35px;
	}
}

@media (min-width: 768px)  {
#main-menu-2 .navbar-form {
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0;
    margin-left: 50px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}


#main-menu-2 .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}

 

/* Heading Style 1 
   ============================= */
   
   #header .header-links {
	float: right;
	padding: 45px;
}

#header .header-links a,
#header .header-links img { display: block; }

#header link-elements {
    float: right;
    width: 100%;
}

#header .header-links h5, link-elements h5 {
    text-align: right;
    color: #5b5d60;
    margin: 0;
    float: right;
    padding: 0px 50px 14px 0;
	display: inline-block;
}

#myCarousel .carousel .container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.bg-image {
	background-image: url(../images/nfo_bg_120414.png), -webkit-linear-gradient(270deg,rgba(173,220,253,1.00) 0%,rgba(255,255,255,1.00) 59.59%);
	background-image: url(../images/nfo_bg_120414.png), -moz-linear-gradient(270deg,rgba(173,220,253,1.00) 0%,rgba(255,255,255,1.00) 59.59%);
	background-image: url(../images/nfo_bg_120414.png), -o-linear-gradient(270deg,rgba(173,220,253,1.00) 0%,rgba(255,255,255,1.00) 59.59%);
	background-image: url(../images/nfo_bg_120414.png), linear-gradient(180deg,rgba(173,220,253,1.00) 0%,rgba(255,255,255,1.00) 59.59%);
	
	
}
   
/* Footer 
   ============================= */


#footer {
	position: relative;
	background-color: #EEE;
	border-top: 5px solid rgba(0,0,0,0.2);
	padding-top: 25px;
}
   
#footer .footer-wrap {
    margin: 0 auto;
    padding-bottom: 20px;
    color: #ccc;
    position: relative;
}	

#footer .title h5 {
	color: #FF4242;
	font-weight: 500;
	border-bottom: medium solid #B4B4B4;
	padding-bottom: 10px;
}
	
	
/* Footer 
   ============================= */

#footer-dark {
	position: relative;
	background-color: #2c3e50;
	border-top: 2px solid rgba(255,255,255,0.90);
	padding-top: 25px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
.stretched #wrapper #footer-dark {
}
.stretched #wrapper #footer-dark {
}


   
#footer-dark .footer-wrap {
    margin: 0 auto;
    padding-bottom: 20px;
    color: #ccc;
    position: relative;
}	

#footer-dark .title h5 {
	color: #759598;
	font-weight: 500;
	border-bottom: thin solid rgba(30,42,54,0.26);
	padding-bottom: 10px;
}

#footer-dark p {
	color: #fff;
	font-size:15px;
	
}

.widget {
	margin: 0 0 0 0;
	position: relative;
    z-index: 99;
	
}

#footer-dark .post-time {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	
}

#footer-dark .blog-details {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 5px;	

}

.blog-recent-img {
	width: 15%;
	float: left;
	margin: 0;
	position: relative;
		
}

.blog-recent-text {
	padding: 8px 10px 8px 15px;
    float: left;
    width: 75%;		
	position: relative;
}

#footer-dark .widget ul {
	padding-left: 0px;
}

.widget-contact-info {
	margin-top: 10px;	
	
}

#footer-dark .widget-contact-info i {
	color: #B3FFF2;
	padding-right: 5px;	
	
}

#footer-dark .widget-address {
	color: fff;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	padding-left: 20px;
	
}

	

/* Sub-Footer 
   ============================= */
 #subfooter-dark {
	position: relative;
	background-color: #1e2a36;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #E0F5FF;
}
 
 #subfooter-dark .subfooter-wrap {
    margin: 0 auto;
    padding-bottom: 15px;
    color: #ccc;
    position: relative;
}	  

#subfooter-dark .title {
	border-bottom: 1px solid #B4B4B4;
	padding-bottom: 10px;
}  
.social-media {
}
#social-media i {
	padding-left: 7px;
	padding-right: 7px;
}



#newsletter-signup {
	
	
}

#newsletter-signup .navbar-form {
  padding-top: 0px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-right: -15px;
  margin-bottom: 0px;
  margin-left: -15px;
  border-top: none;
  border-bottom: none;
  border-left: none;
  
  }
	
	
	
#subfooter-dark .container .row.padding-topbottom-10 {
}
#subfooter-dark .container .row.padding-topbottom-10 {
}
#copyright {
}
#copyright .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: inline;
	margin-right: 5px;
}

#copyright p {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;

}
.padding-bottom-10 {
	padding-bottom: 10px;
}

/* Page Title 
   ============================= */
   
#page-title  {
    width: 100%;
    z-index: 100;
    color: #fff;
	height: 400px;
	
}

#page-title .title-image {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(http://diogenes20.ribbonwebdesign.com/wp-content/uploads/2017/01/texas-bg-black.jpg);
    background-repeat: no-repeat;
	/*background-position: 0% bottom;*/
    background-size: cover;
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
}

#page-title .default-title {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(http://diogenes20.ribbonwebdesign.com/wp-content/uploads/2016/10/diogenes-lantern-long.jpg);
    background-repeat: no-repeat;
	/*background-position: 0% bottom;*/
    background-size: contain;
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
}

#page-title .container {
	padding-top: 50px;	
}

#curriculum-title {
	width: 100%;
    z-index: 100;
    color: #fff;
	height: 150px;	
	
}

#curriculum-title .title-image {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
	/*background-image: url(http://caerus.ribbonwebdesign.com/wp-content/uploads/2016/10/texas-bg-black.jpg);*/
	background-color: #2b3a42 !important;
    background-repeat: no-repeat;
	/*background-position: 0% bottom;*/
    background-size: cover;
    background-attachment: scroll;
    /*background-color: rgba(0, 0, 0, 0);*/
}

#default-title {
	width: 100%;
    z-index: 100;
    color: #fff;
	height: 200px;	
	
}

#default-title .diogenes-title {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(http://diogenes20.ribbonwebdesign.com/wp-content/uploads/2016/10/diogenes-lantern-long.jpg);
    background-repeat: no-repeat;
	/*background-position: 0% bottom;*/
    background-size: contain;
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
}

#group-title {
	width: 100%;
    z-index: 100;
    color: #fff;
	height: 75px;	
	
}

#group-title .title-short{
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
	/*background-image: url(http://diogenes20.ribbonwebdesign.com/wp-content/uploads/2016/10/wind-farm-blue.jpg);*/
	background-color: #2c3e50 !important;
    background-repeat: no-repeat;
	/*background-position: 0% bottom;*/
    background-size: contain;
    background-attachment: scroll;
    /*background-color: rgba(0, 0, 0, 0);*/
}

#group-title .title-short h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 24px;
	font-weight:500;
	
}

#breadcrumbs {
	float:right;
	margin-top: 25px;	
	
}
/* Page Content
   =============================*/
 
#pgcontent {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

#pgcontent .content-box  {
    position: relative;
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
	
}

#pgcontent-slider{
	position: relative;
    /*overflow: hidden;*/
    background-color: #FFF;
	margin-top: -120px !important;
}

#pgcontent-slider .content-box  {
    position: relative;
    /*padding-top: 25px;*/
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	
}

/* Sidebar
   =============================*/

#sidebar {
	padding-top: 15px;
	padding-left:10px;
	
}

/* Courses
   =============================*/
#course-details {
	
}

#course-details .brief p {
	color:#fff;
	font-size:medium;	
	
}

.course-title span {
    background-color: rgba(0,0,0,0.4);
    padding: 4px 8px 6px 8px;
    border-radius: 3px;
    margin: 0 0 10px 0;
	color:#ffffff !important;
}

.course-title span a {
	color:#ffffff !important;
}


.course-status {
	padding-left: 0px !important;
	padding-top: 10px !important;
	
}

/* Drop Down Styling
   ============================*/
@media (min-width:768px) {
	.sub-menu {
		display: none;
		position: absolute;
		background: #222;
		padding: 10px 15px;
		width: 200px;		
	}

	li:hover .sub-menu {
		display: block;
	}

}

.sub-menu li {
	margin-bottom: 10px;
	list-style: none;
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.sub-menu a  {
	color: #999;
	text-decoration: none;
}

.sub-menu a:hover  {
	color: #fff;	
}	

.current-menu-item > a, .current-menu-parent > a :after {
	background: rgba(237,237,237,0.38);
	
}

.current-menu-parent > a :before {
	

}

.current-menu-parent li a {
	background: inherit;
}
.current-menu-parent .current-menu-item a {
	color: #fff;
	font-weight: bold;
}

.sidebar { 
	margin-top: 40px;
	color: #444;
}

.sidebar h3 {
	color: #888;
}

