/*defaults
---------------------------------------------*/




a,
.btn {
	outline:none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top:0;
    color:#343D40;
    font-weight:300;
}

h1, .h1,
h2, .h2 {
	font-size: 34px;
	letter-spacing: -0.5px;
}

h3, .h3 {
    font-size: 26px;
    letter-spacing: -0.5px;
    margin-bottom: 6px;
	font-weight: 500;
}

h4, .h4 {
	font-size: 20px;
}


h5, .h5 {
	font-size: 15px;
}

h6, .h6 {
	font-size: 14px;
}

.lead {
  font-size: 20px;
  color: #525F63;
}

.lead-lg {
  font-size: 26px;
  color: #000;
}

.lead2 {
  font-size: 17px;
  color: #525F63;
  font-weight:300;
  margin-top:21px;
  margin-bottom:21px;
}

.featlead {
  font-size: 17px;
  color: #525F63;
  font-weight:300;
}

.prodtext {
  font-size: 16px;
}


@media (min-width: 768px) {	
	h1, .h1,
	h2, .h2 {
		font-size: 40px;
		letter-spacing: -1px;	
	}
	
	h3, .h3 {
		font-size: 30px;
	}

	.lead {
		font-size: 22.5px;
	}

	.lead2 {
		font-size: 19.5px;
	}
}

.featheader{margin-top:6px;font-size:35px;}

/*margins*/
.mb-0{
	margin-bottom:0;
}

.mb-20{
	margin-bottom:20px;
}

.mb-30{
	margin-bottom:30px;
}

.mb-40{
	margin-bottom:40px;
}

.mb-60{
	margin-bottom:60px;
}

.mb-80{
	margin-bottom:80px;
}

/*paddings*/
.pb-30{
	padding-bottom:30px;
}

.pb-60{
	padding-bottom:60px;
}

/*section pads*/
.pad-80 {
	padding: 70px 0 80px;
}

.pad-lgs {
	padding: 50px 0 70px;
}

.pad-tabs {
	padding: 30px 0 80px;
}

/*hr's*/
hr.tall{
	margin:50px 0;
}

hr.idx {
    border: 0;
    height: 3;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

/*lists*/
ul.list {
	list-style: none;
	padding-left: 25px;
}
ul.list li:before {
	content: "\2022";
	padding-right:5px;
}

.list-10 li {
    	margin: 10px 0;
}

.list-thin > li {
    	padding-left: 2px;
    	padding-right: 2px;
}


.def-bull dt{
    	font-size:22px;
    	font-weight:400;
    	color:#343d40;
    	display:list-item;
    	list-style-type:disc;
    	margin-left:45px;
}
.def-bull dd{
    	margin-bottom:2em;
	margin-left:45px;
}
.def-bull dl dt{
	font-size:20px !important;display:list-item;
	list-style-type:circle;
}



/*custom stuff*/
.w4,
.media-heading {
	font-weight:400;
}

.w6 {
	font-weight:600;
}

/*form stuff*/
form label {
	font-weight: normal;
}

.form-horizontal .control-label {
    padding-top: 5px;
}

.help-block{
	font-size:14px;
}

input[type=radio], input[type=checkbox] {
    margin: 5px 0 0;
}

textarea {
	resize: vertical;
}

.form-bg{
    background:#f8f8f8;
    border-radius:10px;
    padding: 10px;
}

.form-bg .form-title{
	font-size:22.5px;
	margin-bottom:20px;
	color:#343d40;
}

.has-error .input-group-addon {
    background-color: #FF635E;
    color:#fff;
}

label.novalidate
{
	color:#4a5259 !important;
}

/*fontawesome*/
.fa-fw {
    width: 1em;
}

.fa-pl {
    padding-left:5px;
}

.fa-pr {
    padding-right:5px;
}

.input-group-addon {
    color: #999;
}

/*below two fix the zoom issue on inputs for ios*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .form-control {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .form-control {
    font-size: 15px;
  }
}

.windows2 {
    color: #aaa;
    font-size: 14px;
    padding-top: 25px;
}

.windows2 img {
    margin: 0 2px 2px 0;
}

.windows2 {
    padding-top: 5px;
}

/*owl theme stuff
---------------------------------------------*/
.owl-theme .owl-stage-outer {
	/*padding-bottom:1px;*/ /*correct border being cutoff*/
}

.owl-theme .owl-nav {
  margin-top: 30px; /*edit*/
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 0 5px; /*edit*/
    padding: 6px 10px; /*edit*/
    background: #a0a4a7; /*edit*/
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; /*edit*/}
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #93979a; /*edit*/
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      margin: 5px 7px;
      background: #a0a4a7; /*edit*/
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #fff; /*edit*/ }
      
.owl-theme .owl-prev:before {
	content: "\f053";
	font-family:FontAwesome;
	padding-right:4px;
}

.owl-theme .owl-next:after {
	content: "\f054";
	font-family:FontAwesome;
	padding-left:4px;
}

/*below is for dots on non-index slider such as awards*/
.owl-theme2 .owl-dots .owl-dot span {
	background: #a0a4a7;
	width: 8px;
	height: 8px;
	margin: 5px 5px;
}
  
.owl-theme2 .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #2A2C33;
}


