@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(/common/public/css/header.css);
@import url(/common/public/css/footer.css);

/** BOOTSTRAP CUSTOMS **/
body{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	line-height: 170%;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: inherit;
	font-weight: 400;
	line-height: 140%;
}
a{color: #2e98cc}
a:hover{color: #2686b5}
.container{position:relative}
.btn{border-radius: 2px;}
.form-control{
	border-radius: 0;
	border-color: #ddd;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
}
.form-control:focus{
	border-color: #BFBFBF;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
}
.form-control.input-lg{
	border-width: 3px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #D64040;
}

.has-error .form-control {
  border-color: #D64040;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.has-error .form-control:focus {
  border-color: #CE3636;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #fff;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #fff;
}

.has-error .input-group-addon {
  color: #D64040;
  background-color: #f2dede;
  border-color: #D64040;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #2e98cc;
}

.has-success .form-control {
  border-color: #2e98cc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.has-success .form-control:focus {
  border-color: #9DB41F;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #fff;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #fff;
}

.has-success .input-group-addon {
  color: #2e98cc;
  background-color: #d8ebf0;
  border-color: #2e98cc;
}


/** STYLING **/
.wrapper{position: relative;}
.clear{clear: both;}

button.btn.btn-default.btn-teplok,
a.btn.btn-default.btn-teplok{
	background-color:#2e98cc;
	color: #fff;
	border-color: #2e98cc;
}

button.btn.btn-default.btn-teplok:hover,
button.btn.btn-default.btn-teplok:focus,
a.btn.btn-default.btn-teplok:hover,
a.btn.btn-default.btn-teplok:focus{
	background-color:#2686b5;
	border-color: #2e98cc;
}
.btn i{margin-right: 5px;}
.btn.btn-distance{margin: 20px 0;}

button.btn.btn-default.btn-disabled,
a.btn.btn-default.btn-teplok{
	background-color:#aaa;
	color: #fff;
	border-color: #aaa;
}

.header-hero .awesome-slogan h2{
	padding: 15px 20px;
	color: #fff;
	font-weight: 300;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: -2px;
	display: block;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px #333333;
}
.header-hero .awesome-slogan h4{
	padding: 10px 5px;
	color: #fff;
	font-weight: 300;
	font-size: 30px;
	line-height: 100%;
	display: block;
	margin-bottom: 10px;
}
.header-hero .awesome-slogan h2 span,
.header-hero .awesome-slogan h4 span{
	font-weight: 800;
}
.header-hero .awesome-slogan p{
	font-size: 15px;
    margin: 65px 0 0px;
	color: #fff;
	padding: 5px 10px;
	display: block;
}
.header-hero .awesome-slogan .social-icons, .col-sm-3 .social-icons {
	padding: 20px;
	display: block;
}
.header-hero .awesome-slogan .social-icons img, .col-sm-3 .social-icons img {
	width: 35px;
	margin: 2px;
}


/** SECTION **/
.section-theme-landing{
	height: 10px;
	background: #2e98cc;
}
.section-page-landing{
	background: #fff;
	z-index: 1;
}
.header-hero .section-page-landing{
	background: transparent;
}
.section-page-landing.section-transparent{
	background: transparent;
	color: #fff;
}
.section-page-landing.section-grey{
	background: #353535;
	color: #fff;
}
.section-page-landing.section-grey hr{
	height: 1px;
	background: #272727;
	margin: 50px 0;
	border: none;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(82,82,82,0.49);
	-moz-box-shadow: 0px 1px 1px 0px rgba(82,82,82,0.49);
	box-shadow: 0px 1px 1px 0px rgba(82,82,82,0.49);
}
.section-page-landing.section-light-grey{
	background: #f3f3f3;
}
.section-page-landing .section-overlay{
	width: 100%;
	height: auto;
}
.section-page-landing .inner-section{
	padding: 100px 0;
}
.header-hero .section-page-landing .inner-section{
	padding: 0;
}
.section-page-landing#quote{
	background:url(/images/public/crowd-693396_1920.jpg) 100% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/crowd-693396_1920.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/crowd-693396_1920.jpg', sizingMethod='scale')";
}

.section-page-landing#bullet{
	background:url(/images/public/metro-6986612.jpg) 100% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/metro-6986612.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/metro-6986612.jpg', sizingMethod='scale')";
}

