/**
* @template:  Boss

TABLE OF CONTENTS

	- Basic
	- Header
	- Footer
	- Miscellaneous
	- Utility Classes
	- Typography
	- Top Menu - Hornav
	- Sidebar Menu
	- Mobile Menu
	- Blockquotes
	- Font Awesome
	- Glyphicons
	- Portfolio
	- Testimonials
	- Accordions
	- Tabs
	- Progress Bars 
	- Panels
	- Social Icons
	- Carousel
	- Thumbs Gallerya
	- Blog
	- Pages

*/
/*-----------------------------------------------------------------------------------*/
/* Basic */
/*-----------------------------------------------------------------------------------*/

@font-face{font-family:'FontAwesome';
src:url('../../fonts/fontawesome-webfont.eot?v=4.3.0');
src:url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
url('../../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
url('../../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
url('../../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),
url('../../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}

html {
  overflow-y: auto; /* remove inactive side scroll bar R.A. 5/13/21 */
  height: 100%;
}
body {
  line-height: 1.7em;
  font-family: 'myriad-pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
  background-color: #474f5b;
  background-color: #FFFFFF;
  color: #656565;
  height: 100%;
}
#header,
.parallax-bg1,
.parallax-bg2,
.parallax-bg3,
.parallax-2 {
  background-attachment: fixed;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover !important;
  position:relative;
}
.container {
  max-width: 1080px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.container.no-padding {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.parallax-bg1 {
  background: url("../img/work-home.jpg") no-repeat fixed 0 0 rgba(0, 0, 0, 0);
}
.parallax-bg1::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.75);
}
/*
.parallax-bg2 {
  background: url("../img/parallax-bg2.jpg") no-repeat fixed 0 0 rgba(0, 0, 0, 0);
}
.parallax-bg3 {
  background: url("../img/parallax-bg3.jpg") no-repeat fixed 0 0 rgba(0, 0, 0, 0);
}
*/

#icons h1 {
	position: relative;
	margin-top: 50px;	
}

#icons .icon-button {
	position: relative;
	margin-bottom: 50px;	
}


/*-----------------------------------------------------------------------------------*/
/* nav */
/*-----------------------------------------------------------------------------------*/

header .navbar-brand img {
	height: initial;	
}

header .navbar-brand {
	padding: 9px 20px;	
}
header .navbar-inverse {
	background: rgba(255,255,255,0.98) !important;
	border-color: transparent;
	border-radius: 0px;
	min-height: 100px;
}
header { 
	position:relative; 
	z-index:1000; 
	position:relative;
	background: transparent !important;
	border-bottom: none;
}
header::after {
	position: absolute;
	content: '';
	height:1px;
/*	background: rgba(0,0,0,0.35);*/
	bottom: -1px;
	left: 0;
	width: 100%;
	z-index:1001;
	visibility: hidden;
}

header .navbar-toggle {
	margin-top: 15px;	
}

header .navbar-collapse {
	box-shadow: none;
	border: none;	
}

header {
  background: #616060;
  height: auto;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
}


header > .alert, header > .navbar {
	margin-bottom: 0;	
}

header > .alert {
	border-radius: 0;	
}
/*
.nav-up {
  top: -100px;
}
*/
	
	
/*-----------------------------------------------------------------------------------*/
/* Header */ 
/*-----------------------------------------------------------------------------------*/
	
/*
#header {
  background: url("../img/Work_illipsis_5.png") no-repeat 0 0 #fafafa;
  background-size: 1700px 786px !important;
  background-position: center 300px !important;
  display: table;
  width: 100%;
}
*/

#header,
.parallax {
  background: url("../img/work-home_90.jpg") no-repeat 0 0 #fff;
  background-attachment: fixed;
  background-size: cover;
  border-bottom: 1px solid #d3d3d3;
}

.parallax-2 {
  background: url("../img/work-home.jpg") no-repeat 0 0 #fff;
	background-attachment: fixed;
  background-size: cover;
  border-bottom: 1px solid #d3d3d3;
}

.parallax-2,
.parallax-2 h2 {
  color: white !important;
}

.parallax-2::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(4, 113, 160,.95);
}

#header .container {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  max-width: none;
}

.visitor-header { margin-top: 75px; }
/* intro */

.logo-main img {
	margin: 20px 0 30px 0;	
}
.intro {
  text-align: center;
  padding-bottom: 30px;
  padding: 30px;
  background: rgba(255,255,255,.95);
  border-radius: 5px;
  opacity:1;
}
.logo a {
  top: 29px;
  display: block;
  position: relative;
  z-index: 20;
}
.logo img {
  margin-bottom: 15px;
}
p.site-slogan {
  color: #b1a5bd;
  font-size: 11px;
  letter-spacing: 8px;
  margin: 0;
  padding: 0;
  right: 15px;
  text-align: right;
  top: 68px;
  position: absolute;
  z-index: 20;
  white-space: nowrap;
}

.intro h3 {
	margin-bottom: 1.2em; 
	line-height:1.5em; 
	color: #333; 
	font-size:1.5em;
	opacity:1;
	}


.intro .verified {
	background: #a94442;
	padding: 5px;
	color: #fff;
	margin-right: -30px;
	margin-left: -30px;
	margin-top: 30px;
	}

.intro .verified h1 {
	margin-bottom: 0;	
}

.intro a .verified {
	color: #fff;	
}


.intro .verified:hover {
	background: #8f3533;
}
/* Social Icons */
#nav-container {
  position: fixed;
  right: 0;
  top: 0px;
  width:100%;
  z-index: 99;
  height: 50px;
  background: #333;
  box-shadow: 0 5px 10px rgba(0,0,0,.15);
}
#social ul.social-icons li {
  margin: 0px 1px 0 0;
}
/* Hornav */
#hornav {
  z-index: 20;
}

.navbar-header {
	z-index: 21;
	position:relative;	
}
/*-----------------------------------------------------------------------------------*/
/* Footer */
/*-----------------------------------------------------------------------------------*/
#base {
  overflow: hidden;
}
#base li a {
  text-shadow: none;
}
#base h3 {
  text-shadow: none;
  opacity: 0.8;
}
#base input {
  background: none repeat scroll 0 0 rgba(45, 55, 70, 0.15);
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  color: #fff;
  padding: 4px 12px;
}
#base input:focus {
  border-color: rgba(255, 255, 255, 0.4);
}
/* Footer Menu */
#footer {
  color: #bbb;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 25px;
  padding-bottom: 25px;
}
#footermenu ul,
#footermenu2 ul {
  margin: 0;
  list-style:none;
}
#footermenu ul li,
#footermenu2 ul li {
  padding-right: 10px;
}
#footermenu ul li:last-child,
#footermenu2 ul li:last-child {
  border: none;
}
#footermenu ul li a,
#footermenu2 ul li a {
  color: #444;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
#footermenu ul li a:hover,
#footermenu2 ul li a:hover {
  color: #ffffff;
}

#footermenu .d-none  {
	display: none;
}

@media (max-width: 768px) {
  #footermenu2 {
      display: none !important;
  }
  #footermenu .d-none {
      display: block !important;
  }
}

#footer.drop-off {
    box-shadow: 0 50vh 0 50vh #20a3dc;
}
.foot-contact {
	font-size: 1em;	
}
/* Copyright */
#copyright p {
  padding: 0;
  margin: 0;
}

td.sup {
	position: relative;	
}

td.sup sup {
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: 11px;	
}
/*-----------------------------------------------------------------------------------*/
/* Miscellaneous */
/*-----------------------------------------------------------------------------------*/

.logos .logos-main span img { max-height: 40px; }
.logos .logos-sub span img { max-height: 40px; }
.logos span { margin: 20px 15px 30px; display: inline-block; }
.logos-trigger { cursor: pointer; }
.sign-logos h2 { margin-bottom: 20px; }

/************************************

Homepage animation 

***********************************/


.rw-wrapper{
	width: 100%;
	position: relative;
	padding: 10px;
}
.rw-sentence{
	margin: 0;
	font-weight: 300;
	text-shadow: 0 0 0 rgba(0,0,0,0.0001);
}
.rw-sentence span{
	color: #000;
	white-space: nowrap;
}
.rw-sentence > span:first-child{
	display: block;
	text-indent: 5px;
	font-size: 145%;
}
.rw-words-1{
	width: 100%;
	height: 190px;
	-webkit-perspective: 100px;
	perspective: 100px;
	
}
.rw-words-2{
	width: 100%;
	height: 30px;
	-webkit-perspective: 100px;
	perspective: 100px;
	
}
.rw-words span{
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
	white-space: nowrap;
	overflow: hidden;
}
.rw-words-1 span{
	font-size: 2em ;
	line-height: 2.5em;
	-webkit-animation: rotateWordsFirst 18s linear 1 0s;
	-ms-animation: rotateWordsFirst 18s linear 1 0s;
	animation: rotateWordsFirst 18s linear 1 0s;
}
.rw-words-2 span{
	font-size: 28px;
	font-style: italic;
	line-height: auto;
	color: #333;	
	bottom: 60px;
	-webkit-animation: rotateWordsSecond 18s linear 1 0s;
	-ms-animation: rotateWordsSecond 18s linear 1 0s;
	animation: rotateWordsSecond 18s linear 1 0s;
}
.rw-words span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
}
.rw-words span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
}
.rw-words span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
}
.rw-words span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
}
.rw-words span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
}
.paused{
    -webkit-animation-play-state:paused;
    -moz-animation-play-state:paused;
    -o-animation-play-state:paused; 
    animation-play-state:paused;
}