/*accordion
---------------------------------------------*/
.panel-group .panel {
    border-radius: 4px;
}

.panel-group .panel-heading {
	padding: 0;
	border-radius: 5px;
}

.panel-group .panel-heading a {
	display: block;
	padding: 12px 15px;
	color: #347FC0;
	font-size:1.1em;
	letter-spacing:normal;
}

.panel-group .panel-heading a:hover, .panel-group .panel-heading a:focus {
	text-decoration: none;
}

.panel-group .panel-heading a [class^="icon-"] {
	margin-right: 4px;
	position: relative;
	top: 1px;
}

.panel-group.secundary .panel-heading a {
	color: #FFF;
}

#accordion.panel-group .panel {
    margin-bottom: 10px;
    text-align:left;
	-webkit-box-shadow: none;
    box-shadow: none;
}

#accordion.acc-icon .panel-title{
    font-size: 17px;
    font-weight: 300;
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 4px;
}

#accordion.acc-icon .panel-title a {
    padding: 8px 15px;
}

#accordion.acc-icon .panel-title a.collapsed:before{
	font-family: FontAwesome;
	font-size: 16px;
	content: "\f0fe";
	padding: 0 10px 0 0;
	color:#5cb85c;
}

#accordion.acc-icon .panel-title a:before{
	font-family: FontAwesome;
	font-size: 16px;
	content: "\f146";
	padding: 0 10px 0 0;
	color:#5cb85c;
}

#accordion.acc-icon .panel-body{
    font-size: 15px;
    font-weight: 300;
}

/*table stuff
---------------------------------------------*/
.table-pricing > thead > tr > th,
.table-pricing > tbody > tr > th,
.table-pricing > tfoot > tr > th,
.table-pricing > thead > tr > td,
.table-pricing > tbody > tr > td,
.table-pricing > tfoot > tr > td {
    border-top: none;
    padding: 2px 10px;
}

.table-pricing .table-spacer {
	height:50px;
}





/*body stuff
---------------------------------------------*/
body{
	padding-top: 95px; /*header height + topheader height*/
}

/*topheader stuff
---------------------------------------------*/
#topheader {
	/*background: #101115;*/
	background: #101115; /* Old browsers */
	background: -moz-linear-gradient(left, #101115 0%, #33363d 50%, #101115 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #101115 0%,#33363d 50%,#101115 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #101115 0%,#33363d 50%,#101115 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	height:25px;
	color:#fff;
	font-size:13px;
	text-align:center;
}

#topheader .info {
    background: #444 none repeat scroll 0 0;
    border-radius: 0 0 6px 6px;
    display: inline-block;
    padding: 3px 18px;
}

/*topheader LARGE SCREEN
---------------------------------------------*/
@media (min-width: 992px)
{
	#topheader {
		text-align:right;
	}
}

/*header stuff
---------------------------------------------*/
#header{
    /*background: #101115;*/
	background: #101115; /* Old browsers */
	background: -moz-linear-gradient(left, #101115 0%, #33363d 50%, #101115 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #101115 0%,#33363d 50%,#101115 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #101115 0%,#33363d 50%,#101115 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    height:95px; /*so box-sizing: border-box becomes active and default small header size*/
    min-height: 95px;
    margin-bottom: 0;
    border-width: 0;
    border-radius:0;
    transition:all 0.2s ease; /*for the header anim*/
    z-index: 1030;
}

#header .header-wrapper{
	height:0; /*fix for extended menu on mobile*/
}

#header .navbar-collapse {
	border:0;
	padding: 15px 0;
	clear: both;
	background-color: #101115;
  	-webkit-box-shadow: none;
    box-shadow: none;
}

#header .navbar-nav {
	margin: 0 -15px;
}

/*logo centered*/
#header .navbar-brand {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -99px;  /* 50% of your logo width */
    padding: 0;
    height:70px;
}

/*top links*/
#header .navbar-nav > li > a {
    color:#D2D3D7;
    background-color:transparent;
    font-size:16px;
    font-weight:300;
}

#header .navbar-nav > li > a:hover,
#header .navbar-nav .open > a,
#header .navbar-nav .open > a:focus,
#header .navbar-nav .open > a:hover {
	background-color: #666;
	color:#fff;
    border-radius:4px;
}

#header .navbar-nav > li.active > a {
	color:#D2D3D7;
}

/*toggle*/
#header .navbar-toggle {
    float: left;
    font-size: 25px;
    height: 70px;
    margin: 0 15px 0;
}

#header .navbar-toggle,
#header .navbar-toggle.collapsed:hover {
    color:#fff;
}

#header .navbar-toggle.collapsed {
    color:#D2D3D7;
}

/*header LARGE SCREEN
---------------------------------------------*/
@media (min-width: 992px)
{
	#header .navbar-collapse {
		padding:0;
	    clear: none;
		background-color:transparent;
	}

	#header .navbar-nav {
		background-color: transparent;
	}

	/*logo*/
	#header .navbar-brand {
	    left: 0;
	    margin: 0 36px 0 0; /*add left and right padding below 18+18*/
	    position: relative;
	    top: -12px;
	}

	/*top links*/
	#header .navbar-nav > li > a {
		padding:6px 12px;
		margin: 6px 0 6px 12px;
	}
}

