/* ===== General ===== */

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
  padding: 0;
  color: #505050;
}

/*--------------------------------------------------------------------------
+	Mobile Menu Style
--------------------------------------------------------------------------*/
/* Slidebars 0.10.3 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.com/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */
#sb-site,.sb-site-container,.sb-slidebar,body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}html{height:100%}body{min-height:100%;height:auto;position:relative}html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden}#sb-site,.sb-site-container{width:100%;min-height:100vh;position:relative;z-index:1}#sb-site:after,#sb-site:before,.sb-site-container:after,.sb-site-container:before{content:' ';display:table;clear:both}.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;display:none;background-color:#222}.sb-slidebar,.sb-slidebar *{-webkit-transform:translateZ(0px)}.sb-left{left:0}.sb-right{right:0}.sb-slidebar.sb-static,html.sb-static .sb-slidebar{position:absolute}.sb-slidebar.sb-active{display:block}.sb-style-overlay{z-index:9999}.sb-momentum-scrolling{-webkit-overflow-scrolling:touch}.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}@media (max-width:480px){.sb-slidebar{width:70%}.sb-width-thin{width:55%}.sb-width-wide{width:85%}}@media (min-width:481px){.sb-slidebar{width:55%}.sb-width-thin{width:40%}.sb-width-wide{width:70%}}@media (min-width:768px){.sb-slidebar{width:40%}.sb-width-thin{width:25%}.sb-width-wide{width:55%}}@media (min-width:992px){.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}}@media (min-width:1200px){.sb-slidebar{width:20%}.sb-width-thin{width:5%}.sb-width-wide{width:35%}}#sb-site,.sb-site-container,.sb-slide,.sb-slidebar{-webkit-transform:translate(0px);-moz-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left,right;-webkit-backface-visibility:hidden}.sb-hide{display:none}
#sb-site {
	margin-top: 135px;
}

.navbar .sb-toggle-left {
	width: 58px;
	float: left;
	padding: 14px;
	font-size: 20px;
}

.sb-toggle-left, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
	color: #ffffff;
}

.sb-slidebar {
	background-color: #222222; /* Background colour. */
	color: #e8e8e8; /* Text colour. */
}

.sb-slidebar a {
	color: #4f8db3;
	text-decoration: none;
}

.sb-slidebar a:hover {
	color: #3b6c89; /* Link hover colour. */
	text-decoration: underline;
}

/* Main Menu */
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Will darken any background colour you set. */
}

.sb-menu .sub li {
	border-left: 3px solid #ff7000;
}

.sb-menu .sub-sub li {
	border-left: 6px solid #DA1111;
}

.sb-menu .sub li a:hover {
	color: #ff7000;
}

.sb-menu .sub-sub li a:hover {
	color: #DA1111;
}

.sb-menu > li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}

.sb-menu > li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}

.sb-menu li a {
	width: 100%; /* Makes links full width. */
	display: inline-block;
	padding: 1em; /* Creates an even padding the same size as your font. */
	color: #f2f2f2;
}

.sb-menu li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.05); /* Will lighten any background colour you set. */
}

/* Borders */
.sb-left .sb-menu li a {
	border-left: 3px solid transparent;
}

.sb-left .sb-menu li a:hover {
	border-left: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}

/* Left */
sb-menu li .sb-open-right, .sb-menu li small {
	display: inline-block;
	padding: 14px;
}
ul.navbar-nav {
	display: none;
}

#logo {
	text-align: center;
	padding: 10px;
}

@media (min-width: 992px) {
	ul.navbar-nav {
		display: block;
	}
	
	#logo {
		float: left;
		text-align: left;
		padding: 15px;
	}
}

/* Boxed Layout */
.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #000;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/concrete_wall_dark.png) repeat;
}

.boxed-layout .navbar {
	width: auto;
}

.boxed-layout .main-slideshow .jumbotron {
	-webkit-border-radius: 0;
	border-radius: 0;
}

@media only screen and (max-width: 768px) {
	.boxed-layout .navbar {
		width: 100%;
	}
}

/* ===== Sticky Footer ===== */

.wrapper {
  min-height: 100%;
  height: auto !important; /* for older versions of IE */
  height: 100%;
  padding-top: 20px; /* margin */
  background-color: #ffffff;
}

/* ===== Mini Navbar ===== */

.mini-navbar {
  width: 100%;
  height: 40px;
  font-size: 0.9em;
  z-index: 9999;
  position: relative;
}
.mini-navbar .hidden-sm {
  display: inline-block !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mini-navbar .hidden-sm {
    display: none !important;
  }
}
.mini-navbar .phone {
  display: inline-block;
  padding: 10px;
}
.mini-navbar a {
  display: inline-block;
  padding: 10px 10px 11px 10px;
  -webkit-transition: background 500ms;
      transition: background 500ms;
}
.mini-navbar a.first-child {
  margin-left: -25px; /* To align with logo and container */
}
.mini-navbar a:hover {
  text-decoration: none;
}

/* Mini Navbar Dark */

.mini-navbar-dark {
  background: #353432;
  color: #ecf0f1;
  border-bottom: 1px solid #666;
}
.mini-navbar-dark a {
  color: #ecf0f1;
}
.mini-navbar-dark a:hover {
  background: #242424;
}

/* Mini Navbar White */