@-webkit-keyframes rotateWordsFirst {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; top: -20px;}
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; top: 0;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsFirst {
    0% { opacity: 0; -ms-animation-timing-function: ease-in; top: -20px;}
    5% { opacity: 1; -ms-animation-timing-function: ease-out; top: 0;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsFirst {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; top: -20px;}
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; top: 0;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-webkit-keyframes rotateWordsSecond {
    0% { opacity: 0; -webkit-transform: translateZ(0px) translateX(200px);}
    8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    23% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsSecond {
    0% { opacity: 0; -ms-transform: translateZ(0px) translateX(200px);}
    8% { opacity: 1; -ms-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    23% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsSecond {
    0% { opacity: 0; -webkit-transform: translateZ(0px) translateX(200px); transform: translateZ(0) translateX(200px);}
    8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px); transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    23% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 1060px){
	.rw-words{ height: 60px; }
	.rw-words-1 span{ font-size: 1.5em; line-height:2em; }
	.rw-words-2 span { font-size: 20px; bottom: 25px; }
}
@media screen and (max-width: 700px){
	.rw-words{ height: 40px; }
	.rw-words-1 span{ font-size: 1em; line-height:1.5em;}
	.rw-words-2 span { font-size: 16px; bottom: 15px; }
	.rw-sentence > span:first-child{ font-size: 80%;}
}
@media screen and (max-width: 400px){
	.rw-words{ height: 30px; }
	.rw-words-1 span{ font-size: .7em; line-height:1.25em;}
	.rw-words-2 span { font-size: 12px; bottom: 5px; line-height:12px; white-space:normal; }
	.rw-sentence > span:first-child{ font-size: 60%;}
}

/***********************************

Pricing section 

***********************************/

.subscription-top {
	padding: 30px 0 15px;
	border-bottom: 1px solid #d3d3d3;
	background: #efefef;
	position: relative;
	}
	
.subscription-top::before {
	content: '';
	height:10px;
	background: #20a3dc;
	top: -1px;
	left: -1px;
	right: -1px;	
	position: absolute;
}

.selected-plan .subscription-top::before {
	padding: 0	;
	height: auto;
	color: #fff;
	content: 'MOST POPULAR';
	background: #20a3dc;
	top: -10px;
	left: -1px;
	right: -1px;	
	position: absolute;
}

.selected-plan span.bg-success {
	padding: 5px 15px;
	font-size: 14px;
	border: 1px solid #d3d3d3;
	display:inline-block;
	margin-bottom: 1px;	
}

 .subscription-bottom p {
	margin-left: 0;	
}

.subscription-bottom {
	margin-bottom: 20px;	
}

.subscription-item {
	border: 1px none #d3d3d3;
	padding: 0;	
	margin-bottom: 20px;
	position:relative;
	font-size: 1.5em; 
}

.subscription-item .glyphicon {
	font-size: .9em;
	margin-right: 10px;
	margin-left: -10px;
	color: green;	
}

.storage-selected {
    margin-top: -9px;
}

.subscription-item.col-sm-12 {
	padding: 0 0 0 0;

}

.extra-storage {
	margin-bottom: -20px;	
}

.subscription-item ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;	
}

.subscription-item ul li {
	padding: 12px 0;
	border-bottom: 1px none #d3d3d3;
}

.subscription-item ul li:last-child {
	border-bottom: none;	
}

.subscription-item p {
	font-size: 1em;
	margin-bottom: 0;	
}

.subscription-top > h1 {
    font-size: 3.5em;
	margin-bottom: 0;
	margin-top: 0;	
}

.subscription-top h3 {
	margin-bottom: 0;
	margin-top: 3px;
	border-bottom: none;	
	font-weight: 600;	
}

.subscription-top sup {
	top: -0.22em	;
}

.subscription-top > h5 {
	margin-top: 0;
	font-size: 1.25em;
	font-weight: 400;
}

.selected-plan .plan-footer {
	min-height: 30px;
		
}

.selected-plan .plan-footer .add {
	margin-top: 8px;	
}


.chart-table .fa {
    font-size: 1.35em;
}

.chart-table th img {
	max-height: 25px;	
}

.chart-table {
    border-bottom: 1px solid #d3d3d3;
}
/*******************************
end pricing section 
********************************/

/* video iframe */

.video-container {
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.visible {
  opacity: 1 !important;
}
.animatebox {
  background: #cccccc;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: 300;
  margin: 30px auto 60px;
  padding: 80px 0;
  text-align: center;
  max-width: 500px;
  width: 100%;
  color: #888 !important;
}

.about-sections {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 0px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
	margin-right:10px;
	margin-top: -26px;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.requestAcctFrm .col-sm-12,
.requestAcctFrm .col-sm-6,
.requestAcctFrm .col-sm-4,
.requestAcctFrm .col-sm-3 {
	margin-bottom: 15px;	
}

.mb20 {margin-bottom: 20px; }
.mt20 {margin-top: 20px; }
.ml20 { margin-left: 20px; }
.ml10 { margin-left: 10px; }
.mt50 { margin-top: 50px;}
/*-----------------------------------------------------------------------------------*/
/* Utility Classes */
/*-----------------------------------------------------------------------------------*/

 .button,  a.button:link,  a.button:visited,  a.button:active {
	background: #20a3dc none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-style: normal;
    padding: 5px 15px 8px;
    text-align: center;
    text-decoration: none;
	transition: background ease .5s;
	display: inline-block;	
	border: none;
}

 a.button:hover, .button:hover {
	background: #024663;
}

.more-logos {
	background: #fff none repeat scroll 0 0;
    color: #20a3dc;
    cursor: pointer;
    font-size: 1em;
    font-style: normal;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    transition: background ease .5s, color ease .5s;
    display: inline-block;
    border: 2px solid #20a3dc;	
}

.more-logos:hover {
	background: #20a3dc;
	color: #fff;	
}

#base .button {
	background: #024663;
	color: #fff;	
	opacity: 1;
	transition: opacity ease .5s;
}

#base .button:hover {
	opacity: .8;	
}
.text-light {
  color: rgba(255, 255, 255, 0.8) !important;
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
  color: rgba(255, 255, 255, 0.9) !important;
}
.text-light input,
.text-light button,
.text-light select,
.text-light textarea {
  color: #fff;
}
.text-light ul.menu a,
.text-light ul > li > a,
.text-light ul > li > span {
  color: rgba(255, 255, 255, 0.8);
}
.text-light [class^="fa-"]:before,
.text-light [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.3);
}
.text-light li:hover [class^="fa-"]:before,
.text-light li:hover [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.6);
}
.color-default {
  color: #555555 !important;
}
.color-default[class^="fa-"]:before,
.color-default[class*=" fa-"]:before {
  color: #555555;
}
.color-gray {
  color: #555555 !important;
}
.color-gray[class^="fa-"]:before,
.color-gray[class*=" fa-"]:before {
  color: #555555;
}
.color-gray-light {
  color: #b3b3b3 !important;
}
.color-gray-light[class^="fa-"]:before,
.color-gray-light[class*=" fa-"]:before {
  color: #b3b3b3;
}
.color-gray-lighter {
  color: #ebebeb !important;
}
.color-gray-lighter[class^="fa-"]:before,
.color-gray-lighter[class*=" fa-"]:before {
  color: #ebebeb;
}
.color-primary {
  color: #596372 !important;
}
.color-primary[class^="fa-"]:before,
.color-primary[class*=" fa-"]:before {
  color: #596372;
}
.color-primary-light {
  color: #6f7c8f !important;
}
.color-primary-light[class^="fa-"]:before,
.color-primary-light[class*=" fa-"]:before {
  color: #6f7c8f;
}
.color-primary-lighter {
  color: #a9b0bb !important;
}
.color-primary-lighter[class^="fa-"]:before,
.color-primary-lighter[class*=" fa-"]:before {
  color: #a9b0bb;
}
.color-red {
  color: #8b2626 !important;
}
.color-red[class^="fa-"]:before,
.color-red[class*=" fa-"]:before {
  color: #8b2626;
}
.color-blue {
  color: #43668c !important;
}
.color-blue[class^="fa-"]:before,
.color-blue[class*=" fa-"]:before {
  color: #43668c;
}
.color-green {
  color: #649f2b !important;
}
.color-green[class^="fa-"]:before,
.color-green[class*=" fa-"]:before {
  color: #649f2b;
}
.color-aqua {
  color: #86b998 !important;
}
.color-aqua[class^="fa-"]:before,
.color-aqua[class*=" fa-"]:before {
  color: #86b998;
}
.color-yellow {
  color: #d0b426 !important;
}
.color-yellow[class^="fa-"]:before,
.color-yellow[class*=" fa-"]:before {
  color: #d0b426;
}
.color-brown {
  color: #6f6f55 !important;
}
.color-brown[class^="fa-"]:before,
.color-brown[class*=" fa-"]:before {
  color: #6f6f55;
}
.color-violet {
  color: #8270a4 !important;
}
.color-violet[class^="fa-"]:before,
.color-violet[class*=" fa-"]:before {
  color: #8270a4;
}
.color-orange {
  color: #ae6926 !important;
}
.color-orange[class^="fa-"]:before,
.color-orange[class*=" fa-"]:before {
  color: #ae6926;
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-30 {
  padding: 30px;
}
.padding-40 {
  padding: 40px;
}
.padding-50 {
  padding: 50px;
}
.padding-60 {
  padding: 60px;
}
.margin-10 {
  margin: 10px;
}
.margin-20 {
  margin: 20px;
}
.margin-30 {
  margin: 30px;
}
.margin-40 {
  margin: 40px;
}
.margin-50 {
  margin: 50px;
}
.margin-60 {
  margin: 60px;
}
.padding-horiz-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-horiz-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-horiz-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-horiz-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.padding-horiz-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-horiz-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.padding-vert-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-vert-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-vert-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-vert-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-vert-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-vert-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.margin-horiz-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-horiz-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-horiz-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-horiz-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.margin-horiz-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.margin-horiz-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.margin-vert-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-vert-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-vert-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-vert-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-vert-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-vert-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.padding-top-0 {
  padding-top: 0;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.row-no-margin {
  margin-left: -40px;
  margin-right: -40px;
}
/* Background Colors */
.background-white {
  background-color: #FFFFFF;
}
.background-black {
  background-color: #000000;
}
.background-dark {
  background-color: #20a3dc;
  border-top: 5px solid #616060;
}

#footer.background-dark {
	border-top: none;	
}
.background-gray-darker {
  background-color: #222222;
}
.background-gray-dark {
  background-color: #333333;
}
.background-gray {
  background-color: #555555;
}
.background-gray-light {
  background-color: #b3b3b3;
}
.background-gray-lighter {
  background-color: #ebebeb;
}
/* Button Colors */
.btn {
  border-radius: 0px;
}
.btn-default {
  background-color: rgba(0, 0, 0, 0.043);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05) inset;
  margin: 0;
}
.btn-green {
  background-color: #658538 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#759a40", endColorstr="#648537");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#759a40), to(#648537));
  background-image: -moz-linear-gradient(top, #759a40, #648537);
  background-image: -ms-linear-gradient(top, #759a40, #648537);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #759a40), color-stop(100%, #648537));
  background-image: -webkit-linear-gradient(top, #759a40, #648537);
  background-image: -o-linear-gradient(top, #759a40, #648537);
  background-image: linear-gradient(#759a40, #648537);
  border-color: #648537 #648537 #618035;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
  -webkit-font-smoothing: antialiased;
}
.btn-bronze {
  background-color: #856f38 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9a8140", endColorstr="#856f37");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#9a8140), to(#856f37));
  background-image: -moz-linear-gradient(top, #9a8140, #856f37);
  background-image: -ms-linear-gradient(top, #9a8140, #856f37);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9a8140), color-stop(100%, #856f37));
  background-image: -webkit-linear-gradient(top, #9a8140, #856f37);
  background-image: -o-linear-gradient(top, #9a8140, #856f37);
  background-image: linear-gradient(#9a8140, #856f37);
  border-color: #856f37 #856f37 #806b35;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
  -webkit-font-smoothing: antialiased;
}
.btn-red {
  background-color: #853838 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9a4040", endColorstr="#853737");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#9a4040), to(#853737));
  background-image: -moz-linear-gradient(top, #9a4040, #853737);
  background-image: -ms-linear-gradient(top, #9a4040, #853737);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9a4040), color-stop(100%, #853737));
  background-image: -webkit-linear-gradient(top, #9a4040, #853737);
  background-image: -o-linear-gradient(top, #9a4040, #853737);
  background-image: linear-gradient(#9a4040, #853737);
  border-color: #853737 #853737 #803535;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
  -webkit-font-smoothing: antialiased;
}
.btn-violet {
  background-color: #813885 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#96409a", endColorstr="#813785");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#96409a), to(#813785));
  background-image: -moz-linear-gradient(top, #96409a, #813785);
  background-image: -ms-linear-gradient(top, #96409a, #813785);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96409a), color-stop(100%, #813785));
  background-image: -webkit-linear-gradient(top, #96409a, #813785);
  background-image: -o-linear-gradient(top, #96409a, #813785);
  background-image: linear-gradient(#96409a, #813785);
  border-color: #813785 #813785 #7c3580;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
  -webkit-font-smoothing: antialiased;
}
.btn-blue {
  background-color: #386685 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40769a", endColorstr="#376685");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#40769a), to(#376685));
  background-image: -moz-linear-gradient(top, #40769a, #376685);
  background-image: -ms-linear-gradient(top, #40769a, #376685);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #40769a), color-stop(100%, #376685));
  background-image: -webkit-linear-gradient(top, #40769a, #376685);
  background-image: -o-linear-gradient(top, #40769a, #376685);
  background-image: linear-gradient(#40769a, #376685);
  border-color: #376685 #376685 #356280;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
  -webkit-font-smoothing: antialiased;
}
.btn-aqua {
  background-color: #388582 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#409a97", endColorstr="#378582");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#409a97), to(#378582));
  background-image: -moz-linear-gradient(top, #409a97, #378582);
  background-image: -ms-linear-gradient(top, #409a97, #378582);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #409a97), color-stop(100%, #378582));
  background-image: -webkit-linear-gradient(top, #409a97, #378582);
  background-image: -o-linear-gradient(top, #409a97, #378582);
  background-image: linear-gradient(#409a97, #378582);
  border-color: #378582 #378582 #35807d;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
  -webkit-font-smoothing: antialiased;
}
/*-----------------------------------------------------------------------------------*/
/* Top Menu - Hornav */
/*-----------------------------------------------------------------------------------*/
#hornav {
  position: relative;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
}
#hornav .navbar-nav {
	margin-top: 30px;
}
#hornav ul {
  display: inline-block;
  margin: 0px;
  padding: 0 10px;
}
#hornav ul > li {
  margin: 0px 5px;
}
#hornav ul > li > a,
#hornav ul > li > span {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: normal;
  padding: 10px 13px;
  text-transform: uppercase;
  display: block;
  color: #616060;
}
#hornav ul > li > a:hover,
#hornav ul > li > span:hover,
#hornav ul > li > a.active,
#hornav ul > li > span.active,
#hornav ul > li > a.current,
#hornav ul > li > span.current {
  background: none;
  color: #363636;
}

#hornav ul > li.snapImgNoLogin > a {
    padding: 0;
}


/* Dropdown Menu */
#hornav ul ul {
  text-align: left;
  background: #f2f2f2;
  border-radius: 0px;
  border: 1px solid #dddddd;
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0 !important;
  min-width: 200px;
  z-index: 20;
}
#hornav ul ul li {
  min-height: 22px;
  float: none;
  position: relative;
  margin: 0;
}
#hornav ul ul li a,
#hornav ul ul li span {
  background-color: transparent;
  box-shadow: none;
  display: block;
  padding: 6px 15px;
  color: #555555 !important;
  text-transform: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#hornav ul ul li:first-child a {
  border: none;
}
#hornav ul ul li a:active,
#hornav ul ul li a:focus,
#hornav ul ul li a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
#hornav ul ul li:hover a {
  text-decoration: none;
}
#hornav ul ul ul:before {
  display: none;
}
#hornav li ul,
#hornav li ul li ul {
  position: absolute;
  height: auto;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 240ms linear;
  -o-transition: all 240ms linear;
  -ms-transition: all 240ms linear;
  -moz-transition: all 240ms linear;
  -webkit-transition: all 240ms linear;
  top: 70px;
  z-index: 1000;
}
#hornav li:hover > ul,
#hornav li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 55px;
}
#hornav li ul li ul {
  left: 220px;
  top: 0;
}
#hornav li ul li:hover > ul {
  top: 0px;
  left: 200px;
}
#hornav ul ul .parent:after {
  top: 3px;
  right: 15px;
  color: #777;
  font-size: 14px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
/*-----------------------------------------------------------------------------------*/
/* Sidebar Menu */
/*-----------------------------------------------------------------------------------*/
.sidebar-nav {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-nav li {
  padding: 0;
  /*Sidebar Sub Navigation*/
}
.sidebar-nav li a {
  background: #f4f4f4;
  border-bottom: 1px solid #d8d8d8;
  display: block;
  padding: 10px 20px;
  outline: none;
  color: #596372;
  font-size: 16px;
  font-weight: 300;
}
.sidebar-nav li a:hover {
  text-decoration: none;
}
.sidebar-nav li ul {
  background: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav li ul a {
  background: #fff;
  color: #555555;
  font-size: 12px;
  border-bottom: solid 1px #d8d8d8;
  padding: 5px 23px;
}
.sidebar-nav ul li:hover a,
.sidebar-nav ul li.active a {
  color: #596372;
}
.sidebar-nav > li:last-child a {
  border: none;
}
/*Sidebar Badges*/
.list-group-item li > .badge {
  float: right;
}
.sidebar-nav span.badge {
  margin-top: 8px;
  margin-right: 10px;
}
.sidebar-nav .list-toggle > span.badge {
  margin-right: 25px;
}
.sidebar-nav ul li span.badge {
  margin-top: 0px;
  font-size: 10px;
  padding: 3px 5px;
  margin-right: 20px;
  border-radius: 0 0 5px 5px;
  background: #6f7c8f;
}
/*Sidebar List Toggle*/
.list-toggle:after {
  top: 10px;
  right: 20px;
  color: #777;
  font-size: 14px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
.list-toggle.active:after {
  color: #fff;
  content: "\f107";
}
/* Make Font Awesome icons fixed width */
.sidebar-nav li [class^="fa"],
.sidebar-nav li [class*=" fa"] {
  width: 1.25em;
  left: -2px;
  margin-right: 2px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.sidebar-nav li [class^="fa"].fa-lg,
.sidebar-nav li [class*=" fa"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}
/*-----------------------------------------------------------------------------------*/
/* Mobile Menu */
/*-----------------------------------------------------------------------------------*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.5em 0.7em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  font-size: 18px;
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 18px;
}
/* Button */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: 600;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
  background: #474f5b;
  padding: 5px;
}
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav .slicknav_item {
  padding: 14px;
  margin: 2px 0px;
}
.slicknav_nav a {
  padding: 14px;
  margin: 2px 0px;
  text-decoration: none;
  color: #fff;
}
.slicknav_nav ul {
  padding: 0;
  margin: 0;
}
.slicknav_nav li {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #ffffff;
}
.slicknav_nav li li {
  background-color: rgba(255, 255, 255, 0.03);
  text-indent: 10px;
}
.slicknav_nav li li li {
  background-color: rgba(255, 255, 255, 0.03);
  text-indent: 20px;
}
.slicknav_nav li li a {
  color: #ffffff;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav a:hover,
.slicknav_nav .slicknav_item:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_item:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: #ffffff;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
/*-----------------------------------------------------------------------------------*/
/* Typo */
/*-----------------------------------------------------------------------------------*/
h1 {
  font-size: 2em;
  font-weight: 100;
}

h1.article-title {
  font-size: 48px;
  font-weight: 100;
  padding-bottom: 10px;
  color: #333;
  line-height: 1.15em;
}

h1.article-title.big {
  font-size: 54px;
}

h2 {
  font-weight: 100;
  line-height: 1em;
/*  margin: 0 0 10px;*/
  color: #555555;
  font-family: 'myriad-pro', sans-serif;
  font-size: 32px;
}
h2.article-title {
  font-size: 48px;
  font-weight: 100;
  padding-bottom: 10px;
  color: #333;
  line-height: 1.15em;
}

h2.article-title.big {
  font-size: 54px;
}

.trialtagline {
	margin: 0 0 20px;
	color: white;
    font-size: 2em;
    font-weight: 100;	
}

.tab-content ul {
	font-size: 1.2em;	
}

.tab-content ul li {
	margin-bottom: 15px;	
	list-style: none;
	position:relative;
}

.tab-content ul li:before {
	content: "·";
    font-size: 65px;
    left: -30px;
    line-height: 20px;
    position: absolute;
}

/*#header h2.article-title {
  font-size: 54px;
  font-weight: 100;
  padding-bottom: 10px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,1), 0px 0px 8px rgba(0,0,0,0.8);
}*/
h2.article-title:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 20px;
  width: 100px;
  z-index: 0;
}
.intro h2.article-title:after {
	border-bottom: 0;	
}

h1.article-title:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 20px;
  width: 100px;
  z-index: 0;
}
.intro h1.article-title:after {
	border-bottom: 0;	
}

.intro h2.article-title {
	padding-bottom: 0;	
}

.intro .fa-circle {
	color: rgba(0,0,0,.4);	
}

.intro .fa-play, .tab-video-btn .fa-play {
	padding-left: 13px;	
}

.fa.fa-play.fa-stack-1x.fa-inverse::before {
    color: #fff;
}

.intro-play-btn h6 {
	font-weight: 200;
	margin-top: -2px;
	margin-bottom: 20px;	
}

/*#header h2.article-title:after {
  border-bottom: 1px solid rgba(255,255,255, 0.8);
  content: "";
  display: block;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 20px;
  width: 100px;
  z-index: 0;
}*/
h3 {
  font-size: 21px;
  font-weight: 100;
  padding: 0;
  font-family: 'myriad-pro', sans-serif;
  margin: 0;
  color: #555555;
  opacity: 0.8;
}
h3.title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 15px;
}
h4 {
  font-size: 18px;
  font-weight: 100;
  color: #9e9e9e;
  margin-bottom: 10px;
  line-height: 1.6;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}
a {
  text-decoration: none;
  color: #20a3dc;
  font-weight: 400;
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;

}
a:hover {
  text-decoration: none;
}
a:focus,
li:focus {
  outline: 0;
}
a,
a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}
p {
  margin-bottom: 16px;
  font-size: 1.2em;
  line-height: 1.8em;
}

p.sub-head {
	font-size: 1em;
	line-height: 1.2em;	
}
.terms p {
	font-size: 1em;
	line-height: 1.6em;            
}

hr {
  background: url("../img/hr.png") no-repeat scroll 50% 0 transparent;
  border: medium none;
  height: 19px;
  margin: 20px 0 5px;
}
img {
  max-width: 100% ;
}
.icon-list {
  padding-left: 30px;
}

ul.nav-tabs.nav-justified {
	font-size: 1.2em;	
}

ul.menu {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
ul.menu a {
  color: #777777;
  display: block;
  letter-spacing: 0;
  padding: 8px 0;
  text-decoration: none;
}
ul.menu a:hover {
  color: #444 ;
}
ul.menu li {
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
ul.menu li:last-child {
  border-bottom: none;
}
ul.menu li li a {
  padding: 4px 30px;
  color: #666;
  border: none;
  padding-left: 25px;
  background: none;
}
ul.menu li li a:hover {
  color: #888;
}
ul.menu ul {
  margin-top: -4px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
ul.tick,
ul.plus,
ul.star {
  padding-left: 20px;
}
ul.tick li,
ul.plus li,
ul.star li {
  list-style: none outside none;
  padding: 4px 22px;
}
ul.tick li {
  background: url("../img/typo/tick.png") no-repeat scroll left center transparent;
}
ul.plus li {
  background: url("../img/typo/plus.png") no-repeat scroll left center transparent;
}
ul.star li {
  background: url("../img/typo/star.png") no-repeat scroll left center transparent;
}
.label {
  font-weight: 300;
  font-size: 90%;
  border-radius: 5px;
}
.btn {
  border-radius: 0px;
  border-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.2s ease;
  font-weight: 300;
}
.btn:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
/*-----------------------------------------------------------------------------------*/
/* Blockquotes */
/*-----------------------------------------------------------------------------------*/
blockquote {
  border: 1px solid #b3b3b3;
  border-left: 10px solid #b3b3b3;
  border-radius: 0px;
  background: #fafafa;
  font-size: 16px;
  margin: 0 0 20px;
  padding: 10px 20px;
}
blockquote.right {
  text-align: right;
  border-width: 1px 10px 1px 1px !important;
}
blockquote.right.primary {
  border-color: #6f7c8f;
  border-left: 1px solid #6f7c8f;
  border-right: 10px solid #6f7c8f;
}
blockquote p {
  margin: 0;
}
blockquote.bg-gray {
  background: #555555;
  border: 1px solid #b3b3b3;
  border-left: 10px solid #b3b3b3;
  color: #ffffff;
}
blockquote.primary {
  border: 1px solid #6f7c8f;
  border-left: 10px solid #6f7c8f;
}
blockquote.bg-primary {
  background: #6f7c8f;
  border: 1px solid #6f7c8f;
  border-left: 10px solid #6f7c8f;
  color: #ffffff;
}
/*-----------------------------------------------------------------------------------*/
/* Font Awesome */
/*-----------------------------------------------------------------------------------*/
[class^="fa-"]:before,
[class*=" fa-"]:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 0;
  color: rgba(4, 113, 160, 0.85);
}
/* Joomla Menus */
.menu li [class^="fa-"]:before,
.menu li [class*=" fa-"]:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu li [class^="fa-"]:before,
.menu li [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.2);
  font-size: 18px;
  position: absolute;
  top: 13px;
  left: 10px;
}
.menu li a[class^="fa-"],
.menu li a[class*=" fa-"] {
  position: relative;
  padding-left: 37px !important;
}
.menu li a:hover[class^="fa-"]:before,
.menu li a:hover[class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.1);
}
/* Top Menu Icons */
#hornav li [class^="fa-"]:before,
#hornav li [class*=" fa-"]:before {
  display: block;
  font-size: 30px;
  left: auto;
  margin-bottom: 20px;
  padding: 0 !important;
  position: relative;
  text-align: center;
  top: 12px;
}
/* Header-# Menu Icons */
.header-1 .menu li [class^="fa-"]:before,
.header-1 .menu li [class*=" fa-"]:before,
.header-2 .menu li [class^="fa-"]:before,
.header-2 .menu li [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.2);
  top: 1px;
}
/* Base Module Icons */
#base [class^="fa-"]:before,
#base [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.2);
}
/* Footer Menu Icons */
#footermenu li [class^="fa-"]:before,
#footermenu2 li [class^="fa-"]:before,
#footermenu li [class*=" fa-"]:before,
#footermenu2 li [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.2);
  top: 5px;
}
.smOW li [class^="fa-"]:before,
.smOW li [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.2);
  top: 9px;
}
.fa-col5 {
  float: left;
  padding: 0 0 10px;
  width: 20%;
}
a.slicknav_item [class^="fa-"]:before,
a.slicknav_item [class*=" fa-"]:before {
  display: none;
}
.menu a.slicknav_item [class^="fa-"],
.menu a.slicknav_item [class*=" fa-"] {
  padding-left: 0 !important;
}
.fa-icon-list {
  text-align: center;
  margin: 30px 0;
}
.fa-icon-list > div {
  min-height: 105px;
}
.fa-icon-list i {
  font-size: 24px;
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 10px;
  border-radius: 5px;
}
i.fa {
  display: inline-block;
}
i.fa:before {
  padding-right: 0;
}
i.fa.square,
i.fa.circle,
i.fa.rounded {
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
}
i.fa.square.icon-lg,
i.fa.circle.icon-lg,
i.fa.rounded.icon-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
i.fa.square.icon-xlg,
i.fa.circle.icon-xlg,
i.fa.rounded.icon-xlg {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
i.fa.square.icon-xxlg,
i.fa.circle.icon-xxlg,
i.fa.rounded.icon-xxlg {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
i.fa.square {
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}
i.fa.center {
  width: 100%;
  text-align: center;
}
.fa-border {
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #ebebeb !important;
  border-radius: 5px !important;
  padding: 0.2em 0.35em 0.15em !important;
}
.fa-border:before {
  padding-right: 0;
}
/* Buttons */
.btn [class^="fa-"]:before,
.btn [class*=" fa-"]:before {
  color: #ffffff;
}
.btn-default [class^="fa-"]:before,
.btn-default [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.3);
}
/* Labels */
.label [class^="fa-"]:before,
.label [class*=" fa-"]:before {
  color: #ffffff;
}
.label-default [class^="fa-"]:before,
.label-default [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.3);
}
/* Remove from mobile menu */
a.slicknav_item [class^="fa-"]:before,
a.slicknav_item [class*=" fa-"]:before,
.slicknav_menu li [class^="fa-"]:before,
.slicknav_menu li [class*=" fa-"]:before {
  display: none !important;
}
.slicknav_nav ul > li a[class^="fa-"],
.slicknav_nav ul > li a[class*=" fa-"] {
  padding-left: 14px !important;
}
a.slicknav_item [class^="fa-"],
a.slicknav_item [class*=" fa-"] {
  padding-left: 0 !important;
}
/*-----------------------------------------------------------------------------------*/
/* Glyphicons */
/*-----------------------------------------------------------------------------------*/
.bs-glyphicons li {
  font-size: 12px;
  width: 12.5%;
}
.bs-glyphicons li {
  float: left;
  font-size: 10px;
  height: 115px;
  line-height: 1.4;
  padding: 10px;
  text-align: center;
  width: 10%;
}
.bs-glyphicons-list {
  list-style: none outside none;
  padding-left: 0;
}
.bs-glyphicons .glyphicon {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.glyphicon {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 1px;
}
.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}
/*-----------------------------------------------------------------------------------*/
/* Portfolio */
/*-----------------------------------------------------------------------------------*/
.portfolio-group {
  text-align: center;
  padding: 0;
  width: 100% !important;
}
.portfolio-item {
  overflow: hidden;
  border-radius: 0px;
  position: relative;
  text-align: center;
  vertical-align: text-top;
  list-style: none outside none;
}
.portfolio-item figure {
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  margin: 1px;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.portfolio-item figure img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  max-width: none;
}
.portfolio-item figcaption {
  border-top: 5px solid #16181c;
  color: #ffffff;
  top: 0;
  left: 0;
  padding: 30px 40px;
  background-color: #474f5b;
  text-align: left;
  text-transform: none;
  position: relative;
  z-index: 1;
}
.portfolio-item h3 {
  color: #ffffff;
  margin: 0;
  padding: 0px 0px 15px;
  font-size: 22px;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1em;
}
ul.portfolio li a,
ul.grid li:first-child a {
  padding: 0 !important;
  margin: 0 !important;
}
.portfolio-filter {
  margin: 0;
  padding: 0px;
}
.portfolio-filter li {
  list-style: none;
  display: inline-block;
  margin: 3px 0;
}
.portfolio-filter-label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  padding: 11px 12px;
}
.no-touch .portfolio-item figure:hover img,
.portfolio-item figure.cs-hover img {
  bottom: 0px;
  -webkit-transform: translate3d(-50px, 0px, 0px);
  -moz-transform: translate3d(-50px, 0px, 0px);
  -ms-transform: translate3d(-50px, 0px, 0px);
  transform: translate3d(-50px, 0px, 0px);
}
.no-touch .portfolio-item figure:hover figcaption,
.portfolio-item figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.portfolio-item figure .featured-info {
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #e4e4e4;
  font-weight: 300;
  padding: 1.625em;
  background: #222;
  background: rgba(31, 38, 51, 0.8);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 5;
  opacity: 0;
}
.portfolio-item figure .featured-info .info-wrapper {
  width: 100%;
  z-index: 10;
}
.portfolio-item figure:hover .featured-info {
  opacity: 1;
}
.portfolio-item figure .featured-info::before,
.portfolio-item figure .featured-info::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.portfolio-item figure .featured-info::before {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.portfolio-item figure .featured-info::after {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.portfolio-item figure:hover .featured-info::before,
.portfolio-item figure:hover .featured-info::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*-----------------------------------------------------------------------------------*/
/* Testimonials */
/*-----------------------------------------------------------------------------------*/
.testimonials p {
  background: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px;
  position: relative;
  font-style: italic;
}
.testimonials p:after {
  border-top: 22px solid ;
  border-left: 0px solid transparent;
  border-right: 22px solid transparent;
  left: 60px;
  bottom: -22px;
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  border-top-color: #f4f4f4;
  border-left-style: inset;
  border-right-style: inset;
}
.testimonials .testimonial-info {
  min-height: 60px;
}
.testimonials .testimonial-info span {
  color: #000000;
  font-size: 18px;
}
.testimonials .testimonial-info span em {
  color: #777;
  display: block;
  font-size: 13px;
}
.testimonials .testimonial-info img {
  border: 4px solid #f4f4f4;
  float: left;
  height: 60px;
  margin-right: 15px;
  padding: 2px;
  width: 60px;
}
.testimonials .carousel-indicators {
  bottom: 46px;
  left: auto;
  right: 80px;
  width: auto;
}
.testimonials .carousel-indicators li {
  border-color: #b3b3b3;
}
.testimonials-arrows {
  bottom: 57px;
  left: auto;
  right: 37px;
  width: auto;
  position: absolute;
}
.testimonials-arrows a {
  color: #b3b3b3;
}
.testimonials-bg-primary p {
  background: #596372;
  color: #ffffff;
}
.testimonials-bg-primary p:after {
  border-top-color: #596372;
}
.testimonials-bg-light p {
  background: #ffffff;
}
.testimonials-bg-light p:after {
  border-top-color: #ffffff;
}
.testimonials-bg-dark p {
  background: #474f5b;
  color: #FFFFFF;
}
.testimonials-bg-dark p:after {
  border-top-color: #474f5b;
}
/*-----------------------------------------------------------------------------------*/
/* Accordions */
/*-----------------------------------------------------------------------------------*/
.panel-group .panel-heading {
  padding: 0;
}
.panel-group .panel-heading h4 {
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 17px;
  font-weight: 500;
}
.panel-group .panel-heading a {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
.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.alternative .panel-heading {
  background: #6f7c8f;
}
.panel-group.alternative .panel-heading h4 a {
  color: #FFFFFF;
}

.panel.panel-default p {font-size: 1em; margin-top: 10px;}

dt {margin-top: 15px;}
/*-----------------------------------------------------------------------------------*/
/* Tabs */
/*-----------------------------------------------------------------------------------*/

.nav-justified > li > a {
	border-radius: 0;
	border-width: 0 1px;
	margin: 0 -1px;	
}

.nav-tabs.nav-justified > li > a {
	border-radius: 0;
	border-width: 0 1px 1px 1px;	
}
.nav-justified > li > a {
	background: #fff;
	-webkit-transition: background 0.15s ease-in;
	-moz-transition: background 0.15s ease-in;
	-o-transition: background 0.15s ease-in;
	transition: background 0.15s ease-in;	
}
.nav-justified > li > a:hover {
	background-color: #20a3dc;
	color: #fff;	
	
}

.nav-justified > li > a {
	position: relative;	
}

.nav-justified > li > a::before {
	content: '';
	width: 100%;
	height: 0;
	background: #20a3dc;
	left: 0;
	bottom: 0;
	position: absolute;	
  -webkit-transition: height 0.25s ease-in;
  -moz-transition: height 0.25s ease-in;
  -o-transition: height 0.25s ease-in;
  transition: height 0.25s ease-in;}

.nav-justified > li.active > a:before {
	height: 8px;	
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
	border-width: 0 0 1px 0;	
	border-bottom-color: #ddd;
	
}
.tabs-dark {
  background-color: #3F3647;
  position: relative;
}
.tabs-dark .nav-tabs {
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0;
  border: none;
}
.tabs-dark .nav-tabs > li a {
  border-radius: 0;
  border: none;
  padding: 18px 30px;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  outline: none;
}
.tabs-dark .tab-content {
  padding: 25px;
  color: rgba(255, 255, 255, 0.7);
}
.tabs-dark .tab-content h3 {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.tabs-dark .nav-tabs > li.active > a,
.tabs-dark .nav-tabs > li.active > a:hover,
.tabs-dark .nav-tabs > li.active > a:focus {
  -moz-border-colors: none;
  background-color: #3F3647 !important;
  border: none;
  color: #FFFFFF;
  cursor: default;
}
.tabs-dark .nav > li > a:hover,
.tabs-dark .nav > li > a:focus {
  background-color: transparent;
  text-decoration: none;
  border: none;
  border-width: 1px !important;
}
.tabs {
  border-radius: 4px;
  margin-bottom: 35px;
}
.tabs .nav-tabs {
  margin: 0;
  font-size: 0;
  border-bottom-color: #EEE;
}
.tabs .nav-tabs li {
  display: inline-block;
  float: none;
}
.tabs .nav-tabs li a {
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  margin-right: 1px;
}
.tabs .nav-tabs li:last-child a {
  margin-right: 0;
}
.tabs .nav-tabs li a,
.tabs .nav-tabs li a:hover {
  background: #F4F4F4;
  border-bottom: none;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-top: 3px solid #EEE;
  color: #555555;
}
.tabs .nav-tabs li a:hover {
  border-bottom-color: transparent;
  border-top: 3px solid #CCC;
  box-shadow: none;
}
.tabs .nav-tabs li a:active,
.tabs .nav-tabs li a:focus {
  border-bottom: 0;
}
.tabs .nav-tabs li.active a,
.tabs .nav-tabs li.active a:hover,
.tabs .nav-tabs li.active a:focus {
  background: #FFF;
  border-left-color: #EEE;
  border-right-color: #EEE;
  border-top: 3px solid #596372;
  color: #333333;
  outline: none;
}
.tabs .tab-content {
  border-radius: 0 5px 5px 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #FFF;
  border: 1px solid #EEE;
  border-top: 0;
  padding: 15px;
}
.tabs.alternative .nav-tabs li.active a,
.tabs.alternative .nav-tabs li.active a:hover,
.tabs.alternative .nav-tabs li.active a:focus {
  background: #6f7c8f;
  color: #ffffff;
}
.nav-pills > li > a {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.08);
  margin: 0 0 10px 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #FFFFFF;
  background-color: #6f7c8f;
  outline: none;
}
.nav-pills > li.active > a [class^="fa-"]:before,
.nav-pills > li.active > a [class*=" fa-"]:before {
  color: #FFFFFF;
}

.tab-content {
	padding: 20px 0;	
	line-height: 2em;
	margin-top: 0px;
}

.tab-content-pro {
	margin-top: 30px;
}
/*-----------------------------------------------------------------------------------*/
/* Progress Bars */
/*-----------------------------------------------------------------------------------*/
.progress {
  background-color: #FFFFFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.progress-label {
  font-size: 18px;
  padding: 8px 0;
}
.progress-xxs {
  height: 3px;
}
.progress-xs {
  height: 8px;
}
.progress-sm {
  height: 12px;
}
.progress-bar-red {
  background: #8b2626;
}
.progress-bar-blue {
  background: #43668c;
}
.progress-bar-green {
  background: #649f2b;
}
.progress-bar-aqua {
  background: #86b998;
}
.progress-bar-yellow {
  background: #d0b426;
}
.progress-bar-brown {
  background: #6f6f55;
}
.progress-bar-violet {
  background: #8270a4;
}
.progress-bar-orange {
  background: #ae6926;
}
/*-----------------------------------------------------------------------------------*/
/* Panels */
/*-----------------------------------------------------------------------------------*/
.panel-title {
  font-size: 20px;
}
.panel-primary > .panel-heading {
  border-color: #a9b0bb;
}
.panel-primary .panel-footer {
  background: #596372;
  border-color: #a9b0bb;
  color: #FFFFFF;
}
.panel-primary [class^="fa-"]:before,
.panel-primary [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 5px;
}
.panel-primary.invert .panel-body {
  background: #6f7c8f;
  color: #FFFFFF;
}
.panel-red {
  border-color: #8b2626;
}
.panel-red > .panel-heading {
  background-color: #631b1b;
  border-color: #b33131;
  color: #FFFFFF;
}
.panel-red .panel-footer {
  background: #8b2626;
  border-color: #b33131;
  color: #FFFFFF;
}
.panel-red [class^="fa-"]:before,
.panel-red [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 5px;
}
.panel-red.invert .panel-body {
  background: #8b2626;
  color: #FFFFFF;
}
.panel-blue {
  border-color: #43668c;
}
.panel-blue > .panel-heading {
  background-color: #324d6a;
  border-color: #557fad;
  color: #FFFFFF;
}
.panel-blue .panel-footer {
  background: #43668c;
  border-color: #557fad;
  color: #FFFFFF;
}
.panel-blue [class^="fa-"]:before,
.panel-blue [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 5px;
}
.panel-blue.invert .panel-body {
  background: #43668c;
  color: #FFFFFF;
}
.panel-green {
  border-color: #649f2b;
}
.panel-green > .panel-heading {
  background-color: #4b7720;
  border-color: #7dc736;
  color: #FFFFFF;
}
.panel-green .panel-footer {
  background: #649f2b;
  border-color: #7dc736;
  color: #FFFFFF;
}
.panel-green [class^="fa-"]:before,
.panel-green [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 5px;
}
.panel-green.invert .panel-body {
  background: #649f2b;
  color: #FFFFFF;
}
.panel-aqua {
  border-color: #86b998;
}
.panel-aqua > .panel-heading {
  background-color: #66a67c;
  border-color: #a6ccb4;
  color: #FFFFFF;
}
.panel-aqua .panel-footer {
  background: #86b998;
  border-color: #a6ccb4;
  color: #FFFFFF;
}
.panel-aqua [class^="fa-"]:before,
.panel-aqua [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 5px;
}
.panel-aqua.invert .panel-body {
  background: #86b998;
  color: #FFFFFF;
}
.panel-yellow {
  border-color: #d0b426;
}
.panel-yellow > .panel-heading {
  background-color: #a58f1e;
  border-color: #dec64b;
  color: #FFFFFF;
}
.panel-yellow .panel-footer {
  background: #d0b426;
  border-color: #dec64b;
  color: #FFFFFF;
}
.panel-yellow [class^="fa-"]:before,
.panel-yellow [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 5px;
}
.panel-yellow.invert .panel-body {
  background: #d0b426;
  color: #FFFFFF;
}
.panel-brown {
  border-color: #6f6f55;
}
.panel-brown > .panel-heading {
  background-color: #52523f;
  border-color: #8c8c6b;
  color: #FFFFFF;
}
.panel-brown .panel-footer {
  background: #6f6f55;
  border-color: #8c8c6b;
  color: #FFFFFF;
}
.panel-brown [class^="fa-"]:before,
.panel-brown [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 5px;
}
.panel-brown.invert .panel-body {
  background: #6f6f55;
  color: #FFFFFF;
}
.panel-violet {
  border-color: #8270a4;
}
.panel-violet > .panel-heading {
  background-color: #69588a;
  border-color: #9d8fb8;
  color: #FFFFFF;
}
.panel-violet .panel-footer {
  background: #8270a4;
  border-color: #9d8fb8;
  color: #FFFFFF;
}
.panel-violet [class^="fa-"]:before,
.panel-violet [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 5px;
}
.panel-violet.invert .panel-body {
  background: #8270a4;
  color: #FFFFFF;
}
.panel-orange {
  border-color: #ae6926;
}
.panel-orange > .panel-heading {
  background-color: #84501d;
  border-color: #d38234;
  color: #FFFFFF;
}
.panel-orange .panel-footer {
  background: #ae6926;
  border-color: #d38234;
  color: #FFFFFF;
}
.panel-orange [class^="fa-"]:before,
.panel-orange [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 5px;
}
.panel-orange.invert .panel-body {
  background: #ae6926;
  color: #FFFFFF;
}
/*-----------------------------------------------------------------------------------*/
/* Social Icons */
/*-----------------------------------------------------------------------------------*/
ul.social-icons {
  list-style: none;
  margin: 0px 1px 0 0;
}
ul.social-icons.circle li {
  background-image: none;
  background-color: transparent;
}
ul.social-icons.circle li a {
  background-color: rgba(0, 0, 0, 0.4);
  background-position: 0px -40px !important;
  border-radius: 50% !important;
}
ul.social-icons.circle li a:hover {
  background-position: 0px -40px !important;
}
ul.social-icons.rounded a {
  border-radius: 5px !important;
}
ul.social-icons.color .social-facebook a {
  background-color: #3b5998;
}
ul.social-icons.color .social-twitter a {
  background-color: #48c4d2;
}
ul.social-icons.color .social-googleplus a {
  background-color: #d94a39;
}
ul.social-icons.color .social-youtube a {
  background-color: #f45750;
}
ul.social-icons.color .social-github a {
  background-color: #333333;
}
ul.social-icons.color .social-pinterest a {
  background-color: #cb2027;
}
ul.social-icons.color .social-blogger a {
  background-color: #fb913f;
}
ul.social-icons.color .social-dribbble a {
  background-color: #ef5b92;
}
ul.social-icons.color .social-flickr a {
  background-color: #fd55ad;
}
ul.social-icons.color .social-skype a {
  background-color: #18b7f1;
}
ul.social-icons.color .social-digg a {
  background-color: #2882c6;
}
ul.social-icons.color .social-linkedin a {
  background-color: #71b2d0;
}
ul.social-icons.color .social-vimeo a {
  background-color: #62a0ad;
}
ul.social-icons.color .social-yahoo a {
  background-color: #ab64bc;
}
ul.social-icons.color .social-tumblr a {
  background-color: #3a5976;
}
ul.social-icons.color .social-deviantart a {
  background-color: #d0de21;
}
ul.social-icons.color .social-delicious a {
  background-color: #3274d1;
}
ul.social-icons.color .social-rss a {
  background-color: #fe9900;
}
ul.social-icons.border li a {
  background-position: -1px -2px !important;
  border: 2px solid #555555;
  background-color: rgba(0, 0, 0, 0) !important;
}
ul.social-icons.border li a:hover {
  background-position: 0px -42px !important;
  background-color: #999 !important;
}
ul.social-icons li {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  /* gradient overlay */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  /* gradient overlay */
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  /* gradient overlay */
  background-position: 50% 50%;
  display: block;
  float: left;
  margin: 5px;
  padding: 0 0 0px 0;
}
ul.social-icons li a {
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-position: 0px -55px;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  opacity: 1;
}
ul.social-icons li a:hover {
  background-position: 0px -40px !important;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -ms-transition-property: background-color;
  transition-property: background-color;
}
.social-facebook a {
  background: url(../img/social_icons/facebook.png);
}
.social-facebook a:hover {
  background-color: #3b5998 !important;
}
.social-twitter a {
  background: url(../img/social_icons/twitter.png);
}
.social-twitter a:hover {
  background-color: #48c4d2 !important;
}
.social-googleplus a {
  background: url(../img/social_icons/googleplus.png);
}
.social-googleplus a:hover {
  background-color: #d94a39 !important;
}
.social-youtube a {
  background: url(../img/social_icons/youtube.png);
}
.social-youtube a:hover {
  background-color: #f45750 !important;
}
.social-github a {
  background: url(../img/social_icons/github.png);
}
.social-github a:hover {
  background-color: #333333 !important;
}
.social-pinterest a {
  background: url(../img/social_icons/pinterest.png);
}
.social-pinterest a:hover {
  background-color: #cb2027 !important;
}
.social-blogger a {
  background: url(../img/social_icons/blogger.png);
}
.social-blogger a:hover {
  background-color: #fb913f !important;
}
.social-dribbble a {
  background: url(../img/social_icons/dribbble.png);
}
.social-dribbble a:hover {
  background-color: #ef5b92 !important;
}
.social-flickr a {
  background: url(../img/social_icons/flickr.png);
}
.social-flickr a:hover {
  background-color: #FD55AD !important;
}
.social-skype a {
  background: url(../img/social_icons/skype.png);
}
.social-skype a:hover {
  background-color: #18b7f1 !important;
}
.social-digg a {
  background: url(../img/social_icons/digg.png);
}
.social-digg a:hover {
  background-color: #2882c6 !important;
}
.social-linkedin a {
  background: url(../img/social_icons/linkedin.png);
}
.social-linkedin a:hover {
  background-color: #71b2d0 !important;
}
.social-vimeo a {
  background: url(../img/social_icons/vimeo.png);
}
.social-vimeo a:hover {
  background-color: #62a0ad !important;
}
.social-yahoo a {
  background: url(../img/social_icons/yahoo.png);
}
.social-yahoo a:hover {
  background-color: #ab64bc !important;
}
.social-tumblr a {
  background: url(../img/social_icons/tumblr.png);
}
.social-tumblr a:hover {
  background-color: #3a5976 !important;
}
.social-deviantart a {
  background: url(../img/social_icons/deviantart.png);
}
.social-deviantart a:hover {
  background-color: #d0de21 !important;
}
.social-delicious a {
  background: url(../img/social_icons/delicious.png);
}
.social-delicious a:hover {
  background-color: #3274d1 !important;
}
.social-rss a {
  background: url(../img/social_icons/rss.png);
}
.social-rss a:hover {
  background-color: #fe9900 !important;
}
[class^="social-"] a,
[class*=" social-"] a {
  background-position: 0px -40px !important;
  background-repeat: no-repeat;
}
/*-----------------------------------------------------------------------------------*/
/* Carousel */
/*-----------------------------------------------------------------------------------*/
.intro .carousel .r-head.active {
    opacity: 1;
    margin-top: 0;
    animation-name: r-head;
    animation-duration: 1s;
    animation-iteration-count: 1;
	animation-timing-function: linear;
    }
    
    /* The animation code */
@keyframes r-head {
    0%   {opacity: 0;  margin-top: -20px;}
    5% {opacity: .3; margin-top: -8px;}
    17% {opacity: 1; margin-top: -3px; }
	20% {opacity: 1;  margin-top: 0;}
    100%  {opacity: 1; margin-top: 0;}
	
}

.intro .carousel .r-head { text-align:center; }
.intro .carousel .r-head img {
	width: 75%; max-width: 500px; margin: 0 auto;
}

.intro .carousel .r-head {
	margin-top: -20px;
	opacity: 0;
	transition: all ease-in .5s;	
}

.intro .carousel .r-head.active {
	margin-top: 0;
	opacity:1;
		
}

.intro .carousel .carousel-inner .item h1 {
	font-size: 3.5em;
	color: #333;
}
.intro .carousel {display: table; width: 100%; }
.intro .carousel .carousel-inner { height: 200px; display:table-cell; text-align:center; vertical-align:middle; }
.carousel-control {
  background-image: none !important;
  background: rgba(255, 255, 255, 0.4);
  width: 34px;
  border-radius: 50px;
  font-size: 16px !important;
  height: 34px;
  margin-top: -20px;
  top: 50%;
  text-shadow: none;
  opacity: 1;
}
.carousel-control:focus {
  opacity: 0.5;
}
.carousel-control.left span,
.carousel-control.icon-prev span,
.carousel-control.right span,
.carousel-control.icon-next span {
  font-size: 20px;
  margin-top: -10px;
  color: rgba(0, 0, 0, 0.6);
}
.carousel-control.left,
.carousel-control.icon-prev {
  left: 20px;
}
.carousel-control.right,
.carousel-control.icon-next {
  right: 20px;
}
.carousel-indicators {
  bottom: 0;
  right: 30px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: auto;
}
.carousel.alternative {
  margin-bottom: 30px;
  padding: 0 40px 0px 40px;
  margin-top: 30px;
  /* Changes the position of the indicators */
  /* Changes the colour of the indicators */
}
.carousel.alternative img {
  padding: 4px;
  background: #ebebeb;
  box-shadow: 0 0 1px #b3b3b3;
}
.carousel.alternative .carousel-control.left,
.carousel.alternative .carousel-control.right {
  background-image: none !important;
  background-color: transparent;
}
.carousel.alternative .carousel-control.left span,
.carousel.alternative .carousel-control.right span {
  font-size: 18px;
  background: #b3b3b3;
  border-radius: 50%;
  padding: 5px;
}
.carousel.alternative .carousel-control.left {
  left: -12px;
}
.carousel.alternative .carousel-control.right {
  right: -12px !important;
}
.carousel.alternative .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -35px;
  margin-right: -19px;
}
.carousel.alternative .carousel-indicators li {
  background: #ebebeb;
}
.carousel.alternative .carousel-indicators .active {
  background: #b3b3b3;
}
/*-----------------------------------------------------------------------------------*/
/* Thumbs Gallery */
/*-----------------------------------------------------------------------------------*/
.thumbs-gallery .clear {
  clear: both;
  height: 0px;
  width: 100%;
}
.thumbs-gallery {
  float: left;
  margin: 6px 0 0 0;
}
.thumbs-gallery i {
  background: #000000;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  height: 60px;
  width: 60px;
  opacity: 0;
}
.thumbs-gallery .thumbBox {
  float: left;
  margin: 2px;
  padding: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.thumbs-gallery .thumbBox img {
  background-color: #e0e0e0;
  border: 1px solid #fafafa;
  padding: 3px;
}
/* SlimBox */
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}
#lbCenter,
#lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}
.lbLoading {
  background: #ffffff url(../img/slimbox/loading.gif) no-repeat center;
}
#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}
#lbPrevLink,
#lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}
#lbPrevLink {
  left: 0;
}
#lbPrevLink:hover {
  background: transparent url(../img/slimbox/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
  right: 0;
}
#lbNextLink:hover {
  background: transparent url(../img/slimbox/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
  font-family: "myriad-pro", Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}
#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(../img/slimbox/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}
#lbCaption,
#lbNumber {
  margin-right: 71px;
}
#lbCaption {
  font-weight: 600;
}
/*-----------------------------------------------------------------------------------*/
/* Blog */
/*-----------------------------------------------------------------------------------*/
.blog-post-date {
  background-color: #6f7c8f;
  padding: 0px;
  text-align: center;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  margin-right: 15px;
}
.blog-post-date .day,
.blog-post-date .month,
.blog-post-date .year {
  display: inline-block;
  padding: 2px 0px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.blog-post-date .month {
  text-transform: uppercase;
  color: #ebebeb;
}
.blog-post-date .year {
  background-color: #596372;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  padding: 2px 4px;
  width: 100%;
}
.blog-post {
  margin-bottom: 30px;
}
.blog-post-details-item {
  float: left;
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 10px;
  background: #f4f4f4;
  margin: 0 10px 0 0;
  line-height: normal;
}
.blog-post-details-item a {
  color: #b3b3b3;
}
.blog-item-header {
  display: block;
  padding-bottom: 0px;
  margin-bottom: 40px;
  padding-left: 60px;
}
.blog-item-header h2 {
  padding: 0;
}
.blog-item-header h2 a {
  color: #555555;
  text-decoration: none;
}
.blog-item-footer .blog-author p {
  padding: 0;
  margin: 0;
}
.blog-item-footer .blog-recent-comments .profile-thumb {
  padding: 10px 20px;
}
.blog-item-footer .blog-recent-comments h4 {
  color: #555555;
}
.blog-item-footer .blog-recent-comments .date {
  color: #b3b3b3;
}
.blog-item-footer .blog-recent-comments img {
  border: 5px solid #ebebeb;
  border-radius: 5px;
}
.blog-item-footer .blog-recent-comments .list-group-item {
  padding-bottom: 30px;
}
.blog-item-footer hr {
  width: 100%;
}
.blog-item-footer h4 {
  margin: 0;
  padding: 0;
}
/* Blog - Tags */
.blog-tags {
  list-style: none;
  margin: 10px 0 20px;
  overflow: hidden;
  padding: 0;
}
.blog-tags li {
  float: left;
}
.blog-tag {
  background: #F4F4F4;
  border-radius: 3px 0 0 3px;
  color: #333333;
  display: inline-block;
  font-size: 10px;
  height: 22px;
  line-height: 22px;
  padding: 0 25px 0 10px;
  position: relative;
  margin: 0 7px 7px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  box-shadow: 1px -1px 0px rgba(0, 0, 0, 0.15) inset;
}
.blog-tag::before {
  background: #b3b3b3;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  right: 10px;
  position: absolute;
  width: 6px;
  top: 8px;
}
.blog-tag::after {
  background: #FFF;
  border-bottom: 11px solid transparent;
  border-left: 10px solid #F4F4F4;
  border-top: 11px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.blog-tag:hover {
  background-color: #a9b0bb;
  color: white;
}
.blog-tag:hover::after {
  border-left-color: #a9b0bb;
}
/* Recent Posts */
ul.posts-list {
  margin-left: 0;
  padding-left: 0;
}
ul.posts-list li {
  list-style: none;
}
.recent-post {
  margin-bottom: 20px;
}
.recent-post img {
  padding-right: 10px;
}
.recent-post .recent-post-date {
  font-size: 11px;
}
.posts-list-title {
  font-size: 12px;
}
/*-----------------------------------------------------------------------------------*/
/* Pages */
/*-----------------------------------------------------------------------------------*/


/* Main */
.contact { margin-top: 40px;  margin-bottom: 40px;}
.view-larger {
	position: relative;	
}

.view-larger::before {
	content: '\f002';
	color: rgba(255,255,255,1);
	text-shadow: -2px 2px 0 rgba(0,0,0,.35);
	padding: 30px 0 0 5px;
	text-align: center;
	font-size: 3em;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: rgba(32, 163, 220, 0.85);
	height: 100px;
	width: 100px;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-50px;
	margin-top: -50px;	
	z-index: 200;
	font-family:	 'FontAwesome';
	pointer-events: none;
	opacity: 0;
	transition: opacity ease .7s;
	box-sizing:border-box;
}

#header .view-larger::before {
  color: #22a0da;
  text-shadow: -2px 2px 0 rgba(0,0,0,.35);
  padding: 25px 0 0 5px;
  font-size: 2.5em;
  background: rgba(255, 255, 255, 0.9);
  height: 80px;
  width: 80px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  box-shadow: 0 3px 10px rgba(10,37,64,0.25);
}

.view-larger-sm {
	position: relative;	
}

.view-larger-sm::before {
	content: '\f002';
	color: rgba(255,255,255,1);
	text-shadow: -2px 2px 0 rgba(0,0,0,.35);
	padding: 8px 0 0 1px;
	text-align: center;
	font-size: 1.5em;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: rgba(32, 163, 220, 0.85);
	height: 50px;
	width: 50px;
	border-radius: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-25px;
	margin-top: -25px;	
	z-index: 201;
	font-family:	 'FontAwesome';
	pointer-events: none;
	opacity: 0;
	transition: opacity ease .7s;
	box-sizing:border-box;
}

.view-larger-sm:hover::before {
	opacity:1;	
}

.view-larger:hover::before {
	opacity: 1;	
}

#welcome .view-larger::before {
	padding: 34px 0 0 5px;
	margin-top: -20px;
}

body.modal-open {
    overflow: visible;
}
.sub-img {
	margin-top: 15px;	
}

.row.sub-img {
    margin-left: -10px;
    margin-right: -10px;
}

.row.sub-img.video-tab {
	margin-left: 0px;
	margin-right: 0px;	
}


.tab-video-btn {
    left: 50%;
    margin-left: -68px;
    margin-top: -56px;
    position: absolute;
    top: 50%;
}

.fa-stack.fa-4x.tab-video-btn div {
    font-size: 0.25em;
    font-weight: 400;
    margin-top: 67px;
    text-align: center;
}

.sub-img .col-sm-4, .sub-img .col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
}

/* Services */
.list-services li i {
  margin-right: 10px;
  font-size: 18px;
}
.list-services li {
  font-size: 16px;
  padding: 5px 0px;
}
/* About Me */
.about-me-icons.list-inline > li {
  padding: 5px 2px;
}
.about-me-icons.list-inline > li a:hover {
  text-decoration: none;
}
/* Login */
.login-page {
  background: none repeat scroll 0 0 #FEFEFE;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-shadow: 0 0 3px #EEEEEE;
  color: #555555;
  padding: 30px;
}
.login-page label {
  font-weight: normal;
}
/* Sign Up */
.signup-page {
  background: none repeat scroll 0 0 #FEFEFE;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-shadow: 0 0 3px #EEEEEE;
  color: #555555;
  padding: 30px;
}
.signup-page label {
  font-weight: normal;
}
/* 404 */
.error-404-page h2 {
  font-size: 160px;
  font-weight: bold;
  color: #b3b3b3;
}
.error-404-page h3 {
  font-size: 30px;
  padding: 0 0 20px;
}
.error-404-page .search-404 {
  background: none repeat scroll 0 0 #dedede;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-shadow: 0 0 3px #EEEEEE;
  color: #555555;
  padding: 30px;
  width: 360px;
  margin: 0 auto 30px;
}
.error-404-page .search-404 input {
  height: 33px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  width: 210px;
  padding: 5px 10px;
}
/* Person Details */
.person-details figure {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  margin: 0;
}
.person-details figure img {
  display: block;
  max-width: 100%;
  position: relative;
}
.person-details figure figcaption {
  padding: 25px;
}
.person-details figure small {
  font-size: 55%;
}
.person-details-icons {
  text-align: center;
  margin: 0;
  z-index: 99;
}
.person-details-icons [class^="fa-"]:before,
.person-details-icons [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.8);
  padding: 0;
}
.person-details-icons a:hover {
  text-decoration: none;
}
.person-details-icons a:hover [class^="fa-"]:before,
.person-details-icons a:hover [class*=" fa-"]:before {
  color: #ffffff;
  text-decoration: none;
}
/* Grid System */
.show-grid [class*="col-md-"] .show-grid-block {
  background-color: #6f7c8f;
  border: 1px solid #FFFFFF;
  color: #ffffff;
  display: block;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
}

/* Starburst */

/* -------------------------------------   Ribbon */
.ribbon-text { 
	color: #fff;
	transform: rotate(90deg);
	position:absolute;
	z-index:20;
	font-weight:400;
	width: 150px;
	text-align: center;
	top: 65px;
	right: -48px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
	}

#ribbon::before {
    border-bottom: 10px solid darkred;
    border-left: 6px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    height: 0;
    left: 32px;
    position: absolute;
    width: 0;
}

#ribbon {
	width: 137px;
	height: 180px;
	position: absolute;
	overflow: hidden;
	top: 5px;
	right: -10px;
	z-index:10;
}

#ribbon .inset {
	width: 200px;
	height: 55px;
	position: absolute;
	top: -50px;
	left: -10px;
	z-index: 5;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	background: rgba(0,0,0,0.3);
	
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}

#ribbon .container {
	position: relative;
	padding-left:0;
	padding-right: 0;
	width: 60px;
	height: 180px;
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #631a15;
	border-right: 1px solid #631a15;
}

#ribbon .base {
	height: 100px;
	width: 60px;
	
	background: rgb(199,59,60);
	background: -moz-linear-gradient(top,  rgba(199,59,60,1) 0%, rgba(184,32,31,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,59,60,1)), color-stop(100%,rgba(184,32,31,1)));
	background: -webkit-linear-gradient(top,  rgba(199,59,60,1) 0%,rgba(184,32,31,1) 100%);
	background: -o-linear-gradient(top,  rgba(199,59,60,1) 0%,rgba(184,32,31,1) 100%);
	background: -ms-linear-gradient(top,  rgba(199,59,60,1) 0%,rgba(184,32,31,1) 100%);
	background: linear-gradient(top,  rgba(199,59,60,1) 0%,rgba(184,32,31,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73b3c', endColorstr='#b8201f',GradientType=0 );

	position: relative;
	z-index: 2;
}

#ribbon .base:after {
	content: '';
	position: absolute;
	top: 0;
	width: 47px;
	left: 6px;
	height: 172px;
	border-left: 1px dashed #631a15;
	border-right: 1px dashed #631a15;
}

#ribbon .base:before {
	content: '';
	position: absolute;
	top: 0;
	width: 45px;
	left: 7px;
	height: 172px;
	border-left: 1px dashed #da5050;
	border-right: 1px dashed #da5050;
}