.section-page-landing#bullet .inner-section {
  padding: 0 0 50px;
}
.section-page-landing#morefeatures .inner-section {
	padding: 50px 0;
}

.section-page-landing#morefeatures .the-box-landing {
	background: #282828;
}

.section-page-landing#bullet .inner-section .bullet_height  {
  text-align: center;
  height: 250px;
  display: inline-flex;
  margin-top: 35px;
  font-size: 18px;
  line-height: 30px;
}

.section-page-landing#bullet .inner-section ul {
	margin-top: 20px;
}

.section-page-landing#bullet .inner-section ul, .section-page-landing#bullet .inner-section img  {
  float: left;
  display: inline-block;
  text-align: left;
}

.section-page-landing#pricing-table{
	background:url(/images/public/kids-315098.jpg) 100% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/kids-315098.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/kids-315098.jpg', sizingMethod='scale')";
}


.header-hero#htlegal{
	background:url(/images/public/legal.jpg) center top no-repeat fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-height: 350px;
	padding: 8% 0 5%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/legal.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/legal.jpg', sizingMethod='scale')";
}
.header-hero#htteam{
	background:url(/images/public/team.jpg) center top no-repeat fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-height: 350px;
	padding: 8% 0 5%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/team.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/team.jpg', sizingMethod='scale')";
}
.header-hero#htfeatures{
	background:url(/images/public/features.jpg) center top no-repeat fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-height: 350px;
	padding: 8% 0 5%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/features.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/features.jpg', sizingMethod='scale')";
}
.header-hero#htpricing{
	background:url(/images/public/pricing.jpg) center top no-repeat fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-height: 350px;
	padding: 8% 0 5%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/pricing.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/pricing.jpg', sizingMethod='scale')";
}
.header-hero#htabout{
	background:url(/images/public/about.jpg) center top no-repeat fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-height: 350px;
	padding: 8% 0 5%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/about.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/about.jpg', sizingMethod='scale')";
}

.header-hero#htmain{
	background:url(/images/public/home1.jpg) center top no-repeat fixed;
	transition: background 1s linear;
	margin: 0 auto;
	width: 100%;
	padding: 4% 0 5%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/home1.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/home1.jpg', sizingMethod='scale')";
}

.header-hero#colortrackingcontest{
	background:url(/images/public/colortrackingcontest.png) center top no-repeat fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-height: 350px;
	padding: 8% 0 5%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/colortrackingcontest.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/public/colortrackingcontest.png', sizingMethod='scale')";
}

.section-page-landing#pricing-table-noimg{
	margin: 0 auto;
	padding: 0;
	width: 100%;
}




/** BOXES **/
.the-box-landing{
	background: #fff;
	padding: 15px;
	margin: 30px 0;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}