.mini-navbar-white {
  background: #fff;
  color: #505050;
  border-bottom: 1px solid #ecf0f1;
}
.mini-navbar-white a {
  color: #505050;
}
.mini-navbar-white a:hover {
  background: #f5f5f5;
}

/* Search Form */

.mini-navbar form {
  width: 250px;
}
.mini-navbar form .form-control{
  height: 26px;
  margin: 7px 0;
  border: 0;
  -webkit-box-shadow: none;
      box-shadow: none;
}
.mini-navbar form button {
  height: 26px;
  margin: 7px 0;
  padding: 2px 7px;
  background: #ecf0f1;
}
.mini-navbar-dark form .form-control {
  background: #484848;
  color: #ccc;
}
.mini-navbar-white form .form-control {
  background: #fff;
  border: 1px solid #dedede;
  color: #505050;
}

/* ===== Navbar ===== */

.navbar {
  width: 100%;
  left: auto;
  right: auto;
}

/* Navbar gets a bit higher and  */

.navbar {
  margin-bottom: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
  padding-top: 27.5px;
  padding-bottom: 27.5px;
  }
}
.navbar-form {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-btn {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-text {
  margin-top: 27.5px;
  margin-bottom: 27.5px;
}
.navbar-toggle {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}

/* Navbar Dark */

.navbar-dark {
  background-color: #4E4D4A;
  border: 0;
}

.navbar-dark .navbar-text {
  color: #ecf0f1;
}

.navbar-dark .navbar-nav > li > a {
  color: #ecf0f1;
  background: transparent;
  -webkit-transition: background 500ms;
      transition: background 500ms;
}

/* .navbar-dark .navbar-nav > li > a:hover,
.navbar-dark .navbar-nav > li > a:focus {
  color: #FFF;
} */

.navbar-dark .navbar-nav > .active > a,
.navbar-dark .navbar-nav > .active > a:hover,
.navbar-dark .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #353432;
}

.navbar-dark .navbar-nav > .disabled > a,
.navbar-dark .navbar-nav > .disabled > a:hover,
.navbar-dark .navbar-nav > .disabled > a:focus {
  color: #bdc3c7;
}

.navbar-dark .navbar-toggle {
  border-color: transparent;
  background: transparent;
}

.navbar-dark .navbar-toggle:hover,
.navbar-dark .navbar-toggle:focus {
  background-color: #353432;
}

.navbar-dark .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}

.navbar-dark .navbar-toggle:hover .icon-bar,
.navbar-dark .navbar-toggle:focus .icon-bar{
  background-color: #ffffff;
}

.navbar-dark .navbar-collapse,
.navbar-dark .navbar-form {
  border-color: #353432;
}

.navbar-nav li.dropdown a.nav-hover-fix:after {
  content: "\f0d8";
  font-family: FontAwesome;
  position: absolute;
  z-index: 9999;
  bottom: -5px;
  left: 50%;
  margin-left: -10px;
  font-size: 36px;
}

.navbar-dark .navbar-nav li.dropdown a.nav-hover-fix:after {
  color: #353432;
}

.navbar-white .navbar-nav li.dropdown a.nav-hover-fix:after {
  color: #ffffff;
}

/* Navbar Dark Dropdown Menu */

.navbar-dark .navbar-nav > li > .dropdown-menu, .navbar-dark .navbar-nav > li > .dropdown-menu > li .dropdown-menu, .navbar-dark .navbar-nav > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
  background-color: #353432;
  border: 1px solid #353432;
  border-top: 1px solid #666;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-dark .dropdown-menu > li > a {
  padding: 7px 20px;
  border-bottom: 1px solid #666;
  color: #ffffff;
}
.navbar-dark .dropdown-menu > li > a:hover,
.navbar-dark .dropdown-menu > li > a:focus {
  color: #ffffff;
  -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
}
.navbar-dark .dropdown-menu > li:last-child > a {
  border-bottom: 0;
}

.navbar-dark .navbar-link {
  color: #ecf0f1;
}

.navbar-dark .navbar-link:hover {
  color: #ffffff;
}

.navbar-dark .fa {
	color: #ffffff;
}

/* Navbar White */

.navbar-white {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
}

.navbar-white .navbar-text {
  color: #505050;
}

.navbar-white .navbar-nav > li > a {
  color: #505050;
  background: transparent;
  -webkit-transition: background 500ms;
      transition: background 500ms;
}

.nav-hover-fix:hover {
  color: #fff !important;
}

.navbar-white .navbar-nav > .active > a,
.navbar-white .navbar-nav > .active > a:hover,
.navbar-white .navbar-nav > .active > a:focus {
  color: #111;
  background: #f5f5f5;
}

.navbar-white .navbar-nav > .disabled > a,
.navbar-white .navbar-nav > .disabled > a:hover,
.navbar-white .navbar-nav > .disabled > a:focus {
  color: #ccc;
}

.navbar-white .navbar-toggle {
  border-color: transparent;
  background: transparent;
}

.navbar-white .navbar-toggle:hover,
.navbar-white .navbar-toggle:focus {
  background-color: #f5f5f5;
}

.navbar-white .navbar-toggle .icon-bar {
  background-color: #505050;
}

.navbar-white .navbar-toggle:hover .icon-bar,
.navbar-white .navbar-toggle:focus .icon-bar{
  background-color: #111;
}