#ribbon .left_corner {
	width: 100px;
	height: 100px;
	background: #b8201f;
	position: absolute;
	bottom: 20px;
	left: -50px;
	z-index: 1;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#ribbon .right_corner {
	width: 100px;
	height: 100px;
	background: #b8201f;
	position: absolute;
	bottom: 20px;
	right: -50px;
	z-index: 1;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.disclaimer { font-size: .8em; }

#trialHeader h2 { line-height: 1.25em !important; }

/* testimonial Homepage */
#testimonial .testimonial-inner {
  text-align: center;
  position:relative;
  padding: 10px 30px;
  border: 6px solid #d4e4fe;
  border-radius: 5px;
  margin: 5px;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#testimonial .testimonial-inner i.fa-quote-left {
	font-size: 1em;
	margin-left: -.5em;
	color: #ccc;
	opacity: .3;
	margin-right: 5px;
	margin-top: 3px;
	text-shadow: 1px 0 1px rgba(0,0,0,.3);
}
#testimonial .testimonial-inner:hover {
  
}
#testimonial .testimonial-images {
  margin-bottom: 20px;
}
#testimonial .testimonial-images img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  padding: 5px;
  box-shadow: 0px 0px 3px #ddd;
}
#testimonial .testimonial-content p {
  line-height: 25px;
  margin-bottom: 15px;
  overflow: auto;
  max-height: 200px !important;
}
#testimonial .testimonial-footer span.test-date 