.the-box-landing.the-box-light-grey{background: #f3f3f3;}
.the-box-landing.the-box-transparent{background: transparent;}
.the-box-landing.border-hover-bottom{border-bottom: 3px solid transparent;}
.the-box-landing:hover.border-hover-bottom{border-bottom-color: #2e98cc;}
.the-box-landing.border-color-left{border-left: 3px solid #2e98cc;}
.the-box-landing.border-color-top{border-top: 3px solid #2e98cc;}
.the-box-landing.border-color-bottom{border-bottom: 3px solid #2e98cc;}
.the-box-landing.border-color-right{border-right: 3px solid #2e98cc;}
.the-box-landing.full{padding: 0px;}
.the-box-landing h3{
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.the-box-landing h4{font-weight: 700; font-size: 140%;}
.the-box-landing p{font-size: 15px;}
.the-box-landing img.small-icon{
	margin: 25px 0;
	width: auto;
}
.btn.btn-purchase{margin-top: 10px;}



/** CUSTOM HOVER ICON **/
/* Effect 9 */
.hi-icon-effect-9 .hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
	color: #2e98cc;
	border-bottom: none;
}

.hi-icon-effect-9 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 3px #2e98cc;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	border-bottom: none;
}

/* Effect 9a */
.no-touch .hi-icon-effect-9a .hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	opacity: 0.5;
	text-decoration: none;
	border-bottom: none;
}

.no-touch .hi-icon-effect-9a .hi-icon:hover {
	box-shadow: 0 0 0 10px rgba(255,255,255,1);
	color: #2e98cc;
	text-decoration: none;
	border-bottom: none;
}

/* Effect 9b */
.no-touch .hi-icon-effect-9b .hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	border-bottom: none;
}

.no-touch .hi-icon-effect-9b .hi-icon:hover {
	box-shadow: 0 0 0 10px rgba(255,255,255,0.4);
	color: #2e98cc;
	border-bottom: none;
}



/** TESTIMONIAL **/
.carousel-landing.carousel.carousel-testimonial{
	padding: 30px 0 0px;
	margin: 20px 0 0;
	text-align: center;
	position: relative;
}
.carousel-landing.carousel.carousel-testimonial .testimonial-icon{
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	padding: 30px;
	z-index: 3;
	color: #2e98cc;
	font-size: 24px;
}
.carousel-landing.carousel.carousel-testimonial .testimonial-inner{
	padding: 20px 20px 35px;
	margin: 0 0 70px 0;
	color: #fff;
	position: relative;
}
.carousel-landing.carousel.carousel-testimonial .testimonial-inner h5{
	font-size: 18px;
	margin-bottom: 30px;
	color: #fff;
	padding: 35px;
	margin: 0;
	border: 1px dashed #2e98cc;
	border-radius: 10px;
}
.carousel-landing.carousel.carousel-testimonial .testimonial-inner h4.testimonial-name{
	color: #fff;
	padding: 10px 25px 30px;
	background: #272727;
	display:inline-block;
	border-radius:10px;
}
.carousel-landing.carousel.carousel-testimonial .testimonial-inner .testimonial-avatar{
	position: absolute;
	bottom: 0px;
	display: block;
	padding: 10px;
	height: 80px;
	left: 0;
	right: 0;
	z-index: 10;
}
.carousel-landing.carousel.carousel-testimonial .testimonial-inner .testimonial-avatar img{
	width: 90px;
	-webkit-box-shadow: 0px 0px 0px 5px #272727;
	-moz-box-shadow: 0px 0px 0px 5px #272727;
	box-shadow: 0px 0px 0px 5px #272727;
}

/** PORTFOLIO **/
.portfolio-landing{margin: 40px 0;}
.portfolio-landing .nav li{
	border-radius: 0;
	font-size: 16px;
	cursor: pointer;
	margin-bottom: 30px;
	padding: 10px 20px;
	text-align: center;
	color: #5b5b5b;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}
.portfolio-landing .nav li:hover{
	background-color: #f4f4f4;
}
.portfolio-landing .nav-pills > li.active,
.portfolio-landing .nav-pills > li.active:hover,
.portfolio-landing .nav-pills > li.active:focus {
	background-color: #2e98cc;
	color: #fff;
}
.portfolio-landing #portfolio-grid{}
.portfolio-landing #portfolio-grid:before,
.portfolio-landing #portfolio-grid:after {
  display: table;
  content: " ";
}
.portfolio-landing #portfolio-grid:after {clear: both;}
.portfolio-landing ul#portfolio-grid{
	padding: 0;
	margin: 30px 0;
	list-style: none;
}
.portfolio-landing #portfolio-grid .mix{
	display: none;
	opacity: 0;
	width: 25%;
	height: 175px;
	overflow: hidden;
	background: #ccc;
	text-align: center;
	margin: 0;
	float: left;
	position:relative;
}
.portfolio-landing #portfolio-grid .mix img{
	width: 100%;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}