.navbar-white .navbar-collapse,
.navbar-white .navbar-form {
  border-color: #ccc;
}

/* Navbar White Dropdown Menu */

.navbar-white .navbar-nav > li > .dropdown-menu, .navbar-white .navbar-nav > li > .dropdown-menu > li .dropdown-menu, .navbar-white .navbar-nav > li > .dropdown-menu > li .dropdown-menu > li .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ecf0f1;
  border-top: 1px solid #f5f5f5;
}
.navbar-white .dropdown-menu > li > a {
  padding: 7px 20px;
  border-bottom: 1px solid #ecf0f1;
  color: #505050;
}
.navbar-white .dropdown-menu > li > a:hover,
.navbar-white .dropdown-menu > li > a:focus {
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
}
.navbar-white .dropdown-menu > li:last-child > a {
  border-bottom: 0;
}

.navbar-white .navbar-link {
  color: #505050;
}

.navbar-white .navbar-link:hover {
  color: #505050;
}

.navbar-white .fa {
	color: #505050;
}

ul.nav-main > li + li {
	margin-left: -4px;
}

ul.nav-main .dropdown-submenu {
	position: relative;
	margin-top: -1px;
}

ul.nav-main .dropdown-submenu > .dropdown-menu {
	top: -20px;
	left: 100%;
}

ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

ul.nav-main .dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ffffff;
	margin-top: 5px;
	margin-right: -10px;
}

ul.nav-main ul.dropdown-menu {
	top: auto;
}

ul.nav-main ul.dropdown-menu ul.dropdown-menu {
	margin-left: 0;
	margin-top: 0;
}

ul.nav-main ul.dropdown-menu li:hover > a {
	filter: none;
}

ul.nav-main ul.dropdown-menu > li > a {
	text-transform: none;
	position: relative;
}

ul.nav-main li ul a {
	text-transform: none;
	font-weight: normal;
}

ul.nav-main li.dropdown:hover > ul {
	display: block;
}