{ font-weight: 100; font-style: italic; font-size: .85em; }

#testimonial .testimonial-footer {
    font-weight: 600;
    bottom: 10px;
    width: 100%;
    left: 0;
	line-height:1.15em;
}
#testimonial .testimonial-footer i {
  margin-right: 5px;
}
#testimonial .testimonial-footer a {
  color: #aaa;
  margin-left: 3px;
  font-weight: 300;
}

/* testimonial page content */

#testimonial-page .testimonial-inner {
  text-align: center;
  position:relative;
  padding: 10px 30px 30px;
  border: 1px solid #ddd;
  margin: 5px;
  position: relative;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 1.75em;
}

#testimonial-page .testimonial-inner i.fa-quote-left {
	font-size: 2.8em;
	margin-left: -.5em;
	color: #ccc;
	opacity: .4;
	margin-right: 5px;
	margin-top: 3px;
	text-shadow: 1px 0 1px rgba(0,0,0,.3);
	
}
#testimonial-page .testimonial-inner:hover {
  
}
#testimonial-page .testimonial-images {
  margin-bottom: 20px;
}
#testimonial-page .testimonial-images img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  padding: 5px;
  box-shadow: 0px 0px 3px #ddd;
}
#testimonial-page .testimonial-content p {
  line-height: 25px;
  margin-bottom: 15px;
}
#testimonial-page .testimonial-footer span.test-date 