.portfolio-landing #portfolio-grid .mix:hover img{
	margin-top: 100px;
}
.portfolio-landing #portfolio-grid .mix .des{
	padding: 30px 10px;
	background: #2e98cc;
	color: #fff;
	height: 200px;
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}
.portfolio-landing #portfolio-grid .mix .des h4{
	padding: 0;
	margin: 5px 0;
}
.portfolio-landing #portfolio-grid .mix .des a i{
	padding: 5.5px;
	margin: 2px;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.portfolio-landing #portfolio-grid .mix:hover .des{
	top: 0px;
}
table.table.table-modal-project{margin: 15px 0;}

.table.table-modal-project > tbody > tr > td{
  border-top: none;
  padding: 5px 0;
}



/** PRICING TABLES **/
.pricing-table-landing{
	text-align: center;
	position: relative;
	margin: 30px 0;
	color: #353535;
	-webkit-transition:All 0.25s ease;
	-moz-transition:All 0.25s ease;
	-o-transition:All 0.25s ease;
}
.pricing-table-landing:hover{
	box-shadow: 0 0 0 5px rgba(255,255,255,1);
}
.pricing-table-landing .the-box-landing{
	margin: 0;
}
.pricing-table-landing .header{
	padding: 15px 0 70px;
	background: #D6D6D6;
}
.pricing-table-landing .circle-price-wrap{
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -75px;
	border: 3px solid #D6D6D6;
}
.pricing-table-landing .circle-price-wrap h2{
	font-size: 40px;
	padding: 15px 0 ;
}
.pricing-table-landing .circle-price-wrap h2 small{
	font-size: 14px;
	color: #909090;
	display: block;
}
.pricing-table-landing table.table-inner{
	margin: 100px 0 0 0;
	padding: 0;
}

.pricing-table-landing table.table-inner > tbody:first-child > tr:first-child > td {border-top: 0;}
.pricing-table-landing table.table-inner > thead > tr > th,
.pricing-table-landing table.table-inner > tbody > tr > th,
.pricing-table-landing table.table-inner > tfoot > tr > th,
.pricing-table-landing table.table-inner > thead > tr > td,
.pricing-table-landing table.table-inner > tbody > tr > td,
.pricing-table-landing table.table-inner > tfoot > tr > td {
	padding: 15px;
	font-size: 16px;
	vertical-align: middle;
	border-top: 1px dotted #dddddd;
}

