@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/** Fuel Buddy Teplok Theme **/

/** 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: #2da7d8}
a:hover{color: #4d7686}
.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: #f6de04;
}

.has-success .form-control {
  border-color: #f6de04;
  -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: #f6de04;
  background-color: #dff0d8;
  border-color: #f6de04;
}


/** STYLING **/
.wrapper{position: relative;}
.clear{clear: both;}

button.btn.btn-default.btn-teplok,
a.btn.btn-default.btn-teplok{
	background-color:#f6de04;
	color: #fff;
	border-color: #f6de04;
}

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:#6399ad;
	border-color: #6399ad;
}
.btn i{margin-right: 5px;}
.btn.btn-distance{margin: 20px 0;}



/* Hero */

.hero{
	padding-top:0px;
	
	
}

.hero .shot img{
	max-width:100%;
	height:auto;
	margin:0px auto;
	
	
	
}
.hero .download img{
	max-width:100%;
	height:auto;
	margin:0px auto;
	
	
}

.hero .col-1{
	width:45%;
	float: left;
	background: url('images/features_gallery_bg.png') no-repeat;
	height:auto;
	
}

.hero .col-2{
	width:55%;
	float: left;
	margin-top: auto;
	position:relative;
}

.hero .intro h2{
	color: #bdb7b3;
	font-size:40px;
	text-transform:capitalize;
	font-weight:bold;
	margin-top:200px !important;
	margin-bottom:10px !important;
	margin-left: 100px !important;
}
.hero .intro h3{
	color:#fff;
	font-size:20px;
	margin-top:200px !important;
	margin-bottom:10px !important;
	margin-left: 100px !important;
		
	
}

.hero .intro h4{
	color:#fff;
	font-size:28px;
	font-weight: 100;
	margin-top:150px !important;
	margin-bottom:10px !important;
	margin-left: 60px !important;
		
	
}

.hero .intro p{
	color:#eee;
	font-size:22px;
}

.hero .intro a.download{
	color:#fff;
	display:inline-block;
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
	padding:0px 25px;
	border-radius:5px;
	background:#39a5e2;
	line-height:50px;
	box-shadow: 0 2px 0 0 rgba(255,255,255,0.2) inset,0 2px 3px rgba(0,0,0,0.3);
	-webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
   margin-top:2px !important;
   text-align:center;
}
.fblogo {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: auto; 
}

#images{
    text-align:center;
}
.hero .intro a.download:hover{
	background:#1c97dd;
	-webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

.hero .intro strong{
	color:#fff;
	font-size:15px;
	margin-left:6px;
}

.hero .intro .applinks{
	margin-top:15px;
}

.hero .intro .applinks a{
	color:#fff;
	text-decoration:none;
	font-size:20px;
	padding:10px 15px;
	line-height:60px;
	box-shadow:inset 0px 0px 3px #000;
	margin-right:11px;
	border-radius:40px;
	background:rgba(0,0,0,0.3);
	-webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

.hero .intro .applinks a:hover{
	background:rgba(0,0,0,0.5);
	-webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

/** HEADER **/

#header-landing-faq{
	padding: 8% 0;
	position:relative;
	
}
#header-landing-faq #nav-menu-faq{
	padding: 0;
	background: #6399ad;
	z-index: 20;
	padding: 5px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 12%;
}

#header-landing{
	padding: 4.5% 0;
	position:relative;
	background: rgba(1,1,1,.5);
}

#header-landing.inner-page{
	height: auto;
	position:relative;
	padding: 0;
	background: rgba(1,1,1,.5);
}
#header-landing #logo{
	position: absolute;
	top: 0;
	left: 0;
	padding: auto 0;
}
#header-landing #logo h1{
	font-size: 32px;
	line-height: 100%;
	padding: 0;
	margin: 0;
	font-weight: 700;
	letter-spacing: -1px;
}
#header-landing #logo h1 a{
	color: #fff;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}
#header-landing #logo h1 a:hover,
#header-landing #logo h1 a:focus{
	color: #fff;
	text-decoration: none;
}
#header-landing #logo h1 i{color: #f6de04;}
#header-landing #nav-menu{
	padding: 0;
	background: #6399ad;
	z-index: 20;
	padding: 5px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	
}
#header-landing #nav-menu .menus{
	float: right;
	font-size: 14px;
	padding: 5px 0;
}
#header-landing #nav-menu .menus ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#header-landing #nav-menu .menus ul li{display: inline-block;}
#header-landing #nav-menu .menus ul li a{
	color: #fff;
	padding: 15px 15px;
	border-radius: 5px;
	line-height: 100%;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}