/* ===== Back to Top link ===== */
#topcontrol {
	z-index: 9987;
}
.backtotop {
  background: #666;
  padding: 10px 15px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.backtotop:hover {
  background: #4E4D4A;
}

/* ===== Section above Footer ===== */

.section {
  position: relative;
  margin-top: 30px;
  padding: 30px 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.section-white {
  background: #dedede;
}
.section .container:first-child h1 {
  margin-top: 0;
  font-weight: 700;
}

/* ===== Footer ===== */

.footer {
  padding: 20px 0;
  margin-top: 40px;
}
.footer h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #4E4D4A;
  margin-bottom: 20px;
}
.footer h3 > span {
  padding: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* Footer Dark */

.footer-dark {
  background: #353432;
  color: #ecf0f1;
}
.footer-dark hr {
  border-top: 1px solid #4E4D4A;
}

/* Footer White */

.footer-white {
  background: #fff;
  border-top: 1px solid #dedede;
  color: #999;
}
.footer-white h3 {
  border-color: #eee;
}

/* Social Links */

.social > ul,
.social > ul > li {
  margin: 0;
  padding: 0;
}
.social li > a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 2px 2px 0;
  border-radius: 34px;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  background: #fff;
  color: #4E4D4A;
  transition: background 500ms, color 500ms;
  -webkit-transition: background 500ms, color 500ms;
}
.social li:hover > a {
  color: #fff;
}
.social li > a.rss:hover {
  background: #ff9900;
}
.social li > a.facebook:hover {
  background: #3B5998;
}
.social li > a.twitter:hover {
  background: #1dcaff;
}
.social li > a.plus:hover {
  background: #dd4b39;
}
.social li > a.vk:hover {
  background: #3f628a;
}
.social li > a.pinterest:hover {
  background: #c92026;
}
.social li > a.vimeo:hover {
  background: #446d82;
}
.social li > a.github:hover {
  background: #657e8c;
}
.social li > a.linkedin:hover {
  background: #0c7bb3;
}
.social li > a.dropbox:hover {
  background: #4fa3e3;
}
.social li > a.youtube:hover {
  background: #ed413e;
}

/* Footer White Social Links */

.footer-white .social li > a {
  border: 1px solid #ccc;
}
.footer-white .social li > a:hover {
  border: 1px solid transparent;
}

/* ===== Jumbotron ===== */

.main-slideshow {
  position: relative;
}
.jumbotron.first {
  background: url(../../../_files/mosaic/slide-1.jpg) no-repeat center center;
  background-size: cover;
}
.jumbotron.second {
  background: url(../../../_files/mosaic/slide-2.jpg) no-repeat center center;
  background-size: cover;
}
.jumbotron.third {
  background: url(../../../_files/mosaic/slide-3.jpg) no-repeat center center;
  background-size: cover;
}
.jumbotron {
  width: 100%;
  height: 470px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #FFF;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.jumbotron h1 {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.jumbotron.first img {
  width: 90%;
  margin: 50px auto 0;
}
.jumbotron.second img {
  position: absolute;
  bottom: -400px;
  left: 50%;
  margin-left: -300px;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0,0,0,0.8);
  transition: bottom 0.3s;
  -webkit-transition: bottom 0.3s;
}
.jumbotron.second img:hover {
  bottom: -390px;
}
.jumbotron.third .video {
  width: 80%;
  margin: 50px auto 0 auto;
}
.jumbotron.first h1,
.jumbotron.third h1 {
  margin-top: 50px;
}
@media (max-width: 767px) { /* Adjusting for mobile */
  .jumbotron.first h1,
  .jumbotron.third h1 {
    margin-top: 20px;
  }
}
.jumbotron .lead {
  text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.jumbotron .btn {
  font-size: 18px;
  padding: 15px 30px;
  margin-top: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

/* Slideshow controls */

a.slideshow-arrow {
  position: absolute;
  display: block;
  height: 100px;
  width: 50px;
  top: 50%;
  margin-top: -60px;
  background: transparent;
  color: transparent;
  font-size: 32px;
  font-weight: 300;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 500ms, color 500ms;
      transition: background 500ms, color 500ms;
}
.main-slideshow:hover a.slideshow-arrow {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
a.slideshow-arrow:hover,
a.slideshow-arrow:active {
  text-decoration: none;
}
a.slideshow-arrow-prev {
  left: 0;
  right: auto;
  padding-right: 5px;
}
a.slideshow-arrow-next {
  right: 0;
  left: auto;
  padding-left: 5px;
}

/* ===== Intro Text ===== */

.intro .btn {
  margin-top: 20px;
}

/* ===== Services ===== */

.services {
  margin-top: 30px;
  margin-bottom: 60px;
}
.services-item i {
  float: left;
  margin: 20px 15px 0 0;
  -webkit-transition: all 500ms;
      transition: all 500ms;
}
.services-item-desc {
  overflow: hidden;
}

/* Portfolio */

.portfolio {
  margin-bottom: 30px;
}
.portfolio__nav {
  margin-bottom: 20px;
}
.portfolio-item {
  margin-bottom: 20px;
}
.portfolio-item > a, .jak-post-mask > a {
  position: relative;
  display: block;
  border-radius: 3px;
  overflow: hidden;
}
.portfolio-item > a > .mask, .jak-post-mask > a > .mask {
  position: absolute;
  bottom: -40px;
  width: 100%;
  padding: 10px;
  background: #4E4D4A;
  color: #fff;
  -webkit-transition: bottom 500ms;
      transition: bottom 500ms;
}
.col-sm-3 > .portfolio-item > a > .mask,
.col-md-3 > .portfolio-item > a > .mask,
.col-lg-3 > .portfolio-item > a > .mask,
.col-sm-3 > .jak-post-mask > a > .mask,
.col-md-3 > .jak-post-mask > a > .mask,
.col-lg-3 > .jak-post-mask > a > .mask {
  font-size: 0.9em;
}
.portfolio-item > a:hover > .mask, .jak-post-mask > a:hover > .mask {
  bottom: 0;
}
.portfolio-desc {
  padding: 0 5px;
  margin-bottom: 20px;
}
.portfolio-desc > h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* ===== Features ===== */

.features.last {
  margin-bottom: 50px;
}
.divider {
  border-bottom: 1px solid #eee;
  margin: 20px 0 40px;
}
.features h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 50px;
}
.features p {
  line-height: 1.7;
}
.features img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.features .border-bottom {
  border-bottom: 1px solid #dedede;
}

@media (max-width: 767px) { /* Adjusting for mobile */
  .features h3 {
    margin-top: 30px;
  }
  .features h3.first-child {
    margin-top: 0;
  }
  .features.last {
    margin-bottom: 0;
  }
}

/* ===== Block Block ===== */

.recent-blogs {
  margin-bottom: 20px;
}
.recent-blog {
  margin-bottom: 20px;
}
.recent-blog img {
  height: 70px;
  width: 70px;
  float:left;
  margin-right: 20px;
  border-radius: 70px;
}
.recent-blog-desc {
  overflow: hidden;
}
.recent-blog-desc h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0;
}
.recent-blog-desc p {
  line-height: 1.7;
}

/* ===== About Us Page ===== */

.about-us-p img {
  max-width: 40%;
  margin: 0 20px 20px 0;
}

/* Our Team */

.team-member {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
}
.team-member:hover {
  border-color: #ddd;
}
.team-member > img {
  margin-bottom: 10px;
  border-radius: 3px;
}

/* ===== Blog Page ===== */

.blog-p img.author {
  float:left;
  height: 70px;
  width: 70px;
  border-radius: 70px;
  margin-right: 20px;
}
.blog-p-body {
  overflow: hidden;
}
.blog-p-body p {
  line-height: 1.7;
}
.blog-p-body .embed-responsive {
  margin: 20px 0;
}
.blog-p-body img {
  border-radius: 3px;
  margin: 20px 0;
}
.blog-p-search {
  margin-bottom: 40px;
}
.blog-p-social {
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.blog-p-social > li {
  padding: 0;
  border-bottom: 1px solid #eee;
}
.blog-p-social > li a {
  display: block;
  padding: 10px 0;
}
.blog-p-social > li i {
  margin-right: 10px;
}
.blog-p-popular {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.blog-p-popular > li {
  margin-bottom: 10px;
}

/* ===== Comments ===== */

.comments {
  margin: 20px 0;
}
.cmt {
  margin-bottom: 15px;
}
.cmt > img {
  width: 70px;
  height: 70px;
  border-radius: 3px;
  float: left;
  margin: 0 10px 0 0;
}
.cmt > .cmt-block {
  overflow: hidden;
}
.cmt > .cmt-block > .cmt-body {
  margin-top: 5px;
}
.cmt > .cmt-block textarea {
  border-radius: 0;
}

/* ===== Coming Soon ===== */

.coming-soon-p {
  background: url(../../../_files/mosaic/bg-1.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  min-height: 100%;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
.coming-soon-p h1 {
  font-size: 50px;
  text-shadow: 1px 1px 2px #505050;
}
.coming-soon-p .lead {
  margin: 40px 0 0;
  text-shadow: 1px 1px 2px #505050;
}
.is-countdown {
  margin-top: 20px;
  margin-bottom: 100px;
  font-size: 32px;
  text-shadow: 1px 1px 2px #505050;
  font-family: 'Oswald', sans-serif;
}
.countdown-rtl {
  direction: rtl;
}
.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}
.countdown-show1 .countdown-section {
  width: 98%;
}
.countdown-show2 .countdown-section {
  width: 48%;
}
.countdown-show3 .countdown-section {
  width: 32.5%;
}
.countdown-show4 .countdown-section {
  width: 24.5%;
}
.countdown-show5 .countdown-section {
  width: 19.5%;
}
.countdown-show6 .countdown-section {
  width: 16.25%;
}
.countdown-show7 .countdown-section {
  width: 14%;
}
.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
}
.countdown-amount {
  font-size: 200%;
}
.countdown-period {
  display: block;
}
.countdown-descr {
  display: block;
  width: 100%;
}

/* ===== Contact Us ===== */

/* Alert Message */

#form_message {
  display: none;
}
#form_message.alert-success {
  display: block;
}

/* Help Block (error messages) */

#form_sendemail .help-block {
  color: #ff5722 !important;
  display: none;
}
#form_sendemail .has-error .help-block,
#form_sendemail .has-error.help-block {
  display: block;
}
/* reCaptcha */
#recaptcha_image {
  margin-bottom: 15px;
}
#recaptcha_image > img {
  border: 1px solid #FFF;
}
#recaptcha_image,
#recaptcha_image > img {
  width: 100% !important;
  max-width: 300px;
  height: auto !important;
}
#recaptcha_audio_play_again {
  cursor: pointer;
}