.pricing-table-landing:hover.best-choice{box-shadow: 0 0 0 5px rgba(179,200,51,1);}
.pricing-table-landing.best-choice .header{
	background: #2e98cc;
	color: #fff;
}
.pricing-table-landing.best-choice .circle-price-wrap{border: 3px solid #2e98cc;}
.pricing-table-landing.best-choice .circle-price-wrap h2{color: #2e98cc;}
.pricing-table-landing.best-choice .circle-price-wrap h2 small{color: #2686b5;}
.pricing-table-landing.best-choice table.table-inner{
	margin: 100px 0 0 0;
	padding: 0;
}
.pricing-table-landing.best-choice table.table-inner > tbody:first-child > tr:first-child > td {border-top: 0;}



/** BLOG **/
.blog-landing{}
.blog-landing:before,
.blog-landing:after {
	display: table;
	content: " ";
}
.blog-landing:after {clear: both;}
.blog-landing .blog-latest-img{
	float: left;
	width: 40%;
	height: 145px;
	overflow: hidden;
	position: relative;
	background: #2e98cc;
}
.blog-landing .blog-latest-img .show-link-icon{
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 24px;
	color: #fff;
	opacity: 0;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
	z-index: 1;
}
.blog-landing .blog-latest-img:hover .show-link-icon{
	bottom: 40%;
	opacity: 1;
}
.blog-landing .blog-latest-img img{
	width: 100%;
	-webkit-transition:All 0.6s ease;
	-moz-transition:All 0.6s ease;
	-o-transition:All 0.6s ease;
}
.blog-landing .blog-latest-img:hover img{opacity: 0;}
.blog-landing .blog-latest-des{
	float: left;
	width: 60%;
	padding: 5px 15px;
}
.blog-landing .blog-latest-des h3{
	font-size: 22px;
	line-height: 120%;
	margin-bottom: 10px;
}
.blog-landing .blog-latest-des h3 a{color: #353535;}
.blog-landing .blog-latest-des h3 a:hover,
.blog-landing .blog-latest-des h3 a:focus{
	color: #2e98cc;
	text-decoration: none;
}
.blog-landing .blog-latest-des p.additional{color: #909090;}
.blog-landing .blog-column{}
.blog-landing .blog-column .img-wrap{
	height: 145px;
	overflow: hidden;
	position: relative;
	background: #2e98cc;
}

.blog-landing .blog-column .img-wrap .show-link-icon{
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 24px;
	color: #fff;
	opacity: 0;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
	z-index: 1;
}
.blog-landing .blog-column .img-wrap :hover .show-link-icon{
	bottom: 40%;
	opacity: 1;
}
.blog-landing .blog-column .img-wrap img{
	width: 100%;
	-webkit-transition:All 0.6s ease;
	-moz-transition:All 0.6s ease;
	-o-transition:All 0.6s ease;
}
.blog-landing .blog-column .img-wrap:hover img{opacity: 0;}
.blog-landing .blog-column-des{padding: 15px;}
.blog-landing .blog-column-des h3{
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 10px;
}
.blog-landing .blog-column-des h3 a{color: #353535;}
.blog-landing .blog-column-des h3 a:hover,
.blog-landing .blog-column-des h3 a:focus{
	color: #2e98cc;
	text-decoration: none;
}
.blog-landing .blog-column-des p.additional{
	color: #909090;
	font-size: 13px;
}


/** THE TEAM **/
.the-team-landing{margin: 30px 10px;}
.the-team-landing .des{padding: 15px;}
.the-team-landing h5{color: #2e98cc;}
.the-team-landing .ava-wrap{
	height: 230px;
	overflow: hidden;
	position: relative;
}
.the-team-landing .ava-wrap .see-detail{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(1,1,1,0);
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}
.the-team-landing :hover.ava-wrap .see-detail{background: rgba(1,1,1,.5);}
.the-team-landing .ava-wrap .button-link{
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}
.the-team-landing .ava-wrap .button-link i{
	color: #fff;
	padding: 7.7px;
	margin: 2px;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 18px;
	-webkit-transition:All 0.1s ease;
	-moz-transition:All 0.1s ease;
	-o-transition:All 0.1s ease;
}
.the-team-landing .ava-wrap .button-link i:hover{
	border-width: 4px;
	padding: 4.7px;
}
.the-team-landing .ava-wrap .button-link a{color: #fff;}
.the-team-landing .ava-wrap .button-link a:focus,
.the-team-landing .ava-wrap .button-link a:hover{
	color: #fff;
	text-decoration: none;
}
.the-team-landing .ava-wrap:hover .button-link{
	top: 45%;
	opacity: 1;
}
.the-team-landing img{width: 100%;}



/** CLIENTS **/
.clients{margin: 30px 0;}
.clients img{
	margin: 30px 0;
}



/** QUOTE OF THE DAY **/
.quote-landing{color: #fff}
.quote-landing h1{
	font-weight: 700;
	font-size: 45px;
}



/** CONTACT FORM **/
form.contact-form{margin: 40px 0;}



/** BACK TO TOP BUTTON **/
#back-top{
	color: #fff;
	background: #2e98cc;
	font-size: 18px;
	line-height: 100%;
	display: inline-block;
	position: fixed;
	right: 0;
	bottom: 0;
}
#back-top a,
#back-top a:hover,
#back-top a:focus{
	color: #fff;
	padding: 10px;
	display: block;
}

/** BLOG PAGE **/
h2.post-heading{
	margin: 0 0 15px 0;
	font-weight: 300;
	font-size: 35px;
}
.post-additional-detail{
	margin: 10px 0 10px 0;
	padding: 15px 0;
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
}
.post-additional-detail p{
	line-height: 100%;
	margin: 0;
	padding: 0;
}
img.img-post-detail{margin: 0 0 20px 0;}

/** POST COMMENT **/
.post-comment{margin: 30px 0;}
.post-comment .media-list .media .media-object{
	width: 80px;
	margin-right: 10px;
}
.post-comment .media-list .media .media-body p.comment-date{color: #909090;}
.post-comment .media-list .media .media-body p.comment-action i{margin: 2px;}

/** SIDEBAR **/
.sidebar{}
.sidebar h4{
	margin: 40px 0 0 0;
}
.sidebar .search-form{
	margin: 0 0 20px 0;
	position: relative
}
.sidebar .search-form button.btn:hover,
.sidebar .search-form button.btn:focus,
.sidebar .search-form button.btn{
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 5px;
	padding-right: 5px;
	background: transparent;
	border: none;
}

.sidebar .media-list{margin: 10px 0;}
.sidebar .media-list .media-heading{
	margin: 5px 0;
	font-size: 16px;
}

/** BLOG LIST **/
.blog-list .media-list .media-heading {
	font-size: 22px;
	font-weight: 400;
}
.blog-list .media-list .media-heading a {color: #353535;}
.blog-list .media-list .media-heading a:hover{
	text-decoration: none;
	color: #2e98cc;
}
.blog-list .media-list .media{margin-bottom: 40px;}
.blog-list .media-list .media-object{
	width: 225px;
	margin-top: 5px;
	margin-right: 5px;
}
.blog-list .pagination li.active a{
	background: #2e98cc;
	border-color: #2e98cc;
}

/** ERROR PAGE **/
body.error-page-wrap{
	background: #2e98cc;
	color: #fff;
}
.error-page{
	background: #2e98cc;
	color: #fff;
}
.error-inner{
	padding-top: 5%;
	text-align: center;
}
.error-inner a,
.error-inner a:hover{
	color: #fff;
}
.error-inner .icon-side{
	font-size: 100px;
	padding: 20px;
}
.error-inner  h1{
	font-size: 100px;
	margin: 0;
	padding: 0;
}


.explorer  {
     color: #000;
     font-size: 24px;
     margin: 0 auto 25px;
     text-align: center;
  	 background-color: rgba(46, 152, 204, .8);
     padding: 5px 10px;
  	-webkit-border-radius: 5px; 
  	-moz-border-radius: 5px; 
   	border-radius: 5px; 
}

.explorer #explorer  {
 	text-align: center;
  	margin: 0 auto;
  	display: inline-block;
  	width: 100%;
}

.explore {
	margin: 2px auto 0;
}

#explorer .formfield  {
    float: left;
     background: #fff;
     border: 1px solid #fff;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
     margin: -2px 0px 10px 0px;
     padding: 5px;
     box-shadow: inset 0 0 5px #ddd;
     font-family: arial, helvetica, sans-serif;
     font-size: 10pt;
}

 .explorer h4 {
  padding: 0;
  color: #fff;
  font-weight: 300;
  font-size: 25px;
  line-height: 100%;
  display: block;
  margin-bottom: 5px;
  margin-right: 20px;
  margin-top: 5px;
  text-align: center;
}

#explorer .submit  {
    cursor: pointer;
     position: relative;
     width: 100%;
     background: #2c96c9;
     border: 1px solid #2c96c9;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
     margin: 8px 0px 8px 0px;
     padding: 4px 15px;
     font-size: 10pt;
     color: #fff;
     font-weight: 400;
     line-height: 20px;
     text-align: center;
}
#explorer .cancel  {
    cursor: pointer;
     position: relative;
     width: 100%;
     background: #2a6480;
  	 border: 1px solid #2a6480;
  	 -moz-border-radius: 4px;
  	 -webkit-border-radius: 4px;
  	 border-radius: 4px;
  	 margin: 8px 0px 8px 0px;
  	 padding: 7px 15px;
     font-size: 10pt;
     color: #fff;
     font-weight: 400;
     line-height: 20px;
     text-align: center;
}
#explorer #supertag  {
    position: absolute;
     z-index: 1;
     width: 425px;
     top: 500px;
     font-size: 19px;
}
#explorer #supertag .panel  {
    float: left;
     width: 325px;
     margin: 0px 25px 0px 0px;
     padding: 10px;
     background: #fff;
     border: 1px solid #ddd;
     moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
     box-shadow: 1px 2px 3px #888888;
}
#explorer #signup  {
    position: absolute;
     z-index: 11;
     width: 400px;
     height: 260px;
     background: #fffadd;
     filter: alpha(opacity=95);
     opacity: 0.95;
     border: 1px solid #ddd;
     moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
     margin: 85px 0px 0px 20px;
     padding: 10px;
}
#explorer #signup #close  {
    position: absolute;
     bottom: 0px;
     width: 15px;
     background: #c00;
     background: -webkit-gradient(linear,  left top,  left bottom,  from(#e00),  to(#c00));
     background: -moz-linear-gradient(top,  #e00,  #c00);
     -moz-border-radius: 7px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
     right: 5px;
     margin: 5px auto;
     padding: 2px;
     color: #fff;
     text-shadow: 0px 2px 2px #333333;
     text-align: center;
}
#explorer #signup #close a:link  {
    color: #fff;
     text-decoration: none;
     transition:  color .25s ease-in-out;
     -moz-transition:  color .25s ease-in-out;
     -webkit-transition:  color .25s ease-in-out;
}
#explorer #signup #close a:visited  {
    color: #fff;
     text-decoration: none;
     transition:  color .25s ease-in-out;
     -moz-transition:  color .25s ease-in-out;
     -webkit-transition:  color .25s ease-in-out;
}
#explorer #signup #close a:hover  {
    color: #ddd;
     text-decoration: none;
     transition:  color .25s ease-in-out;
     -moz-transition:  color .25s ease-in-out;
     -webkit-transition:  color .25s ease-in-out;
}
#explorer #signup #close a:active  {
    color: #ddd;
     text-decoration: none;
     transition:  color .25s ease-in-out;
     -moz-transition:  color .25s ease-in-out;
     -webkit-transition:  color .25s ease-in-out;
}