#header-landing #nav-menu .menus ul li a:hover,
#header-landing #nav-menu .menus ul li a:focus{
	color: #f6de04;
	background: #6399ad;
}
#header-landing #nav-menu .menus ul li.active a,
#header-landing #nav-menu .menus ul li.active a:hover,
#header-landing #nav-menu .menus ul li.active a:focus{
	color: #f6de04;
	background: #6399ad ;
}
#header-landing #nav-menu .menus ul li a i{display: none;}
#header-landing .awesome-slogan{
	text-align:center;
	padding-top: 10%;
}
.dropdown-menu {
  position:absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #6399ad;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#header-landing .awesome-slogan h2{
	padding: 15px 20px;
	color: #fff;
	font-weight: 300;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: -2px;
	display: block;
	text-transform: capitalize;
}
#header-landing .awesome-slogan h4{
	padding: 10px 20px;
	color: #fff;
	font-weight: 300;
	font-size: 30px;
	line-height: 100%;
	display: block;
}
#header-landing .awesome-slogan h2 span,
#header-landing .awesome-slogan h4 span{
	font-weight: 800;
}
#header-landing .awesome-slogan p{
	font-size: 18px;
	margin: 20px 0;
	color: #fff;
	padding: 5px 10px;
	display: block;
}
#header-landing .awesome-slogan .social-icons{
	padding: 20px;
	display: block;
}
#header-landing .awesome-slogan .social-icons img{
	width: 35px;
	margin: 2px;
}


/** SECTION **/
.section-theme-landing{
	height: 10px;
	background: #f6de04;
}
.section-page-landing{
	background: #fff;
	z-index: 1;
	padding-top: 2%;
}
.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;
}
.section-page-landing h1{
font-size: 80px;
margin:0;
padding: 0;
line-height: 0.8;
}

.myImage {
  float: left;
  height: 75px;
  width: 235px;
  font-family: Veranda;
}
.heading {
  float:right;
}
.section-page-landing#quote{
	background:url(../../images/image001.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/image001.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/image001.jpg', sizingMethod='scale')";
}
.section-page-landing#pricing-table{
	background:url(../../images/image001.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/image001.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/image001.jpg', sizingMethod='scale')";
}


/** 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: #f6de04;}
.the-box-landing.border-color-left{border-left: 3px solid #f6de04;}
.the-box-landing.border-color-top{border-top: 3px solid #f6de04;}
.the-box-landing.border-color-bottom{border-bottom: 3px solid #f6de04;}
.the-box-landing.border-color-right{border-right: 3px solid #f6de04;}
.the-box-landing.full{padding: 0px;}
.the-box-landing h3{
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.the-box-landing h4{font-weight: 300;}
.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: #f6de04;
}

.hi-icon-effect-9 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 3px #f6de04;
	-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;
}

/* 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;
}

.no-touch .hi-icon-effect-9a .hi-icon:hover {
	box-shadow: 0 0 0 10px rgba(255,255,255,1);
	color: #f6de04;
	text-decoration: 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);
}

.no-touch .hi-icon-effect-9b .hi-icon:hover {
	box-shadow: 0 0 0 10px rgba(255,255,255,0.4);
	color: #f6de04;
}



/** TESTIMONIAL **/
.carousel-landing.carousel.carousel-testimonial{
	padding: 30px 0 40px;
	margin: 20px 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: #f6de04;
	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 #f6de04;
	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: #f6de04;
	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: #f6de04;
	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: #f6de04;
	color: #fff;
}
.pricing-table-landing.best-choice .circle-price-wrap{border: 3px solid #f6de04;}
.pricing-table-landing.best-choice .circle-price-wrap h2{color: #f6de04;}
.pricing-table-landing.best-choice .circle-price-wrap h2 small{color: #A0B724;}
.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: #f6de04;
}
.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: #f6de04;
	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: #f6de04;
}

.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: #f6de04;
	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: #f6de04;}
.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{
	width: 150px;
	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: #f6de04;
	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: #f6de04;
}
.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: #f6de04;
	border-color: #f6de04;
}

/** ERROR PAGE **/
body.error-page-wrap{
	background: #f6de04;
	color: #fff;
}
.error-page{
	background: #f6de04;
	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;
}


/** FOOTER **/
form.form-subscribe{margin: 13px 0;}
form.form-subscribe button.btn i{margin-left: 5px;}
form.form-subscribe .form-control{border: none;}
footer{
	padding: 40px 0 0;
	background: #6399ad;
	margin: 0 0 -30px 0;
	color: #C6C6C6;
}
footer a{color: #fff;}
footer a:hover,
footer a:focus{
	color: #f6de04;
	text-decoration: none;
}
footer h5{
	color: #f6de04;
	margin: 20px 0;
}
footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li{padding: 5px 0;}
footer .footer{
	padding: 20px 0 50px;
	margin: 40px 0 0px;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #1c1c1c;
	-webkit-box-shadow: 0px -1px 1px 0px rgba(82,82,82,0.29);
	-moz-box-shadow: 0px -1px 1px 0px rgba(82,82,82,0.29);
	box-shadow: 0px -1px 1px 0px rgba(82,82,82,0.29);
}