/* reCaptcha iframe bug fix (causing an emptly line just before
  the closing </body> tag */
  
iframe[src="about:blank"] {
  display: none !important;
}


/* ===== Portfolio Item ===== */

.port-slideshow-p {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
}

/* Slideshow controls */

a.port-arrow-p  {
  position: absolute;
  display: block;
  height: 100px;
  width: 50px;
  top: 50%;
  margin-top: -50px;
  background: transparent;
  color: transparent;
  font-size: 32px;
  font-weight: 300;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 500ms, color 500ms;
      transition: background 500ms, color 500ms;
}
.port-slideshow-p:hover a.port-arrow-p  {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
a.port-arrow-p:hover,
a.port-arrow-p:active {
  text-decoration: none;
}
a.port-arrow-prev {
  left: 0;
  right: auto;
  padding-right: 5px;
}
a.port-arrow-next {
  right: 0;
  left: auto;
  padding-left: 5px;
}

/* !Slideshow controls */

.port-item-p h3 {
  line-height: 1.5;
}
.port-item-p p {
  line-height: 1.7;
}

/* ===== Pricing Table ===== */

.pricing-p .item {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: margin-top 500ms;
      transition: margin-top 500ms;
}
.pricing-p .item:hover {
  margin-top: -10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.pricing-p .head {
  position: relative;
  margin-bottom: 50px;
  padding: 30px 10px 10px;
  border-radius: 3px;
}
.pricing-p .head h4 {
  color: #FFF;
  text-transform: uppercase;
}
.pricing-p .head .arrow {
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 30px;
  width: 100%;
  border-top-width: 30px;
  border-top-style: solid;
  border-right: 99px solid white;
  border-left: 99px solid white;
}
.pricing-p .sceleton h5 {
  font-size: 30px;
}
.pricing-p .sceleton span {
  font-size: 24px;
}
.pricing-p .sceleton ul {
  margin: 0 0 10px;
  padding: 0;
}
.pricing-p .sceleton li {
  list-style-type: none;
  padding: 10px 0;
  border-top: 1px dotted #ccc;
}
.pricing-p .sceleton li:hover {
  border-top: 1px solid #ccc;
  background: #eee;
  cursor: pointer;
}
@media (max-width: 1199px) { /* Adjusting for large devices */
  .pricing-p .head .arrow {
    border-right-width: 95px;
    border-left-width: 95px;
  }
}
@media (max-width: 991px) { /* Adjusting for small devices */
  .pricing-p .head .arrow {
    border-right-width: 68px;
    border-left-width: 68px;
    border-top-width: 20px;
  }
}
@media (max-width: 767px) { /* Adjusting for mobile */
  .pricing-p .head {
    padding: 20px;
    margin-bottom: 20px;
  }
  .pricing-p .head .arrow {
    border: 0;
  }
  .pricing-p .item {
    margin: 20px 0;
  }
  .pricing-p .item:hover {
    margin: 20px 0;
  }
}

/* ===== Services Page ===== */

.services-p {
  margin: 10px 0;
}

/* ===== Sign In & Sign Up ===== */

.sign-form {
  padding: 30px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.sign-form .popover {
  min-width: 200px;
}
.popover-title {
  font-family: 'Roboto', sans-serif !important;
  background: transparent;
  font-weight: bold;
}

/* ===== 404 Not Found ===== */

.not-found-p {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.not-found-p .text {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.not-found-p h1 {
  margin-top: 0;
}
.not-found-p h2 {
  font-size: 22px;
  margin-top: 0;
}

/* ===== Theme FAQ ===== */

.theme-faq-p p {
  line-height: 1.7;
}

/* ===== Help Center ===== */

/* .panel-title {
  font-family: 'Roboto', sans-serif;
}
.faq-cats-p ul {
  list-style-type: none;
  padding: 0; 
  margin: 0;
}
.faq-cats-p ul li:first-child {
  margin: 0 0 15px 0;
}
.faq-cats-p ul li {
  margin: 15px 0 15px 0;
}
.faq-cats-p ul li i{
  vertical-align: middle;
  margin-right: 15px;
  color: #c0c0c0;
}
.faq-cats-p ul li:hover i{
  color: #00B4FF;
} */

/* ===== Shop ===== */

.color-jumbotron {
  margin-top: -20px;
  margin-bottom: 30px;
  padding: 50px 0;
  color: white;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.color-jumbotron form {
  margin-top: 50px;
}
.shop-mosaic-items {
	margin-top: 20px;
}
.shop-product {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
}
.shop-product .options {
	min-height: 60px;
	padding-top: 10px;
}
.shop-product .action {
	border-top: 1px solid #ececec;
	padding-top: 10px;
	text-align: center;
}
.shop-product:hover {
  border-color: #ddd;
}
.shop-product img {
  margin-bottom: 10px;
  border-radius: 3px;
}
.shop-product a {
  color: #515151;
}
.shop-product .price .old {
  color: red;
  text-decoration: line-through;
}
.shop-product .price .new {
  font-weight: bold;
}
.shop-category {
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 15px;
  margin-bottom: 20px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}
.shop-search {
  margin-bottom: 20px;
}

/* Shop Item */

.shop-item .product-img {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #eee;
}
.shop-item .product-img img {
  border-radius: 3px;
  opacity: 0.5;
}
.shop-item .product-img img:hover {
  opacity: 1;
}
.shop-item .product-img img.main {
  margin-bottom: 5px;
  opacity: 1;
}
.shop-item .product-img .row {
  padding: 0 12px;
}
.shop-item .product-img .col-xs-4 {
  padding-left: 2px;
  padding-right: 2px;
}
.shop-item .price .old {
  color: red;
  text-decoration: line-through;
}
.shop-item .price .new {
  font-weight: bold;
  font-size: 1.2em;
}
.rating {
  display: inline-block;
  margin-left: 0px;
}
.rating li {
  margin: 0;
  padding: 0;
  color: #F7C41F;
  font-size: 14px;
}
.shop-item .reviews {
  font-size: 12px;
  margin-left: 10px;
}
.shop-item .price-block {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  background: #eee;
  border-radius: 3px;
}
.shop-item .price-block .form-control {
  display: inline-block;
  width: 60px;
}
.shop-item .price-block .price {
  margin-right: 10px;
  vertical-align: middle;
  font-size: 20px;
}

/* Shopping Cart */

.shopping-cart table > thead > tr > th {
  border-bottom-width: 1px;
}
.shopping-cart table > tbody > tr > td {
  vertical-align: middle;
}
.shopping-cart table img {
  float: left;
  width: 100px;
  margin: 0 10px 10px 0;
  border-radius: 3px;
}
.shopping-cart table .item {
  overflow: hidden;
}
@media (max-width: 767px) {
  .shopping-cart table img {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .shopping-cart table .item {
    overflow: visible;
  }
}
.shopping-cart .form-control {
  width: 60px; 
}
.shopping-cart .checkout {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.shopping-cart .checkout > li {
  margin: 10px 0;
}

/* ===== Alt Pages ===== */

.alt-p {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .alt-p {
    padding-top: 50px;
  }
}
.alt-p .logo a {
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  margin-bottom: 30px;
  text-decoration: none;
}

/* ===== Help Center ===== */

.help-cats-p {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.help-cats-p > li > a {
  display: block;
  padding: 5px 0;
  color: #999;
  -webkit-transition: padding-left 500ms;
      transition: padding-left 500ms;
}
.help-cats-p > li > a:hover {
  color: #505050;
  padding-left: 7px;
}
.help-questions-p {
  padding-left: 0;
  margin-left: 20px;
}
.help-questions-p > li  > a {
  display: block;
  padding: 5px 0;
  color: #505050;
}

/* ===== User Profile ====== */

.user-avatar {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
}
.user-avatar:before,
.user-avatar:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.user-avatar:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.user-social {
  margin-top: 15px;
}
.user-social li > a {
  background: #bdc3c7;
  color: #fff;
}
.user-cart > h4 {
  margin-bottom: 20px;
}
.user-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
}
.user-info > li {
  padding: 3px 0;
}

/* ===== Responsive Video ===== */

.responsive-embed-showcase .embed-responsive {
  margin-bottom: 15px;
}

/* Posts List */
.jak-post {
  background: #ffffff;
  position: relative;
  margin: 20px 0;
  border: 7px solid #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
}
.jak-post img {
  max-width: 100%;
}
.jak-post .post-info {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  line-height: 1.2;
  position: absolute;
  padding: 5px;
  right: 10px;
  top: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.jak-post .post-comments-count {
  text-align: center;
}
.post-info .info-details {
  font-size: 0.8em;
  font-weight: 600;
}
.post-title h3 {
  font-size: 1.2em;
  margin: 0 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4E4D4A;
}
.post-title h3 > span {
  padding: 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.post-summary {
  margin: 10px 10px;
}
.post-summary p {
  color: #828282;
  font-size: 0.9em;
  text-align: justify;
}
.post-more {
  text-align: right;
  padding: 0 10px 10px 0;
}
/* Single Post */
.jak-single-post {
  padding: 10px 30px;
}
.single-post-title h3 {
  font-size: 1.5em;
  margin: 0;
}
.single-post-info {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.single-post-info i {
  color: #333;
  margin-right: 5px;
}
.single-post-image {
  text-align: center;
}
.single-post-image img {
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
.single-post-content {
  margin: 30px 0 20px 0;
  padding-bottom: 20px;
}
.single-post-content p {
  color: #828282;
  font-size: 0.9em;
  text-align: justify;
}
.post-comments {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 40px;
  padding: 0;
}
.post-comments ul {
  list-style-type: none;
  margin: 0 0 10px 30px;
  padding: 0;
}
.comment-wrapper .com {
  margin: 0;
  position: relative;
  border: 1px solid #CCC;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.comment-wrapper .com ul {
  list-style-type: disc;
  margin: 0 0 10px 30px;
  padding: 0;
}
.comment-author {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 10px;
}
.comment-author img {
  max-width: 50px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-right: 10px;
}
.comment-date {
  font-size: 0.9em;
  margin-right: 20px;
}
.comment-actions {
  text-align: right;
  opacity: 0.6;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.comment-actions:hover {
  text-align: right;
  opacity: 1;
}
.comment-reply-btn {
  margin-left: 10px;
}

/* Like Box */
.jak-like {
	position: relative;
}

.jak-like-results {
	margin-bottom: 10px;
	font-size: 0.9em;
}

.jak-like-results span {
	margin-right: 10px;
}

.jak-like-results span img {
	width: 30px;
	vertical-align:middle;
}

.jak-like-btn {
	display: none;
	position: absolute;
	bottom: 35px;
	left: 10px;
	background-color: #efefef;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 5px 10px;
	-webkit-box-shadow: 0 1px 5px 1px #BFBFBF;
	box-shadow: 0 1px 5px 1px #BFBFBF;
}

.jak-like-btn span img {
	padding-top: 5px;
	transition: all .2s ease-in-out;
	width: 30px;
	
}

.jak-like-btn span img:hover {
	transform: scale(1.5);
}

.likeanimated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.sidebar h4 {
  margin-top: 20px;
  font-weight: 700;
}
.sidebar h4:first-child {
  margin-top: 0;
}
.sidebar ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}
.sidebar .recent-posts li,
.sidebar .categories li {
  padding: 5px 0 5px 10px;
}
.sidebar .recent-posts a,
.sidebar .categories a {
  color: #535b60;
}
.sidebar .categories li ul {
	margin-left: 10px;
}
.sidebar .categories li ul li:last-child {
  border-bottom: none;
}
/*--------------------------------------------------------------------------
+	Services Style
--------------------------------------------------------------------------*/
/* Multicolumn */
.service-wrapper {
  background: #ffffff;
  margin: 20px 10px;
  text-align: center;
  padding: 20px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  min-height: 320px;
}
.service-wrapper.small {
	min-height: 80px;
}
.service-wrapper h3 {
  font-size: 1em;
  margin: 10px 0 !important;
}
.service-wrapper p {
  margin-top: 0;
}
/* Row */
.service-wrapper-row {
  padding: 10px 0;
}
.service-wrapper-row h3 {
  padding-top: 15px;
}
.service-wrapper-row .service-image {
  padding-top: 15px;
  text-align: center;
}
.service-wrapper-row .service-image img {
  max-width: 80%;
  vertical-align: bottom;
  bottom: 0;
  border: 7px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 8px #999;
  box-shadow: 0 0 8px #999;
}

ul.no-list-style, ul.footer-list-style {
  list-style-type: none;
  margin-left: 0;
}
ul.no-list-style li {
  line-height: 28px;
}
.footer-nav-column {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
ul.footer-list-style {
	padding-left: 10px;
}
ul.footer-list-style li {
	line-height: 18px;
}
/*--------------------------------------------------------------------------
+	Shopping Cart Style
--------------------------------------------------------------------------*/
.shopping-cart {
  margin: 10px 0 0 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.shopping-cart tr {
  background: #ffffff;
}
.shopping-cart td {
  padding: 10px;
}
.shopping-cart td:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 0 0 5px;
  -moz-background-clip: padding;
  border-radius: 5px 0 0 5px;
  background-clip: padding-box;
  margin-left: 10px;
}
.shopping-cart td:last-child {
  -webkit-border-radius: 0 5px 5px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 5px 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 5px 0;
  background-clip: padding-box;
  margin-right: 10px;
}
.shopping-cart .image,
.shopping-cart .image img {
  max-width: 150px;
}
.shopping-cart .title {
  font-size: 1.1em;
}
.shopping-cart .feature {
  font-size: 0.8em;
}
.shopping-cart .color span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-style: solid;
}
.shopping-cart .quantity {
  width: 80px;
}
.shopping-cart .price {
  color: #535b60;
  font-size: 1.2em;
  width: 140px;
  text-align: center;
}
.shopping-cart .actions {
  width: 60px;
}
.shopping-cart .actions .btn {
  margin-bottom: 5px;
}
.cart-totals {
  margin: 20px 0 30px 0;
  border-top: 2px solid #535b60;
  font-size: 1.1em;
  line-height: 24px;
  text-align: right;
  width: 100%;
}
.cart-totals td {
  width: 150px;
  padding: 3px 0;
}
.cart-totals .cart-grand-total {
  font-size: 1.3em;
}
@media (max-width: 500px) {
  .shopping-cart .image {
    display: none;
  }
  .cart-item-title {
    font-size: 0.8em;
  }
}

/*--------------------------------------------------------------------------
+	Frequently Asked Questions Style
--------------------------------------------------------------------------*/
.faq-wrapper h3 {
  margin-top: 20px !important;
}
.faq-wrapper .accordion-inner {
  margin: 10px 0 10px 20px;
  padding: 0 10px;
  font-size: 0.9em;
}
.faq-wrapper .accordion-inner .answer {
  font-weight: 600;
}
/*--------------------------------------------------------------------------
+	Sitemap Style
--------------------------------------------------------------------------*/
.sitemap {
  margin-left: 0;
  list-style-type: none;
  padding: 0;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
.sitemap li {
  padding: 10px 0;
  font-weight: 600;
}
.sitemap ul {
  list-style-type: none;
  margin-top: 10px;
  margin-left: 10px;
  padding: 0;
}
.sitemap ul li {
  padding: 3px 0;
  font-size: 0.9em;
  font-weight: 400;
}
/*--------------------------------------------------------------------------
+	About Style
--------------------------------------------------------------------------*/
.about .about-bubble {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.about .about-bubble::before {
  background-color: #FFF;
  content: "\00a0";
  display: block;
  height: 20px;
  width: 20px;
  top: -10px;
  left: 45%;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about .author-photo {
  text-align: center;
}
.about .author-photo img {
  margin: auto;
  border: 5px solid #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 1px 2px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 1px 2px #c8cfe6;
}
.about .author-info {
  font-weight: 400;
  font-size: 0.8em;
}
/*--------------------------------------------------------------------------
+	Zoom in Style Style
--------------------------------------------------------------------------*/
.zoom-item {
  position: relative;
  background: #FFF;
  margin-bottom: 20px;
  border: 4px solid #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.zoom-item .zoom-image {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.zoom-item .zoom-image img {
  max-width: 100%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.body-green .zoom-item:hover {
  border: 4px solid #94BA65;
}
.body-blue .zoom-item:hover {
  border: 4px solid #2790B0;
}
.body-orange .zoom-item:hover {
  border: 4px solid #D26C22;
}
.body-red .zoom-item:hover {
  border: 4px solid #E35E54;
}
.body-grey .zoom-item:hover {
  border: 4px solid #7f8c8d;
}
.body-yellow .zoom-item:hover {
  border: 4px solid #f4e64c;
}
.zoom-item:hover .zoom-image img {
  position: relative;
  -webkit-transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}
.zoom-item ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
  text-align: center;
  padding: 0;
}
.zoom-item ul li {
  line-height: 28px;
}
.zoom-item .zoom-project-name {
  font-size: 1.3em;
  text-transform: uppercase;
}
.zoom-item .read-more {
  text-align: center;
  padding-top: 10px;
}
.zoom-item .zoom-info-fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  color: #ffffff;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.zoom-item .zoom-info-fade ul {
  margin-top: 10%;
}
.zoom-item .zoom-info-fade ul {
  margin: 10% 20px 0 20px;
  padding: 0;
}
.zoom-item .zoom-info-fade ul li {
  text-align: center;
}
.zoom-item .zoom-info-fade ul li:first-child {
  border-bottom: 1px solid #cccccc;
}
.zoom-item:hover .zoom-info-fade {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lt-ie9 .zoom-info-fade {
  display: none;
}
.lt-ie9 .zoom-item:hover .zoom-info-fade {
  display: block;
}
.zoom-visit-btn {
  padding-top: 15px;
}
.zoom-item-description ul {
  padding: 0;
}

/* ===== Gallery ===== */

.picture-container {
	margin-top: 30px;
}
.picture-container figure img {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

/* ===== Alert Offline ===== */

.alert-offline {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    padding: 15px;
    text-align: center;
}

#tag-cloud {
  margin: 0;
  padding: 0;
}

.tag-cloud {
    background-color: #999999;
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    line-height: 21px;
    margin: 2px 3px 2px 2px;
    padding: 1px 4px 2px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
}
.tag-cloud a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

  /* Colors */

.tag-cloud.tag-cloud-info {
    background-color: #3A87AD;
}
.tag-cloud.tag-cloud-success {
    background-color: #468847;
}
.tag-cloud.tag-cloud-warning {
    background-color: #F89406;
}
.tag-cloud.tag-cloud-danger {
    background-color: #B94A48;
}
.tag-cloud.tag-cloud-inverse {
    background-color: #333333;
}