{ font-weight: 100; font-style: italic; font-size: .85em; }

#testimonial-page .testimonial-footer {
  position: absolute;
    font-weight: 600;
    bottom: 10px;
    width: 100%;
    left: 0;
}
#testimonial .testimonial-footer i {
  margin-right: 5px;
}
#testimonial .testimonial-footer a {
  color: #aaa;
  margin-left: 3px;
  font-weight: 300;
}

#testimonial .testimonial-footer a:hover {
  
}
#testimonial .owl-pagination {
  margin-top: 30px;
}
#testimonial .owl-pagination .owl-page span {
  border-radius: 4px;
  width: 8px;
  height: 8px;
  background: none;
  
  opacity: 0.5;
}
#testimonial .owl-pagination .owl-page.active span {
  opacity: 1.0;
}

#testimonial .testimonial-footer {
  color: #20a3dc;
}
#testimonial .owl-pagination .owl-page span {
  border: 1px solid #20a3dc;
}
#testimonial .owl-pagination .owl-page.active span {
  background: #20a3dc none repeat scroll 0 0;
}
#testimonial .testimonial-footer a {
    color: #20a3dc;
}

#single-testimonial-item .testimonial-footer a {
    color: #20a3dc;
}
#single-testimonial-item .owl-pagination .owl-page.active span {
  background: #20a3dc none repeat scroll 0 0;
}
#single-testimonial-item .owl-pagination .owl-page span {
  border: 1px solid #20a3dc;
}

#testimonial-item .item {
 height: 262px !important;
}


#testimonial.col-sm-5 .testimonial-inner {
  background: white;
}

@media (max-width: 1080px) {
	#testimonial-item .testimonial-inner.row {
		margin: 10px !important;
		padding: 5px 10px;
	}
	#testimonial-item .testimonial-content p {
		height: 200px !important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
		#testimonial .testimonial-inner i.fa-quote-left {
			display: none;
		}
}

#testimonial-item .item .align-self-end {
  position: absolute;
  bottom: 10px;
  background: white;
}

@media (max-width: 1080px) and (min-width: 980px) {
	#testimonial-item .testimonial-content p {
	 overflow: auto;
	}
}