#explorer-results  {
    position: absolute;
     z-index: 10;
     width: 450px;
     height: 350px;
     background: #fff;
     margin: 60px 0px 0px 0px;
     padding: 10px 15px;
     border: 1px solid #ddd;
     moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     box-shadow: 1px 2px 3px #888888;
     padding: 5px;
}
#explorer-results .pie  {
    margin: 15px auto;
}
#explorer-results .bar  {
    position: absolute;
     z-index: 9;
     margin-top: -45px;
}
#explorer-results .legend  {
    width: 100px;
     margin:  0px 0px 5px 0px;
     padding:  0px 0px 0px 5px;
     font-size: 11px;
}
#explorer-results .values  {
    width: 45px;
     text-align: right;
}
#explorer-results #close  {
    float: right;
     width: 15px;
     background: #c00;
     background: -webkit-gradient(linear,  left top,  left bottom,  from(#e00),  to(#c00));
     background: -moz-linear-gradient(top,  #e00,  #c00);
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
     margin-top: -20px;
     padding: 2px;
     color: #fff;
     text-shadow: 0px 2px 2px #333333;
     font-size: 14px;
     text-align: center;
}
#explorer-results #close a:link  {
    color: #fff;
     text-decoration: none;
     transition:  color .25s ease-in-out;
     -moz-transition:  color .25s ease-in-out;
     -webkit-transition:  color .25s ease-in-out;
}
#explorer-results #close a:visited  {
    color: #fff;
     text-decoration: none;
     transition:  color .25s ease-in-out;
     -moz-transition:  color .25s ease-in-out;
     -webkit-transition:  color .25s ease-in-out;
}
#explorer-results #close a:hover  {
    color: #ddd;
     text-decoration: none;
     transition:  color .25s ease-in-out;
     -moz-transition:  color .25s ease-in-out;
     -webkit-transition:  color .25s ease-in-out;
}
#explorer-results #close a:active  {
    color: #ddd;
     text-decoration: none;
     transition:  color .25s ease-in-out;
     -moz-transition:  color .25s ease-in-out;
     -webkit-transition:  color .25s ease-in-out;
}
#explorer-results #results-networks  {
    position: absolute;
     z-index: 11;
     width: 450px;
     height: 25px;
     margin: -50px 0px 0px -6px;
}
#explorer-results .network-tab-on  {
    float: left;
     width: auto;
     background: #fff;
     margin: 0px;
     padding: 5px 10px;
     border-top: 1px solid #ddd;
     border-right: 1px solid #ddd;
     border-left: 1px solid #ddd;
     moz-border-top-left-radius: 5px;
     moz-border-top-right-radius: 5px;
     -webkit-border-top-left-radius: 5px;
     -webkit-border-top-right-radius: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     font-size: 14px;
     color: #444;
     font-weight: bold;
     cursor: pointer;
}
#explorer-results .network-tab-off  {
    float: left;
     width: auto;
     background: #ccc;
     margin: 2px 0px 0px 0px;
     padding: 5px 15px 7px 10px;
     moz-border-top-left-radius: 5px;
     moz-border-top-right-radius: 5px;
     -webkit-border-top-left-radius: 5px;
     -webkit-border-top-right-radius: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     font-size: 14px;
     color: #444;
     font-weight: bold;
     cursor: pointer;
}
#explorer-noresults  {
    position: absolute;
     z-index: 10;
     width: 450px;
     height: 350px;
     background: #fff;
     margin: 45px 0px 0px 0px;
     padding: 10px 15px;
     border: 1px solid #ddd;
     moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     box-shadow: 1px 2px 3px #888888;
     padding: 5px;
}
.hi-icon:hover {
	border-bottom: none !important;
	text-decoration: none;
}

.logos {
    list-style-type: none;
     margin: 0px;
     padding: 0px;
}
.logos li  {
    display: inline;
     padding: 30px;
}

.cta h3 {
	font-size: 30px;
}

.center {
	text-align: center;
}

#services img {
	margin-top: 20px;
}
.disclaimer {
	padding-top: 50px;
	display: block;
	margin-top: 50px;
	line-height: 2em;
}

.oneBox {
	position: inherit;
	margin: 0px;
	background-color: #3bc492;
	cursor: pointer;
	left: 0px;
}
.oneBox strong {
	font-family:'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#fff;
	display: inline-block;
	margin-right: 5px;
}
.oneBox em {
	display: inline-block;
	color: #fff;
	font-size:12px;
	font-style:oblique;
}
.oneBox.last {
	margin: 0;
}

.twoBox {
	margin: 0px;
	background-color:#fff;
	position:inherit;
	height: 200px;
}

.twoBox p {
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	line-height:24px;
	margin-left:10px;
	margin-right:10px;
}
.twoBox em {
	display: inline-block;
	font-size:12px;
	font-style:oblique;
	color:#e25740;
}

.twoBox h3{
	margin-left:10px;
	margin-right:10px;
}