/*intros
---------------------------------------------*/
/*index pages*/
.index #intro .container{
	padding:35px 15px; /*need 15px on each side*/
	/*padding-bottom:0px;*/
	color:#fff;
	text-align:center;
}

.index #intro h1{
	color:#fff;
	font-size: 42px;
	font-weight:400;
	letter-spacing: -2.5px;
}

.index h2{
	font-size: 34px;
	letter-spacing: -0.5px;
}

@media (min-width: 768px)
{
	.index h2{
		font-size: 44px;
		letter-spacing: -1.0px;
	}
}

@media (min-width: 992px)
{
	.index #intro .container{
		text-align:left;
	}
}

.index #intro .lead .lead2{
    margin: 10px auto 30px;
    max-width: 700px;
    color:#ddd;
}

.index #intro .info {
    color: #aaa;
    font-size: 14px;
    padding-top: 5px;
}
.info-lg {
    color: #aaa;
    font-size: 18px;
    padding-top: 5px;
}
.index #intro .info img {
    margin: 0 2px 2px 0;
}



.slidebuttons {
	opacity: 0.5;
}
 

/*subheader (used in the blog)*/
.subheader {
	padding:35px 15px 40px;
	color:#ddd;
}

.subheader h1 {
    margin: 0;
    color:#fff;
}

.subheader .info{
	font-size:14px;
}


/* #content and #sidebar
---------------------------------------------*/
#sidebar{
	padding-top:60px;
}

@media (min-width: 992px)
{
	#sidebar{
		padding-top:0;
	}
}

#sidebar .list-group a:before {
	font-family: FontAwesome;
	content: "\f105";
	padding: 0 5px 0 5px;
}

#sidebar a.list-group-item {
    color: #347fc0;
}

#sidebar a.list-group-item:hover,
#sidebar a.list-group-item:focus {
    background-color: #eee;
    color: #347fc0;
}

/*custom tabs
---------------------------------------------*/
.custom-tabs{
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    clear:both;
}

.custom-tabs li a {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    margin-bottom: 5px;
    padding: 10px 15px;
    text-align: center;	
    font-size:16px;
}

.custom-tabs li a:hover {
    text-decoration:none;
    background:#eee;
    text-decoration:underline;	
}

.custom-tabs li.active a {
    background:#555;
    border-color: #555;
    color:#fff;
    cursor: default;
    text-decoration:none;
    font-weight:600;
}

/*custom content box*/
.tab-custom,
.tab-custom2 {
	border:1px solid #ddd;
	border-radius:6px;
	padding:20px 20px;
	margin-top:30px;
	background:#fff;
	text-align:left;
}

.tab-custom2 {
	padding:40px 20px 0;
	text-align:center;
}

.tab-custom3 {
	padding:40px 20px 0;
}


@media (min-width: 1200px)
{
	.custom-tabs {
	    padding: 0 10px;
	    border-radius: 6px 6px 0 0;
	    border: 1px solid #ddd;
		background: #2A2C33;
	}

	.custom-tabs > li {
	    display: table-cell;
	    width: 1%;
	    float:none;
	}

	.custom-tabs > li > a {
		border-radius: 0;
		border: 1px solid transparent;
		margin-bottom:0;
		padding: 15px;
		color:#f5f5f5;
	}
	
	.custom-tabs > li > a:hover {
		background:none;
	}
	
	.custom-tabs li.active > a {
		background: #f5f5f5;
	    color:#4a5259;
	    border-left:1px solid #ddd;
	    border-right:1px solid #ddd;
	    border-bottom: 1px solid transparent;
	    border-top: 1px solid transparent;
	    position:relative;
	}

	/*arrow*/	
	.custom-tabs li.active a:after {
    	display: block;
    	content: "";
    	width: 40px;
    	height: 20px;
    	background:transparent url('/assets/img/tab-arrow.png') no-repeat scroll center bottom;
    	position:absolute;
    	bottom:-21px;
    	left: 0;
    	width: 100%;
	}

	/*custom content box*/
	.tab-custom,
	.tab-custom2 {
		border-radius:0 0 6px 6px;
		padding:40px 20px;
		border-top:none;
		margin-top:0;
	}

	.tab-custom2,
	.tab-custom3 {
		padding:60px 20px 0;
	}

}

/*sub navigation stuff
---------------------------------------------*/
.nav-sub {
    padding: 20px 0;
    font-size:16px;
    background: #2A2C33;
    color:#aaa;
}

.nav-sub .sub-tabs {
	list-style:none;
	margin:0;
	padding:0;
}

.nav-sub .sub-tabs > li {
    margin: 4px auto 0;
    width: 90%;
}

.nav-sub .sub-tabs > li > a {
	background:#555;
	padding:10px 16px;
	color:#fff;
	display:block;
	border-radius:6px;
	text-decoration:none;
}

.nav-sub .sub-tabs > li > a:hover {
	background:#555;
}
		
.nav-sub .sub-tabs > li.active > a,
.nav-sub .sub-tabs > li.active > a:hover,
.nav-sub .sub-tabs > li.active > a:focus {
	background: #347fc0;
}

.nav-sub .sub-share {
	text-align:center;
	padding-top:20px;
}

.nav-sub .sub-share.single {
	padding-top:0;
}

