﻿/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.1.0 
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
/*.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:350px;height:50px; 			
												margin-top:-50px;
											}
.tp-bullets.tp-thumbs .tp-mask				{	width:350px; height:50px;  			
												overflow:hidden; position:relative} */
a.dark-link  {
	color:#666666;
	text-decoration:none;	
	}
a:hover.dark-link {
	color:#e84c3d;
	text-decoration:underline;	
	}

.text-white {
	  color:#FFFFFF
	  }

.header {
	padding: 20px 0 10px 0;
}
.list-inline {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}
.nav-stacked > li + li {
	margin-left: 20px;	
}
.mfp-title {
    line-height: 45px;
    font-size: x-large;
    padding-top: 5px;
    background-color: #080808;
    padding-left: 16px;
	}
.mfp-counter {
    top: 20px;
    right: 5px;
}
.mfp-bottom-bar {
    margin-top: -40px;
}
.overlay span {
	margin-bottom: 30px;
	background-color: #fff;
	color: #262626;
	width: 225px;
	position: fixed;
	top: 65px;
	z-index: 1002;
	left: -227px;
}
div.style-switcher .header {
	padding: 10px 30px;
	background: #f1f1f1;
	z-index: 2;
	position: relative;
	border: 1px solid #ddd;
	height: 55px;
}
div.style-switcher .body {
	padding: 0 12px 10px;
	top: 0px;
	position: absolute;
	opacity: 0;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-top: none;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
div.style-switcher.opened .body {
	top: 55px;
	opacity: 1;
}
div.style-switcher .header h2 {
	color: #343434;
}
div.style-switcher h2 {
	margin: 0;
	font-size: 20px;
}
div.style-switcher h3 {
	margin: 15px 0 5px 0;
	font-size: 18px;
}
div.style-switcher hr {
	margin: 15px 0;
}
div.style-switcher hr + h3 {
	margin-top: 0;
}
div.style-switcher a.trigger {
	display: block;
	height: 55px;
	position: absolute;
	right: -45px;
	top: -1px;
	background: #f1f1f1;
	width: 45px;
	font-size: 24px;
	line-height: 44px;
	color: #666666;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: none;
}
div.style-switcher.opened a.trigger {
	right: -1px;
}
div.style-switcher ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 0;
}
div.style-switcher ul li {
	width: 25px;
	height: 25px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 0 3px 3px 0;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	transition: all linear 0.3s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.separator-3 {
	display: block;
	width: 60px;
	height: 5px;
	margin: 15px 0 15px;
	background-color: #F3696C;
	position: relative;
	border: 1px solid #F3696C;
}
.separator-3:after {
	width: 30px;
	height: 5px;
	background: #CCCCCC;
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
}

#ase .separator-3 {
	display: block;
	width: 60px;
	height: 5px;
	margin: 15px 0 15px;
	background-color: #ffa500;
	position: relative;
	border: 1px solid #ffa500;
}
#ase .separator-3:after {
	width: 30px;
	height: 5px;
	background: #CCCCCC;
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
}
.parallax-bg-beta {
	background: url("../images/beta-bg.jpg") 50% 0px no-repeat;
}
.parallax-bg-elevate {
	background: url("../images/elevate-2020.jpg") 50% 0px no-repeat;
}
.blogpost {
    margin: 0 0 10px;
}
.lead {
	font-weight:400
}
 .ml-10 {
	 margin-left:10px
	 }
@media (min-width: 1200px) {
.main-navigation .navbar-nav > li {
    margin: 0 0 0 5px;
}}

.p-10 {
	padding:10px;
}
.tp-mask {	width:360px!important
 }
.breadcrumb li:last-child a {
  color: #4E4343;
  text-decoration:none
}
.pv-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}