.nav-sub .sub-share .fa-stack {
	margin: 0 0 0 4px;
}

/*Sub Nav large screen*/
@media (min-width: 992px) { 

	.nav-sub {
		padding:0;
		/*font-size:16px;*/
		line-height:60px;
	}
		
	.nav-sub .sub-tabs > li {
		margin:0;
		width:auto;
	}
		
	.nav-sub .sub-tabs > li > a {
		display:inline;
		float:left;
		border-radius:0;
		background:transparent;
		color:#aaa;
		padding:0 16px;
	}
	
	.nav-sub .sub-tabs > li > a:hover {
		background:none;
		text-decoration:underline;
	}
	
	.nav-sub .sub-tabs > li.active > a,
	.nav-sub .sub-tabs > li.active > a:hover,
	.nav-sub .sub-tabs > li.active > a:focus {
		color: #fff;
		text-decoration:none;
		background-color: #5a5e63;
		position:relative;
	}

/*	.nav-sub .sub-tabs > li.active > a:after {
	    content:'';
	    position: absolute;
	    top: 60px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    width: 0;
	    height: 0;
	    border-top: solid 15px #5a5e63;
	    border-left: solid 20px transparent;
	    border-right: solid 20px transparent;
	}
*/
	.nav-sub .sub-share {
		float:right;
		padding-top:0;
	}
}

/*panel stuff
---------------------------------------------*/
.panel {
    border-radius: 6px;
}

.panel-default .panel-heading {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color:#ddd;
    background:#272C32;
    font-size:18px;
    font-weight:600;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/*icon circles
---------------------------------------------*/
.icon-c1 i {
    background-color: #4A5259;
    border-radius: 5em;
    font-size: 65px;
    height: 135px;
    line-height: 135px;
    margin-bottom: 20px;
    width: 135px;
    color:#fff;
}

.icon-c1 h3 {
	font-size:28px
}

.icon-c5 .icon i{
	background-color:#428BCA;
	border-radius:50%;
	color:#fff;
	float:left;
	font-size:45px;
	height:75px;
	line-height:75px;
	text-align:center;
	width:75px;
}

.icon-c5 .icon-content,.icon-c5 .icon-link{
	margin-left:80px;
	text-align:left;
}

.icon-link{
	font-size:20px;
}
	

/*backgrounds and sections
---------------------------------------------*/
/*overlays the entire screen this color - like for picture popups*/
.overlay {
	background: rgba(22, 22, 22, 0.70);
	width:100%;
	height:100%;
}

/*arrows for use with backgrounds*/
.arrow-d,
.arrow-dg {
    position:relative;
}

.arrow-d:after,
.arrow-dg:after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 40px #fff;
    border-left: solid 40px transparent;
    border-right: solid 40px transparent;
}

.arrow-dg:after {
    border-top: solid 40px #f4f4f4;
}

.bg-index-top {
	background: #1a1b20; /* Old browsers */
	background: -moz-linear-gradient(left, #1a1b20 0%, #576274 50%, #1a1b20 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1a1b20 0%,#576274 50%,#1a1b20 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1a1b20 0%,#576274 50%,#1a1b20 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	background-image: radial-gradient(80% 99% at top center,#576274 ,#1a1b20 );
}

.bg-index {
	background: #1a1b20; /* Old browsers */
	background: -moz-linear-gradient(left, #1a1b20 0%, #576274 50%, #1a1b20 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1a1b20 0%,#576274 50%,#1a1b20 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1a1b20 0%,#576274 50%,#1a1b20 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	background-image: radial-gradient(70% 180% at top center,#576274 ,#1a1b20 );
}

.bg-shadow {
	height:50px;
	background: #b7b8bd; /* Old browsers */
	background: -moz-linear-gradient(top, #b7b8bd 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b7b8bd 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b7b8bd 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*texture overlay image*/
.bg-noise{
	background: url('/assets/img/bg-noise.png') repeat scroll center center;
}

/*for under the main navigation header*/
.bg-gradline{
	height:2px;
	width:100%;
	display:block;
	float:left;

	background: #101115; /* Old browsers */
	background: -moz-linear-gradient(left, #1a1b20 0%, #b4b7be 40%, #b4b7be 60%, #1a1b20 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1a1b20 0%,#b4b7be 40%,#b4b7be 60%,#1a1b20 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1a1b20 0%,#b4b7be 40%,#b4b7be 60%,#1a1b20 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*standard*/
.bg-lgray {
    background-color: #f4f4f4;
}

.bg-lgray2 {
    background-color: #efefef;
}

.bg-dgray {
    background-color: #3e444a;
}

/*breadcrumb
---------------------------------------------*/
.breadcrumb {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 3px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb li:first-child::before {
	font-family: FontAwesome;
	content: "\f015";
	padding: 0 4px 0 0;
}

.breadcrumb > li + li::before {
    content: "/";
    padding: 0 5px;

}

/*footer
---------------------------------------------*/
footer {
	/*background: #272C32;*/
	background:#272C32 url('/assets/img/bg-footer.png') repeat scroll center top;
	font-size: .9em;
	color: #777;
}

/*links*/
footer a {
    color: #777;
}

footer a:hover,
footer a:focus {
    color: #bbb;
    text-decoration:none;
}

/*nav area*/
footer .nav {
	margin-top:30px;
	margin-bottom:25px;
}

footer .nav ul li {
	padding: 4px 0 4px 5px;
}

footer .nav ul li::before {
    content:"\2022";
    padding: 0 4px;
}

footer .title {
	color: #fff;
	margin:5px 0 5px 0;
	font-size:18px;
}

/*breadcrumb area*/
footer .footer-bread {
	/*background:#1C1F24;*/
	background-color:rgba(0, 0, 0, .2);
	padding: 15px 0 10px 0;
}

/*copyright area*/
footer .copyright {
	padding: 15px 0 10px 0;
}

footer .copyright .list-inline{
	margin-bottom:0px;
}

footer .copyright .list-inline > li{
	padding-left: 15px;
	padding-right: 15px;
}

/*scroll to top
---------------------------------------------*/
html .scroll-to-top {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #4A5259;
	border-radius: 7px 7px 0 0;
	bottom: 0px;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 13px 10px 35px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	min-width: 49px;
	z-index: 1020;
}

html .scroll-to-top:hover {
	filter: alpha(opacity=100);
	opacity: 1 !important;
}

html .scroll-to-top.visible {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

html .scroll-to-top span {
	display: inline-block;
	padding: 0 5px;
}

/*for inside page scroll to top*/
.scroll-to-top2 {
	list-style: none;
	text-align: right;
	font-size: .9em;
}

@media (max-width: 991px) {
	html .scroll-to-top.hidden-mobile {
		display: none !important;
	}
}

/*colors
---------------------------------------------*/
.text-primary {
    color: #347fc0 !important;
}

.text-info {
    color: #1caade !important;
}

.text-success {
    color: #2ed057 !important;
}

.text-warning {
    color: #ffa32d !important;
}

.text-danger {
    color: #eb4741 !important;
}

/*buttons
---------------------------------------------*/
.btn {
	border: 2px solid transparent;
	font-weight:600;
}

.btn-sm {
	font-size: 15px;
	padding: 8px 14px;
}


.btn-lg {
	font-size: 18px;
	padding: 10px 16px;
}

.btn-xl {
    border-radius: 8px;
    font-size: 20px;
    letter-spacing: -0.5px;
    padding: 12px 18px;
}

.btn-90 {
	width:90%;
}

@media (min-width: 768px) {	
	.btn-xl {
		font-size: 22px;
	}
}

.list-btn{
	margin-left: 0;
}

.list-btn li{
	margin-left: 0;
    padding-left: 2px;
    padding-right: 2px;
}

@media (max-width: 991px) {	
	/*button list*/
	.list-btn{
		text-align: center;
	}
		
	.list-btn li{
	    display: block;
	    padding-left: 0;
	    padding-right: 0;
	    padding-bottom:5px;		
	}

	.list-btn .btn{
	    width:90%;
		padding-left:0;
		padding-right:0;	
	}

	/*others*/
	.btn-expand {
	    width:90%;
		padding-left:0;
		padding-right:0;	
	}

	.btn-mb {
		margin-bottom:30px;
	}

}

/*the vertical stacked list button*/
.list-btn2{
	margin: 0;
	padding:0;
	list-style:none;
}

.list-btn2 li{
	margin: 0;
    padding:5px 0;
}

.list-btn2 li .btn{
	width:90%;
}

/*primary*/
.btn-primary {
	color: #ffffff;
	background-color: #347FC0;
	border-color: #347FC0;
}
.btn-primary:hover,
.btn-primary:focus,
.open .dropdown-toggle.btn-primary {
	color:#ffffff;
	background-color: #2772B3;
	border-color: #2772B3;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover {
	-webkit-box-shadow: 0 0 8px 1px #1B66A7 inset;
	box-shadow: 0 0 8px 1px #1B66A7 inset;
	color:#ffffff;
	background-color: #2772B3;
	border-color: #1B66A7;
}
.btn-primary.btn-outline {
	color: #347FC0 !important;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.open .dropdown-toggle.btn-primary.btn-outline {
	-webkit-box-shadow: 0 0 8px 1px rgba(39, 114, 179, .25) inset;
	box-shadow: 0 0 8px 1px rgba(39, 114, 179, .25) inset;
}
.btn-primary.btn-outline:active,
.btn-primary.btn-outline.active {
	-webkit-box-shadow: 0 0 8px 1px rgba(39, 114, 179, .5) inset;
	box-shadow: 0 0 8px 1px rgba(39, 114, 179, .5) inset;
}


/*info*/
.btn-info {
	color: #ffffff;
	background-color: #1caade;
	border-color: #1caade;
}
.btn-info:hover,
.btn-info:focus,
.open .dropdown-toggle.btn-info {
	color:#ffffff;
	background-color: #0F9DD1;
	border-color: #0F9DD1;
}
.btn-info:active,
.btn-info.active,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info.active:hover {
	-webkit-box-shadow: 0 0 8px 1px #0391C5 inset;
	box-shadow: 0 0 8px 1px #0391C5 inset;
	color:#ffffff;
	background-color: #0F9DD1;
	border-color: #0391C5;
}
.btn-info.btn-outline {
	color: #1caade !important;
}
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.open .dropdown-toggle.btn-info.btn-outline {
	-webkit-box-shadow: 0 0 8px 1px rgba(15, 157, 209, .25) inset;
	box-shadow: 0 0 8px 1px rgba(15, 157, 209, .25) inset;
}
.btn-info.btn-outline:active,
.btn-info.btn-outline.active {
	-webkit-box-shadow: 0 0 8px 1px rgba(15, 157, 209, .5) inset;
	box-shadow: 0 0 8px 1px rgba(15, 157, 209, .5) inset;
}

/*success*/
.btn-success {
	color: #ffffff;
	background-color: #2ED057;
	border-color: #2ED057;
}
.btn-success:hover,
.btn-success:focus,
.open .dropdown-toggle.btn-success {
	color:#ffffff;
	background-color: #21C34A;
	border-color:#21C34A;
}
.btn-success:active,
.btn-success.active,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover {
	-webkit-box-shadow: 0 0 8px 1px #15B73E inset;
	box-shadow: 0 0 8px 1px #15B73E inset;
	color:#ffffff;
	background-color: #21C34A;
	border-color:#15B73E;
}
.btn-success.btn-outline {
	color: #2ED057 !important;
}
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.open .dropdown-toggle.btn-success.btn-outline {
	-webkit-box-shadow: 0 0 8px 1px rgba(33, 195, 74, .25) inset;
	box-shadow: 0 0 8px 1px rgba(33, 195, 74, .25) inset;
}
.btn-success.btn-outline:active,
.btn-success.btn-outline.active {
	-webkit-box-shadow: 0 0 8px 1px rgba(33, 195, 74, .5) inset;
	box-shadow: 0 0 8px 1px rgba(33, 195, 74, .5) inset;
}

/*warning*/
.btn-warning {
	color: #ffffff;
	background-color: #FFA32D;
	border-color: #FFA32D;
}
.btn-warning:hover,
.btn-warning:focus,
.open .dropdown-toggle.btn-warning {
	color:#ffffff;
	background-color: #FF9730;
	border-color:#FF9730;
}
.btn-warning:active,
.btn-warning.active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning.active:hover {
	-webkit-box-shadow: 0 0 8px 1px #F28A23 inset;
	box-shadow: 0 0 8px 1px #F28A23 inset;
	color:#ffffff;
	background-color: #FF9730;
	border-color:#F28A23;
}
.btn-warning.btn-outline {
	color: #FFA32D !important;
}
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.open .dropdown-toggle.btn-warning.btn-outline {
	-webkit-box-shadow: 0 0 8px 1px rgba(255, 151, 48, .25) inset;
	box-shadow: 0 0 8px 1px rgba(255, 151, 48, .25) inset;
}
.btn-warning.btn-outline:active,
.btn-warning.btn-outline.active {
	-webkit-box-shadow: 0 0 8px 1px rgba(255, 151, 48, .5) inset;
	box-shadow: 0 0 8px 1px rgba(255, 151, 48, .5) inset;
}

/*danger*/
.btn-danger {
	color: #ffffff;
	background-color: #EB4741;
	border-color: #EB4741;
}
.btn-danger:hover,
.btn-danger:focus,
.open .dropdown-toggle.btn-danger {
	color:#ffffff;
	background-color: #DE3A34;
	border-color:#DE3A34;
}
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover {
	-webkit-box-shadow: 0 0 8px 1px #D22E28 inset;
	box-shadow: 0 0 8px 1px #D22E28 inset;
	color:#ffffff;
	background-color: #DE3A34;
	border-color:#D22E28;
}
.btn-danger.btn-outline {
	color: #EB4741 !important;
}
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.open .dropdown-toggle.btn-danger.btn-outline {
	-webkit-box-shadow: 0 0 8px 1px rgba(222, 58, 52, .25) inset;
	box-shadow: 0 0 8px 1px rgba(222, 58, 52, .25) inset;
}
.btn-danger.btn-outline:active,
.btn-danger.btn-outline.active {
	-webkit-box-shadow: 0 0 8px 1px rgba(222, 58, 52, .5) inset;
	box-shadow: 0 0 8px 1px rgba(222, 58, 52, .5) inset;
}

/*default*/
.btn-default {
	color: #ffffff;
	background-color: #A0A4A7;
	border-color: #A0A4A7;
}
.btn-default:hover,
.btn-default:focus,
.open .dropdown-toggle.btn-default {
	color:#ffffff;
	background-color: #93979A; /*5%*/
	border-color:#93979A; /*5%*/
}
.btn-default:active,
.btn-default.active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover {
	-webkit-box-shadow: 0 0 8px 1px #878B8E inset; /*10%*/
	box-shadow: 0 0 8px 1px #878B8E inset; /*10%*/
	color:#ffffff;
	background-color: #93979A; /*5%*/
	border-color:#878B8E; /*5%*/
}
.btn-default.btn-outline {
	color: #A0A4A7 !important;
}
.btn-default.btn-outline:hover,
.btn-default.btn-outline:focus,
.open .dropdown-toggle.btn-default.btn-outline {
	-webkit-box-shadow: 0 0 8px 1px rgba(147, 151, 154, .25) inset; /*5%*/
	box-shadow: 0 0 8px 1px rgba(147, 151, 154, .25) inset; /*5%*/
}
.btn-default.btn-outline:active,
.btn-default.btn-outline.active {
	-webkit-box-shadow: 0 0 8px 1px rgba(147, 151, 154, .5) inset; /*5%*/
	box-shadow: 0 0 8px 1px rgba(147, 151, 154, .5) inset; /*5%*/
}

/*default2*/
.btn-default2 {
	color: #ffffff;
	background-color: #4A5259;
	border-color: #4A5259;
}
.btn-default2:hover,
.btn-default2:focus,
.open .dropdown-toggle.btn-default2 {
	color:#ffffff;
	background-color: #3D454C; /*5%*/
	border-color:#3D454C; /*5%*/
}
.btn-default2:active,
.btn-default2.active,
.btn-default2:active:focus,
.btn-default2:active:hover,
.btn-default2.active:hover {
	-webkit-box-shadow: 0 0 8px 1px #313940 inset; /*10%*/
	box-shadow: 0 0 8px 1px #313940 inset; /*10%*/
	color:#ffffff;
	background-color: #3D454C; /*5%*/
	border-color:#313940; /*5%*/
}
.btn-default2.btn-outline {
	color: #4A5259 !important;
}
.btn-default2.btn-outline:hover,
.btn-default2.btn-outline:focus,
.open .dropdown-toggle.btn-default2.btn-outline {
	-webkit-box-shadow: 0 0 8px 1px rgba(61, 69, 76, .25) inset; /*5%*/
	box-shadow: 0 0 8px 1px rgba(61, 69, 76, .25) inset; /*5%*/
}
.btn-default2.btn-outline:active,
.btn-default2.btn-outline.active {
	-webkit-box-shadow: 0 0 8px 1px rgba(61, 69, 76, .5) inset; /*5%*/
	box-shadow: 0 0 8px 1px rgba(61, 69, 76, .5) inset; /*5%*/
}

/*black*/
.btn-black {
	color: #ffffff;
	background-color: #1f1f1f;
	border-color: #1f1f1f;
}
.btn-black:hover,
.btn-black:focus,
.open .dropdown-toggle.btn-black {
	color:#ffffff;
	background-color: #121212;
	border-color:#121212;
}
.btn-black:active,
.btn-black.active,
.btn-black:active:focus,
.btn-black:active:hover,
.btn-black.active:hover {
	-webkit-box-shadow: 0 0 8px 1px #060606 inset;
	box-shadow: 0 0 8px 1px #060606 inset;
	color:#ffffff;
	background-color: #121212;
	border-color:#060606;
}
.btn-black.btn-outline {
	color: #1f1f1f !important;
}
.btn-black.btn-outline:hover,
.btn-black.btn-outline:focus,
.open .dropdown-toggle.btn-black.btn-outline {
	-webkit-box-shadow: 0 0 8px 1px rgba(18, 18, 18, .25) inset;
	box-shadow: 0 0 8px 1px rgba(18, 18, 18, .25) inset;
}
.btn-black.btn-outline:active,
.btn-black.btn-outline.active {
	-webkit-box-shadow: 0 0 8px 1px rgba(18, 18, 18, .5) inset;
	box-shadow: 0 0 8px 1px rgba(18, 18, 18, .5) inset;
}

/*trans*/
.btn-trans {
	color: rgba(255, 255, 255, 0.5);
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.5);
}
.btn-trans:hover,
.btn-trans:focus,
.btn-trans:active,
.btn-trans.active,
.btn-trans:active:hover,
.btn-trans.active:hover,
.open .dropdown-toggle.btn-trans {
	color:rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, .10);
}

/*all of them*/
.btn-outline {
	background-color: #ffffff !important;
}


/*well*/
.well-highlight {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background-color:#f5f5f5 ;
	border:1px solid #ddd;
	border-radius:5px;
}


/*screenshot*/
.ss:before{
	font-family:FontAwesome;
	content:"\f03e";
	padding:0 4px 0 10px;
	color:#347fc0;
}

/*pills*/
.pills-custom ul.nav {
	display:inline-block;width:100%;
}
.pills-custom ul li {
	display:inline;width:100%;
}
.pills-custom ul>li+li {
	margin:4px 0 0 0;
}
.pills-custom ul li a {
	float:left;width:100%;border-radius:6px;font-size:1.2em;transition:none;
}
.pills-custom ul li a {
	background-color:#5d6871;color:#fff;padding:10px 16px;font-size:18px;
}
.pills-custom ul li a:hover,.pills-custom ul li a:focus {
	background-color:#505b64;
}
.pills-custom ul li.active>a,.pills-custom ul li.active>a:hover,.pills-custom ul li.active>a:focus {
	background-color:#347fc0;
}
@media(min-width:768px) {
	.pills-custom ul.nav {
		width:auto;
	}
	.pills-custom ul li {
		width:auto;
	}
	.pills-custom ul>li+li {
		margin:0 0 0 4px;
	}
	.pills-custom ul li a{
		width:auto;
	}
	.pills-custom ul li.active a:after{
		content:'';
		position:absolute;
		bottom:-10px;
		left:0;
		right:0;
		margin:0 auto;
		width:0;
		height:0;
		border-top:solid 10px #347fc0;
		border-left:solid 10px transparent;
		border-right:solid 10px transparent;
	}
}


.pills-custom2 ul.nav {
	display:inline-block;width:100%;
}
.pills-custom2 ul li {
	display:inline;width:100%;
}
.pills-custom2 ul>li+li {
	margin:4px 0 0 0;
}
.pills-custom2 ul li a {
	float:left;width:100%;border-radius:6px;font-size:1.2em;transition:none;
}
.pills-custom2 ul li a {
	background-color:#42454F;color:#fff;padding:10px 16px;font-size:18px;
}
.pills-custom2 ul li a:hover,.pills-custom ul li a:focus {
	background-color:#292B31;
}
.pills-custom2 ul li.active>a,.pills-custom2 ul li.active>a:hover,.pills-custom2 ul li.active>a:focus {
	background-color:#347fc0;
}
@media(min-width:768px) {
	.pills-custom2 ul.nav {
		width:auto;
	}
	.pills-custom2 ul li {
		width:auto;
	}
	.pills-custom2 ul>li+li {
		margin:0 0 0 4px;
	}
	.pills-custom2 ul li a{
		width:auto;
	}
	.pills-custom2 ul li.active a:after{
		content:'';
		position:absolute;
		bottom:-10px;
		left:0;
		right:0;
		margin:0 auto;
		width:0;
		height:0;
		border-top:solid 10px #347fc0;
		border-left:solid 10px transparent;
		border-right:solid 10px transparent;
	}
}




.icon-grey-link {
  opacity:0.75;
  filter:alpha(opacity=75); /* For IE8 and earlier */
}
a:hover > i.icon-grey-link {
  opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}



.headline {text-align: center;}
	.headline h1 {color: #31373a; padding-bottom: 15px; border-bottom: 2px solid #DDD; display: inline-block;}
	.headline h2 {color: #31373a; padding-bottom: 15px; border-bottom: 2px solid #DDD; display: inline-block;}

	.headline p {margin-bottom: 50px;}











/* ==========================================================================
Pricing
============================================================================ */
.pricing-container {padding-left: 0px; padding-right: 0px; }
.price-column { background: #fff; margin-top:0; margin-bottom: 40px; -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1); box-shadow: 0 0 7px rgba(0,0,0,0.1); margin-top: 20px; -webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out; position: relative; z-index: 1;}
.price-column:hover {margin-top: -10px;-webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out; -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);}
.price-column h2 { background-color: #000; color: #FFF; font-size: 22px; font-weight:500; text-align: center; margin-bottom: 0; padding: 30px 0;  } 
.price-column h3 { color: #fff; text-align: center; font-size: 32px; background: #0F141A; margin-bottom: 0; padding: 30px 0; font-weight: bold;}
.price-column h3 span { font-weight: 300; font-size: 18px; }
.price-column h3 sup {font-size: 18px;}
.price-column ul {margin:25px 0; list-style: none; text-align: left;}
.price-column li {border-top: 1px dotted #EFEFEF; padding: 15px 0; width: 90%; margin:0 auto; color: #333;}
	.price-column li:first-child {border-top: none;}
.price-column li i {float: right; color: #8FB73C;}
.price-column li i.red-color {color: #CC0000;}
.price-column li del {color: #aaa;}

.price-bottom {background: #0F141A; padding: 25px 0; text-align: center;}
.price-btn {background: transparent; padding: 12px 30px; border: 2px solid #FFF; border-radius: 0; color: #FFF; font-weight: bold; text-transform: uppercase; font-size: 14px;}
.price-btn:hover {background: #FFF; color: #1A9FF9; border: 2px solid #FFF;}

.price-column p {padding: 20px; background: #F8F8F8;}
	
.price-column.large {margin-top: -20px;position: relative; z-index:2; -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);  }
.price-column.large h2 { background-color: #1166A0;}
.price-column.large h3 { background: #1A9FF9; padding: 45px 0; font-size: 38px;}
.price-column.large .price-bottom {background-color: #1166A0;}




.price-column.cloud { background: #fff; margin-top:0; margin-bottom: 40px; -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1); box-shadow: 0 0 7px rgba(0,0,0,0.1); margin-top: 20px; -webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out; position: relative; z-index: 1;}
.price-column.cloud:hover {margin-top: -10px;-webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out; -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);}
.price-column.cloud h2 { background-color: #1166A0; color: #FFF; font-size: 22px; text-align: center; margin-bottom: 0; padding: 30px 0;  } 
.price-column.cloud h3 { background-color: #1A9FF9; color: #fff; text-align: center; font-size: 32px; margin-bottom: 0; padding: 30px 0; font-weight: bold;}

.price-column.cloud h3 span { background: #1A9FF9; font-weight: 300; font-size: 18px; }
.price-column.cloud h3 sup {background: #1A9FF9;font-size: 18px;}

.price-column.cloud ul {margin:25px 0;}
.price-column.cloud li {border-top: 1px dotted #EFEFEF; padding: 15px 0; width: 90%; margin:0 auto; color: #333;}
	.price-column.cloud li:first-child {border-top: none;}
.price-column.cloud li i {float: right; color: #8FB73C;}
.price-column.cloud li i.red-color {color: #CC0000;}
.price-column.cloud li del {color: #aaa;}
.price-column.cloud .price-bottom {background-color: #1166A0;}

