/*
Theme Name: TH_Gravit 
Theme URI: http://thucha.com/gravit/
Description: Gravit - Responsive Multi-Purpose WordPress Theme
Author: TH Design
Author URI: http://thucha.com/
Version: 1.0
License: Mojomarketplace Split Licence
License URI: -
*/

body {
  color: #666;
	font-size: 13px;
	line-height: 1.7;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 400;
    color: #333333;
    line-height: 1.33;
}
.fa-spin {
    -webkit-animation: fa-spin 8s infinite linear;
    animation: fa-spin 8s infinite linear;
}
/**
 * WordPress Core
 */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; 
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption {}
.sticky {}
.bypostauthor {}
/**
 * Global Elements
 */
:-moz-any-link:focus {
    outline: none;
}
html {
    height: 100% !important;
    min-height: 100% !important;
}
body {
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}
section {
    position: relative;
}
blockquote {
    margin: 30px 0;
    color: #999999;
    background-color: #f9f9f9;
    font-style: italic;
	font-size: 16px;
	border-left-width: 2px;
	border-left-style: solid;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control,
.uneditable-input {
	font-size: 13px;
    font-weight: 400;
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #e1e1e1;
  background-color: #fcfcfc;
  color: #919191;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
      box-shadow: none;
   -webkit-transition: border linear 0.2s;
  -moz-transition: border linear 0.2s;
  -o-transition: border linear 0.2s;
  transition: border linear 0.2s;
}
button:focus,
select:focus,
.form-control:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #B5B5B5;
      box-shadow: none;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="submit"],
input[type="reset"],
button,
.btn {
    font-weight: 400;
	border-radius: 4px;
}

textarea {
    max-width: 100%;
}
img, iframe, video {
    max-width: 100%;
}
img {
    height: auto;
	display: block;
}
/** Contact FORM **/
.wpcf7-form {
    font-size: 12px;
    font-weight: 400;
}
.wpcf7-form  .row{margin-bottom:20px;}
.wpcf7-form  .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
}
.wpcf7 textarea {
    width: 95%;
    height: 150px;
}
/*gravit button*/
.gravit-btn {
        -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 14px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
	    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
}
.gravit-btn:hover {
    -webkit-transform: translate(0px,2px);
    -moz-transform: translate(0px,2px);
    -ms-transform: translate(0px,2px);
    -o-transform: translate(0px,2px);
    transform: translate(0px,2px);
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
}
.gravit-btn:active {
    -webkit-transform: translate(0px,4px);
    -moz-transform: translate(0px,4px);
    -ms-transform: translate(0px,4px);
    -o-transform: translate(0px,4px);
    transform: translate(0px,4px);
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
}
.btn-lg {
  padding: 13px 20px;
  font-size: 14px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-lg i{
    padding-right: 3px;
}
.btn-sm {
  padding: 10px 15px;
  font-size: 14px;
}
.btn-sm [class^="icon-"] {
  margin-top: 0;
}
.btn-xs {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 16px;
}
.btn-theme {
	border: none !important;
	color: #fff;
}
.btn-theme:hover{
	color: #fff;
}
.btn-white { 
	background: #fff;
    border: 1px solid #e1e1e1;
    color: #666666;
    text-shadow: none;
    -webkit-box-shadow: 0 4px #e1e1e1;
    -moz-box-shadow: 0 4px #e1e1e1;
     box-shadow: 0 4px #e1e1e1; 
}
.btn-white:hover { 
    color: #666666;
    -webkit-box-shadow: 0 2px #e1e1e1;
    -moz-box-shadow: 0 2px #e1e1e1;
     box-shadow: 0 2px #e1e1e1; 
}
.btn-white:active { 
    color: #666666;
    -webkit-box-shadow: 0 0px #e1e1e1;
    -moz-box-shadow: 0 0px #e1e1e1;
     box-shadow: 0 0px #e1e1e1; 
}
.btn-success { 
	border: none !important;
	color: #fff !important;
	background: #69bd43;
    -webkit-box-shadow: 0 4px #4B902D;
    -moz-box-shadow: 0 4px #4B902D;
    box-shadow: 0 4px #4B902D;
}
.btn-success:hover { 
    background: #549835;
	color: #fff !important;
    -webkit-box-shadow: 0 2px #3f7228;
    -moz-box-shadow: 0 2px #3f7228;
    box-shadow: 0 2px #3f7228;
}
.btn-success:active { 
     background: #549835;
	 color: #fff !important;
    -webkit-box-shadow: 0 0px #509630;
    -moz-box-shadow: 0 0px #509630;
    box-shadow: 0 0px #509630;
}
.btn-info { 
	border: none !important;
	color: #fff !important;
	background: #49afcd;
    -webkit-box-shadow: 0 4px #2B8FAD;
    -moz-box-shadow: 0 4px #2B8FAD;
    box-shadow: 0 4px #2B8FAD;
}
.btn-info:hover { 
    background: #2C9CBD;
	color: #fff !important;
    -webkit-box-shadow: 0 2px #1A6F88;
    -moz-box-shadow: 0 2px #1A6F88;
    box-shadow: 0 2px #1A6F88;
}
.btn-info:active { 
     background: #2C9CBD;
	 color: #fff !important;
    -webkit-box-shadow: 0 0px #1A6F88;
    -moz-box-shadow: 0 0px #1A6F88;
    box-shadow: 0 0px #1A6F88;
}
.btn-warning  { 
	border: none !important;
	color: #ffffff !important;
	background: #faa732;
    -webkit-box-shadow: 0 4px #c17305;
    -moz-box-shadow: 0 4px #c17305;
    box-shadow: 0 4px #c17305;
}
.btn-warning:hover { 
	color: #ffffff !important;
    background: #f39106;
    -webkit-box-shadow: 0 2px #c17305;
    -moz-box-shadow: 0 2px #c17305;
    box-shadow: 0 2px #c17305;
}
.btn-warning:active { 
     background: #f39106;
	 color: #ffffff !important;
    -webkit-box-shadow: 0 0px #c17305;
    -moz-box-shadow: 0 0px #c17305;
    box-shadow: 0 0px #c17305;
}
.btn-danger  { 
	border: none !important;
	color: #ffffff !important;
	background: #e34949;
    -webkit-box-shadow: 0 4px #ac1a1a;
    -moz-box-shadow: 0 4px #ac1a1a;
    box-shadow: 0 4px #ac1a1a;
}
.btn-danger:hover { 
	color: #ffffff !important;
     background: #d82121;
    -webkit-box-shadow: 0 2px #ac1a1a;
    -moz-box-shadow: 0 2px #ac1a1a;
    box-shadow: 0 2px #ac1a1a;
}
.btn-danger:active { 
     background: #d82121;
	 color: #ffffff !important;
    -webkit-box-shadow: 0 0px #ac1a1a;
    -moz-box-shadow: 0 0px #ac1a1a;
    box-shadow: 0 0px #ac1a1a;
}
.btn-black  { 
	border: none !important;
	color: #fff;
	 background: #555;
    -webkit-box-shadow: 0 4px #222222;
    -moz-box-shadow: 0 4px #222222;
    box-shadow: 0 4px #222222;
}
.btn-black:hover { 
	color: #ffffff !important;
    background: #3c3c3c;
    -webkit-box-shadow: 0 2px #222222;
    -moz-box-shadow: 0 2px #222222;
    box-shadow: 0 2px #222222;
}
.btn-black:active { 
     background: #3c3c3c;
	 color: #ffffff !important;
    -webkit-box-shadow: 0 0px #222222;
    -moz-box-shadow: 0 0px #222222;
    box-shadow: 0 0px #222222;
}
.livicon {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle;
}
.separator-title {
	position: relative;
	margin: 30px 0;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
}
.separator-title:before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    z-index: 1;
    width: 100%;
    height: 6px;
    border-top: solid 1px #ebeaea;
    border-bottom: solid 1px #ebeaea;
}
.separator-title span {
	padding: 5px 10px 0 0;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
/**
 * Blog Secondary Sections
 */
.blog-pagination {
	max-width: 940px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.author-box, .social-share, .related-posts, .comments, .comment-respond {
	margin: 50px 0;
	max-width: 940px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.author-box .post-author {
	padding-left: 80px;
	position: relative;
	min-height: 60px;
}
.author-box .post-author .author-avatar {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	border-radius: 50%;
}
.author-box .post-author .author-name {
	margin: 0 0 10px;
	font-size: 17px;	
}
.author-box .post-author .author-name a{
	font-weight: 400;
}
.author-box .post-author .author-avatar img {
	border-radius: 50%;
}
.author-box .post-author .social-media-links {
	margin-top: 10px;
}
.author-box .post-author .social-media-links > li > a {
	color: #cccccc;
}
.author-box .post-author .social-media-links > li > a:hover {
	color: #999999;
}
@media ( min-width: 992px ) {
	.author-box .post-author {
		padding-left: 100px;
		min-height: 80px;
	}
	.author-box .post-author .author-avatar {
		width: 80px;
		height: 80px;
	}
}
.social-share {
	font-size: 18px;
	color: #333333;
}
.social-share  div {
    float: right;
}
.social-share  a {
    color: #555;
	padding: 10px;
    font-size: 15px;
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.related-posts-list {
	list-style: none;
	padding: 0;
	margin: 30px -10px;
}
.related-posts-list li {
	padding: 0 10px;
}
.comments ul {
	padding: 0;
	list-style: none;
}
.comments ul.children {
	padding-left: 70px;
}
.comments .comments-list li {
	position: relative;
	padding: 30px 0 30px 70px;
	border-top: 1px solid #ebeaea;
}
.comments .comments-list li:last-child {
	padding-bottom:0;
}
.comments .comments-list > li:first-child {
	border-top: none;
}
.comments .comments-list li .comment-avatar {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	margin-top: 30px;
	border-radius: 50%;
	overflow: hidden;
}
.comments .comments-list li .comment-avatar img {
	border-radius: 50%;
}
.comments .comments-list li .comment-header {
	margin-bottom: 10px;
}
.comments .comments-list li .comment-name {
	font-size: 14px;
	text-align: center;
	margin-right: 5px;
	font-weight: 400;
}
.comments .comments-list li .comment-is-author {
	margin-right: 5px;
}
.comments .comments-list li .comment-date {
	color: #aaaaaa;
}
.comments .comments-list li .comment-action {
	margin-top: 20px;
}
.comments .comments-list li .comment-action .comment-reply-link span {
	border-color: #aaaaaa;
	color: #aaaaaa;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.comments .comments-list li .comment-action .comment-reply-link:hover span {
	border-color: #000000;
	color: #ffffff;
}
.comment-respond {
	border-top: 1px solid #ebeaea;
}
.comment-respond #respond-submit-hidden {
	display: none;
}
.comments .comments-list .comment-respond {
	margin: 30px 0 10px;
}
.comments .comment-reply-title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.comment-respond #cancel-comment-reply-link:before {
	content: "\f00d";
	font-size: 14px;
	font-family: "FontAwesome";
	margin-right: 5px;
}
.comment-respond #cancel-comment-reply-link {
	margin-top: 5px;
	color: #aaaaaa;
	font-weight: 400;
	float: right;
}
.comment-respond #cancel-comment-reply-link:hover {
	color: #999999;
}

/**
 * Other Classes
 */
.document {
	position: relative;
}
.container {
	position: relative;
	max-width: 100%;
}
@media ( min-width: 992px ) {
	.container-table {
		display: table;
		table-layout: fixed;
	}
}


.twitter-link {
	color: #00aaf0 !important;
	font-weight: 800;
}
.twitter-link:hover {
	color: #00aaf0 !important;
}
.twitter-link span {
	padding: 0 2px 0 5px;
}
.wpml-switcher > li {
	margin-left: 10px;
}
@media ( min-width: 992px ) {
	.wpml-switcher > li {
		margin: 30px 10px;
	}
	.header-floating.floating .wpml-switcher > li {
		margin: 20px 10px;
	}
}
.wpml-switcher #lang_sel {
	display: block;
	height: 30px !important;
}
.wpml-switcher #lang_sel > ul:after {
	content: "";
	display: table;
	clear: both;
}
.wpml-switcher #lang_sel > ul > li > a {
	padding-top: 2px;
	padding-bottom: 2px;
}
.wpml-switcher #lang_sel ul ul {
	top: 29px;
}
.wpml-switcher #lang_sel ul ul a {
	line-height: 18px !important;
}

.dl-icon dt {
	float: left;
	clear: left;
	width: 20px;
	color: #555555;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
}
.dl-icon dd {
	margin-left: 30px;
	margin-bottom: 10px;
}
.caroufredsel {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	list-style: none;
}
.caroufredsel > * {
	display: block;
	float: left;
}
.caroufredsel-pagination {
	text-align: center;
	z-index: 1;
	position: relative;
}
.caroufredsel-pagination a {
	display: inline-block;
	opacity: 0.3;
	width: 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 3px !important;
	color: inherit;
}
.caroufredsel-pagination a:before {
	content: "\f111";
	font-family: "FontAwesome";
}
.light-scheme .caroufredsel-pagination a {
	color: #000000;
}
.dark-scheme .caroufredsel-pagination a {
	color: #ffffff;
}
.caroufredsel-pagination a span {
	display: none;
}
.caroufredsel-pagination a.selected {
	opacity: 0.5;
}


.page-not-found {
	padding: 80px 0;
	text-align: center;
}
.page-not-found h1 {
	font-size: 50px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
}
@media ( min-width: 1200px ) {
	.page-not-found {
		padding: 120px 0;
	}
	.page-not-found h1 {
		font-size: 60px;
		letter-spacing: 4px;
	}
}
/**
 * 404
 */
.page-not-found .widget_search {
	margin-top: 40px;
}
/**
 * Search
 */
.search-info {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}
.search-info .count {
	text-align: right;
	color: #aaaaaa;
}

/**
 * Admin Bar
 */
@media ( max-width: 767px ) {
	html #wpadminbar {
		left: 0 !important;
		position: fixed;
		z-index: 99999 !important;
		height: 46px;
		min-width: 300px;
	}
}
/**
 * Visual Composer Elements
 */
.wpb_animate_when_almost_visible.wpb_animate_css {
	opacity: 1;
}
.large-device .wpb_animate_css {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}
.large-device .wpb_animate_css.wpb_start_animation {
	animation-play-state: running;
	-webkit-animation-play-state: running;
}
.large-device .wpb_disable_animation {
	animation: none !important;
	-webkit-animation: none !important;
}
/**
 * FontAwesome
 */
.fa-email:before{
	content: "\f0e0";
}
.fa-googleplus:before{
	content: "\f0d5";
}
.fa-vimeo:before{
	content: "\f194";
}
/**
 * MediaElement
 */
.section-background .mejs-controls,
.section-background .mejs-layers,
.section-background-slider .mejs-controls,
.section-background-slider .mejs-layers {
	display: none !important;
}
.section-background .mejs-container,
.section-background-slider .mejs-container {
	position: absolute;
}
/**
 * Superfish
 */
@media( min-width: 992px ) {
	.sf-menu, .sf-menu * {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.sf-menu li {
		position: relative;
	}
	.sf-menu ul {
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		z-index: 99;
	}
	.sf-menu > li {
		float: left;
	}
	.sf-menu li:hover > ul,
	.sf-menu li.sfHover > ul {
		display: block;
	}
	.sf-menu a {
		display: block;
		position: relative;
	}
	.sf-menu ul ul {
		top: 0;
		left: 100%;
	}
}


/*  Pagination */
#nav-portfolio {
     margin: 50px 0 0 0;
	 border-top: 1px solid #ebeaea;
	 border-bottom: 1px solid #ebeaea;
}
.pager .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
.pager .nav-previous {
  float: left;
  width: 50%;
  text-align: left;
}
.pager .nav-previous .meta-nav {
  float: left;
}
.pager .nav-next .meta-nav {
  float: right;
}
.pager .nav-previous .pager-title {
	float: left;
    color: #333333;
    font-size: 14px;
	padding: 8px 0;
}
.pager .nav-previous .pager-title i {
	padding-right:5px;
}
.pager .nav-next .pager-title i {
	padding-left:5px;
}
.pager .nav-next .pager-title {
	float: right;
	color: #333333;
    font-size: 14px;
	 padding: 8px 0;
}
/*-------------------------------------------------------------------------------------------*/
/* 2. Header */
/*-------------------------------------------------------------------------------------------*/
#gravit-wrapper-header {
	height: 86px;
	-webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}
.gravit-header {
  	background: #fff;
	position: fixed;
    width: 100%;	
	z-index: 9999;
	height: 86px;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}
.logo {
    float: left;
    font-size: 18px;
    line-height: 86px;
    height: 86px;
	-webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
	display: table-cell;
}
.logo a, .logo img {
    vertical-align: middle;
    text-align: center;
}
.logo a {
    display: block;
    height: 100%;
}
.logo img {
    display: inline-block;
    max-height: 70%;
    width: auto;
	
}
/*stick header*/
.stick_header {	
 	height: 55px;
	-webkit-backface-visibility: hidden;
	 -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}
.shadow_header {	
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

.stick_header #nav-wrapper .menu>li>a, .stick_header #top-search a{
 	line-height:55px;
}
.stick_header .logo {
    float: left;
    font-size: 18px;
    line-height: 55px;
    height: 55px;
}
.stick_header .show-search {
    top: 55px;
}

/*top search*/
#top-search {
    position: absolute;
    right: 0px;
    top: 0;
}
#top-search a {
    font-size: 14px;
    color: #555;
    line-height: 86px;
    position: relative;;
	-webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}
.show-search {
	padding: 22px;
	background: #ffffff;
	border-top-width: 2px;
	border-top-style: solid;
    position: absolute;
    top: 86px;
    right: 0;
    display: none;
    z-index: 10000;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.show-search .searchform input#s {
  border: 1px solid #e5e5e5;
  background: #fff;
  font-size: 13px;
  color: #999;
  width: 180px;
  }
 /*top menu*/
#menu {
	float: right;
}
#nav-wrapper {
	margin-right: 40px;
}
#nav-wrapper .menu {
	margin: 0;
	padding: 0;
}
#nav-wrapper .menu li {
	display:inline-block;
	position:relative;
}
#nav-wrapper .menu li a {
	font-size:13px;
	position: relative;
	line-height:86px;
	color:#555;
	display:block;
	-webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}
#nav-wrapper .menu li {
	padding-right: 30px;
}
#nav-wrapper .menu li:last-child {
    padding-right: 0;
}
#nav-wrapper .menu>li>a::before {
    position: absolute;
    left: 0;
	opacity: 0;
    width: 100%;
    height: 2px;
    content: '';
    top: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
 #nav-wrapper .menu>li>a:hover::before, #nav-wrapper .menu>li.current-menu-item >a::before, #nav-wrapper .menu>li.current_page_item >a::before, #nav-wrapper .menu>li.current-menu-parent >a::before, #nav-wrapper .menu>li.current-menu-ancestor>a::before{
	opacity: 1;	
}
/*** Mega menu ***/
#nav-wrapper  li.megamenu {
    position: inherit !important;
}
#nav-wrapper  li.megamenu > ul.sub-menu {
    width: 100%;
    left: 0;
    right: auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 12px 0 0;
}
#nav-wrapper li.megamenu.col-5 > ul.sub-menu > li {
    width: 20%;
}
#nav-wrapper li.megamenu.col-4 > ul.sub-menu > li {
    width: 25%;
}
#nav-wrapper li.megamenu > ul.sub-menu > li {
    display: block !important;
    float: left !important;
    padding: 0 12px;
    width: 100%;
}
#nav-wrapper li.megamenu > ul.sub-menu > li {
    border-left: 1px solid #eee;
}
#nav-wrapper li.megamenu > ul.sub-menu > li > a {
    font-weight: 400;
    font-size: 17px;
    color: #333333;
	padding-bottom: 15px;
}
#nav-wrapper li.megamenu > ul.sub-menu > li > a:hover {
    color: #333333 !important;
    background: #ffffff;
}
#nav-wrapper li.megamenu > ul.sub-menu > li a {
    border: none;
}
#nav-wrapper li.megamenu > ul.sub-menu > .menu-item-has-children {
    margin-bottom: 12px;
}
#nav-wrapper li.megamenu > ul.sub-menu > li ul {
    top: auto !important;
    width: 100%;
    min-width: 0 !important;
    left: auto !important;
    position: relative !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}
#nav-wrapper li:hover .gravit-megamenu-wrapper li ul {
    visibility: visible;
    opacity: 1;
}
#nav-wrapper li.megamenu.hide-headings > ul.sub-menu > .menu-item-has-children > a {
    display: none;
}
#nav-wrapper ul li a i {
	margin-right: 10px; 
}
/*** Dropdown ***/
#nav-wrapper .menu .sub-menu,
#nav-wrapper .menu .children {
	border-top-width: 2px;
	border-top-style: solid;
	background: #ffffff;
    margin: 0;
    padding: 0;
	position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	 box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
#nav-wrapper ul ul ul {
    margin-top: -2px !important;
}
#nav-wrapper ul.menu ul a,
#nav-wrapper .menu ul ul a {
	color: #555;
  text-align: left;
	margin: 0;
	padding:8px 10px;
	min-width: 180px;
	line-height:20px;
	border-bottom: 1px solid #eee;    
}
#nav-wrapper ul.menu ul li,
#nav-wrapper .menu ul ul li {
	padding-right:0;
	margin-right:0;
	width: 100%;
}

#nav-wrapper ul.menu ul a:hover,
#nav-wrapper .menu ul ul a:hover,
#nav-wrapper .menu ul ul .current-menu-item a,
#nav-wrapper ul.menu ul .current-menu-item a{
	color: #777 !important;
	background:#f5f5f5;
}

#nav-wrapper ul.menu li:hover > ul,
#nav-wrapper .menu ul li:hover > ul {
	visibility: visible;
    opacity: 1;
}

#nav-wrapper .menu .sub-menu ul,
#nav-wrapper .menu .children ul {	
	left: 100%;
	top: 0;
	
}
#rightmenu ul {
	list-style: none;
	margin: 0;
    padding: 0;
}
#rightmenu ul li a{
    margin-bottom: 10px;
    display: block;
}

/**
 * Breacrumb Section
 */
.title-section {
	padding: 15px 0;
	background: #f7f7f7;
	border-top: 1px solid #ebeaea;
    border-bottom: 1px solid #ebeaea;	
}
.title-section h1 {
	margin: 0;
	font-size: 18px;
    line-height: normal;
}
#crumbs {
	text-align: right;
	color: #999;
	margin-top: 2px;
}
@media only screen and (max-width: 1220px){
	#crumbs {
		display: none;
	}
}
.theme-default .nivoSlider {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.theme-default .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
    position: absolute !important;
    bottom: 0 !important;
    z-index: 999 !important;
    width: 100% !important;
}
/*Heading style */
.th_gravit_section_heading {
	margin-bottom: 40px;
}
.th_gravit_section_heading.align-center {
	text-align: center;
}
.th_gravit_section_heading.align-right {
	text-align: right;
}
.th_gravit_section_heading.style-1 .section-title {
    font-size: 32px;
	color: #333333;
}
.th_gravit_section_heading .des-title{
    padding: 0;
    margin-top: 10px;
	font-size: 18px;
}
.center-line {
    height: 2px;
    margin-top: 20px !important;
    position: relative;
    width: 50px;
}
.th_gravit_section_heading.align-center .center-line{
	margin: auto;
}
.th_gravit_section_heading.align-right .center-line{
	margin: auto;
	margin-right: 0px !important;
}
.th_gravit_section_heading.style-2 .section-title {
	position: relative;
	color: #333333;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
}
.th_gravit_section_heading.style-3 .section-title {
	position: relative;
	color: #333333;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
}
.th_gravit_section_heading.style-4 .section-title {
	position: relative;
	color: #333333;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
}
.th_gravit_section_heading.style-2 .section-title:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	height: 1px;
	border-top: solid 1px #ebeaea;
}
.th_gravit_section_heading.style-3 .section-title:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	z-index: 1;
	width: 100%;
	height: 6px;
	border-top: solid 1px #ebeaea;
	border-bottom: solid 1px #ebeaea;
}
.th_gravit_section_heading.style-4 .section-title:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	z-index: 1;
	width: 100%;
	height: 6px;
	border-top: dotted 2px #ebeaea;
	border-bottom: dotted 2px #ebeaea;
}
.th_gravit_section_heading.style-2 .section-title span {
	padding: 0px 10px 0 0;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.th_gravit_section_heading.style-3 .section-title span {
	padding: 0px 10px 0 0;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.th_gravit_section_heading.style-4 .section-title span {
	padding: 0px 10px 0 0;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.th_gravit_section_heading.style-2.align-right .section-title span {
	padding: 0px 0 0 10px;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.th_gravit_section_heading.style-3.align-right .section-title span {
	padding: 0px 0 0 10px;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.th_gravit_section_heading.style-4.align-right .section-title span {
	padding: 5px 0 0 10px;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.th_gravit_section_heading.style-2.align-center .section-title span {
	padding: 5px 10px 0 10px;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.th_gravit_section_heading.style-3.align-center .section-title span {
	padding: 0px 10px 0 10px;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.th_gravit_section_heading.style-4.align-center .section-title span {
	padding: 0px 10px 0 10px;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
/* Tabs*/
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li {
	border-width: 1px;
	border-style: solid;
	border-color: #ebeaea;
	margin: 0;
	padding: 8px 20px;
    border-right: none!important;
	cursor: pointer;
	height: auto;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li {
	border-width: 1px;
	border-style: solid;
	border-color: #ebeaea;
	margin: 0;
	padding: 8px 20px;
	border-bottom: none!important;
	cursor: pointer;
	height: auto;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav  {
	z-index: 9;
	position: relative;
}
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li:last-child {
    border-right: 1px solid #ebeaea !important;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li:last-child {
    border-bottom: 1px solid #ebeaea !important;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active { 
        border-top-width: 2px !important;
		border-top-style: solid !important;
		border-left-color: #ebeaea !important;
		padding-top: 7px;
		border-bottom: 1px solid #ffffff !important;
}
.wpb_tour.wpb_content_element  .wpb_tabs_nav li.ui-tabs-active {
        border-left-width: 2px !important;
		border-left-style: solid !important;
		border-top-width: 1px !important;
		border-top-color: #ebeaea !important;
		border-right: 1px solid #ffffff !important;
		padding-left: 19px;
}
.wpb_content_element .wpb_tabs_nav li:focus {
    outline: 0;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li a {
      padding: 0;
    margin: 0;
    pointer-events: none;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover {
    background-color: #ffffff !important;
}
 .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: #ffffff !important;
	border: 1px solid #ebeaea;
	padding: 20px 28px;
	margin-top: -1px;
	opacity:1 !important;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab{
    background-color: #ffffff !important;
	border: 1px solid #ebeaea !important;
	padding: 20px 28px !important;
	margin-left: -1px;
	z-index: 6;
}
.wpb_tour_next_prev_nav {
    display: none !important;
}
/* Accordion */
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
	background-color: #ffffff !important;
	border: 1px solid #ebeaea !important;
	margin: 0 0 6px 0 !important;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header:focus {
	outline: 0;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a{
	color: #444;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	background-color: #ffffff !important;
	border: 1px solid #ebeaea !important;
	    margin-top: -7px;
    margin-bottom: 6px;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
    background: 0 0!important;
    height: 35px!important;
    width: 38px!important;
	border-left: 1px solid #ebeaea;
    display: block;
    right: 0!important;
    top: 0!important;
    font-weight: 400;
    text-align: center;
    line-height: 38px !important;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
    content: "\f105";
    font-family: 'Fontawesome';
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
    content: "\f107";
    font-family: 'Fontawesome';
}
/* FAQ*/
.vc_toggle {
    margin: 0 0 5px 0 !important;
}
.vc_toggle_title  {
    background-color: #ffffff !important;
    border: 1px solid #ebeaea !important;
	padding: 0.5em 1em 0.5em 2em !important;
}
.vc_toggle_title > h4 {
    font-size: 14px;
}
.vc_toggle_default .vc_toggle_icon {
    display: inline-block;
    width: 10px;
    margin-left: 10px !important;
    height: 4px;
	 background: #e1e1e1 !important;
    border: 1px solid #e1e1e1 !important;
}
.vc_toggle_default .vc_toggle_icon::before {
    border: 1px solid #e1e1e1 !important;
    background-color: #e1e1e1 !important;
}
.vc_toggle_default .vc_toggle_icon::after {
    background: #e1e1e1 !important;
}
.vc_toggle_default .vc_toggle_content {
    padding: 1.5em 1em 1.5em 2em !important;
	margin: -1px 0 !important;
	background-color: #ffffff !important;
    border: 1px solid #ebeaea !important;
}
.vc_toggle_default .vc_toggle_content p{
	margin: 0 !important;
}
/* Skill */
.vc_progress_bar .vc_single_bar {
    background: #f7f7f7 !important;
    position: relative;
    margin-bottom: 11.66666667px !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.vc_progress_bar .vc_single_bar .vc_bar {
    display: block;
    position: absolute;
    height: 100%;
    background-color: #e0e0e0;
    width: 0%;
    top: 0;
    left: 0;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
}
.vc_progress_bar .vc_single_bar .vc_label {
    display: block;
    padding: 0.5em 1em;
    position: relative;
    z-index: 1;
    color: #fff;
}
/*Tagline style */
.gravit_tagline {
	position: relative;
}
.gravit_tagline .tagline-wr {
    padding: 30px 200px 30px 0;
}
.gravit_tagline  .tagline_title{
	font-size: 18px;
    color: #333333;
    margin: 0 0 10px;
}
.gravit_tagline  .tagline_des{
	margin: 0;
}
.gravit_tagline .gravit_button {
	position: absolute;
    top: 50%;
    margin: -25px 0 0;
    left: auto;
    right: 0;
}
.gravit_tagline.style-1 .tagline-wr  {
	padding: 0;
}
.gravit_tagline.style-2 {
    border: 1px solid #ebeaea;
	padding: 4px;
}
.gravit_tagline.style-2 .tagline-wr {
    padding-left: 30px;
	border-left-width: 4px;
	border-left-style: solid;
}
.gravit_tagline.style-2  .gravit_button {
	right: 30px;
}
.gravit_tagline.style-3 {
    border: 1px solid #ebeaea;
	padding: 4px;
	text-align: center;
}
.gravit_tagline.style-3 .tagline-wr {
    padding: 30px;
	border-top-width: 4px;
	border-top-style: solid;
}
.gravit_tagline.style-3  .gravit_button {
	position: relative;
    top: 0;
    margin: 20px 0 0;
    left: 0!important;
    right: 0;
}
.gravit_tagline.style-4 {
    border: 1px solid #ebeaea;
	padding: 4px;
}
.gravit_tagline.style-4 .tagline-wr {
    padding: 30px 30px 30px 200px;
	border-right-width: 4px;
	border-right-style: solid;
}
.gravit_tagline.style-4  .gravit_button {
	left: 30px;
    right: auto;
}
.gravit_tagline.style-5 {
	color: #fff;
	padding-left: 30px;
}
.gravit_tagline.style-5 h2 {
	color: #fff;
}
.gravit_tagline.style-5  .gravit_button {
    right: 30px;
}
.gravit_tagline.style-6 {
    background-color: #333;
	color: #fff;
	padding-left: 30px;
}
.gravit_tagline.style-6 h2{
	color: #fff;
}
.gravit_tagline.style-6  .gravit_button {
    right: 30px;
}
.gravit_tagline.no-button .tagline-wr {
		padding: 30px 20px!important;
}
@media (max-width: 991px){
	.gravit_tagline .tagline-wr {
		padding: 30px 20px!important;
	}
	.gravit_tagline h2 {
		font-size: 22px;
	}
	.gravit_tagline .gravit_button  {
    position: relative!important;
    top: 0!important;
    margin: 20px 0 0!important;
    left: 0!important;
    right: 0;
}
}
/*Service style */

.th_gravit_icon_boxes p {
	margin: 0;
}
.th_gravit_icon_boxes.style-1 {
	padding: 0 0 0 50px;
	position: relative;
}
.th_gravit_icon_boxes.style-1 .icon_box {
	position: absolute;
	top: 0;
	left: 0;
}
.th_gravit_icon_boxes .icon_box span {
	display: inline-block;
	line-height: 1em;
	text-align: center;
	font-size: 36px;
}
.th_gravit_icon_boxes .icon_heading {
	opacity: 1;
	color: #333333;
}
.th_gravit_icon_boxes.style-1 .icon_heading {
	margin: 0 0 10px;
	padding-bottom: 0;
	font-size: 18px;
}

.th_gravit_icon_boxes.style-2 {
	position: relative;
}
.th_gravit_icon_boxes.style-2 .icon_box {
	position: absolute;
	top: 0;
	left: 0;
}

.th_gravit_icon_boxes.style-2 .icon_heading {
	margin: 0 0 10px 50px;
	padding-bottom: 0;
	font-size: 18px;
}

.th_gravit_icon_boxes.style-2-right {
	position: relative;
	text-align: right;
}
.th_gravit_icon_boxes.style-2-right .icon_box {
	position: absolute;
	top: 0;
	right: 0;
}

.th_gravit_icon_boxes.style-2-right .icon_heading {
	margin: 0 50px 10px 0;
	padding-bottom: 0;
	font-size: 18px;
}
.th_gravit_icon_boxes.style-3 {
	min-height: 110px;
	text-align: center;
}
.th_gravit_icon_boxes.style-3 .icon_heading {
	margin: 10px 0;
	padding-bottom: 0;
	font-size: 18px;
}
.th_gravit_icon_boxes.style-4 {
	min-height: 110px;
	text-align: center;
}
.th_gravit_icon_boxes.style-4 .icon_heading {
	margin: 10px 0;
	padding-bottom: 0;
	font-size: 18px;
}
.th_gravit_icon_boxes.style-4 .icon_box {
	 position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
	
}
.th_gravit_icon_boxes.style-4 .icon_box span{
    line-height: 80px;
	border-width: 2px;
    border-style: solid;
	border-radius: 50%;
	display: block;
    position: relative;
    width: 100%;
    height: 100%;
	color: #fff;
	 -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.th_gravit_icon_boxes.style-4:hover .icon_box span{
	border-width: 2px;
    border-style: solid;
	background-color: #fff;
}
.th_gravit_icon_boxes.style-5 {
	background-color: #ffffff;
	min-height: 110px;
	text-align: center;
	padding: 30px 20px 20px 20px;
    border: 1px solid #eee;
}
.th_gravit_icon_boxes.style-5 .icon_heading {
	margin: 10px 0;
	padding-bottom: 0;
	font-size: 18px;
}
.th_gravit_icon_boxes.style-5 .icon_box {
	 position: absolute;
    left: 50%;
    top: -30px;
    margin: 0 0 0 -30px;
    width: 60px;
    height: 60px;
	
}
.th_gravit_icon_boxes.style-5 .gravit_button {
	margin-top: 15px;	
}
.th_gravit_icon_boxes.style-5 .icon_box span{
    line-height: 60px;
	border-width: 1px;
    border-style: solid;
	border-radius: 50%;
	display: block;
    position: relative;
	font-size: 22px;
    width: 100%;
    height: 100%;
	color: #fff;
	 -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.th_gravit_icon_boxes.style-5:hover .icon_box span{
	background-color: #fff;
}
/*Animated Icon Boxes*/
.th_gravit_icon_animation_boxes.style-1 {
	text-align: center;
}
.th_gravit_icon_animation_boxes  .icon-content p {
	    margin: 0;
}
.th_gravit_icon_animation_boxes .icon-heading {
	margin: 10px 0 10px;
	font-size: 18px;
	color: #333333;
}
.th_gravit_icon_animation_boxes.style-1 .icon-heading:after {
    content: "";
    width: 50px;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #aaaaaa;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 10px;
     -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.th_gravit_icon_animation_boxes.style-1 .icon-heading:after {
	opacity: 1;
	left: 50%;
	margin-left: -25px;
}
.th_gravit_icon_animation_boxes.style-2{
	text-align: center;
	border: 1px solid #eee;
	padding: 20px;
}
.th_gravit_icon_animation_boxes.style-2 .gravit_button {
	margin-top: 15px;
}
.th_gravit_icon_animation_boxes.style-3{
	text-align: center;
	padding: 20px;
	color: #fff;
}
.th_gravit_icon_animation_boxes.style-3 .gravit_button {
	margin-top: 15px;
}
.th_gravit_icon_animation_boxes.style-3 .icon-heading {
	color: #fff;
}
/*Counter style */
.th_gravit_counter {
	border: 1px solid #ebeaea;
	padding: 20px;
}
.th_gravit_counter .counter-icon {
	line-height: 1em;
}
.th_gravit_counter .counter-value {
	font-size: 40px;
	font-weight: 400;
	line-height: 1em;
}
.th_gravit_counter .counter-caption {
	margin-top: 10px;
}
/*quotes style */
.th_gravit_quote {
}
.th_gravit_quote .quote-meta{
	    display: inline-block;
}
.th_gravit_quote .quote-meta .text-meta {
	text-align: left;
    overflow: visible;
    float: left;
}
.th_gravit_quote .quote-meta .text-meta .quote-name{
    font-size: 17px;
}
.th_gravit_quote .quote-meta .text-meta .subtitle{
    color: #999;
	font-size: 12px;
}
.th_gravit_quote .quote-img {
    float: left;
	margin: 0 20px 0 0;
}
.th_gravit_quote .quote-img img {
    border-radius: 50%;
    width: 64px;
	padding: 3px;
    border: 1px solid #eee;
}

.th_gravit_quote  .quote-content {
	margin-bottom: 30px;
	font-style: italic;
    background: #f7f7f7;
	color: #777;
    padding: 20px;
    border-radius: 3px;
	position: relative;
}
.th_gravit_quote  .quote-content p{
	margin:0;
}
.th_gravit_quote  .quote-content:after {
	content: "";
    position: absolute;
    bottom: -17px;
    left: 20px;
    border-right: 30px solid transparent;
    border-top: 30px solid;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: #f7f7f7;
}
.th_gravit_quote .quote-cite {
	opacity: 0.5;
}
.caroufredsel {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	list-style: none;
}
.caroufredsel > * {
	display: block;
	float: left;
}
.caroufredsel-pagination {
	z-index: 1;
	position: relative;
	position: absolute;
    bottom: 60px;
    right: 15px;
}
.caroufredsel-pagination a {
	display: inline-block;
	opacity: 0.5;
	width: 10px;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	margin: 3px !important;
	color: inherit;
}
.caroufredsel-pagination a:before {
	content: "\f111";
	font-family: "FontAwesome";
}
.light-scheme .caroufredsel-pagination a {
	color: #000000;
}
.dark-scheme .caroufredsel-pagination a {
	color: #ffffff;
}
.caroufredsel-pagination a span {
	display: none;
}
.caroufredsel-pagination a.selected {
	opacity: 1;
}
.main-section, 
.aside-section,
.portfolio-images-section,
.portfolio-details-section {
	padding-top: 60px;
	padding-bottom: 50px;
}
.main-section.full-width .container {
	margin-left: -15px;
}
@media ( min-width: 992px ) {
	.main-section {
		display: table-cell;
		vertical-align: top;
		padding-right: 40px;
		width: 100%;
	}
	.main-section:only-child {
		padding-right: 0;
	}
}
.aside-section .widget .widget-title {
	margin: 0;
}
@media ( min-width: 992px ) {
	.aside-section {
		position: relative;
		display: table-cell;
		vertical-align: top;
		width: 315px;
		padding-left: 39px;
		border-left: 1px solid #ebeaea;
	}
}
/*Team style */
.th_gravit_team_member_block .team-member-photo {
	text-align: center;
}
.th_gravit_team_member_block .team-member-photo img {
    width:100%;
}
.th_gravit_team_member_block .team-desc {
    padding: 15px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.th_gravit_team_member_block .team-desc .team-author {
    display: table;
    width: 100%;
}
.th_gravit_team_member_block .team-desc .team-author .team-author-wrapper, .th_gravit_team_member_block .team-desc .team-author .team-member-links{
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.th_gravit_team_member_block .team-desc .team-author .team-member-links {
    max-width: 50%;
    text-align: right;
}
.th_gravit_team_member_block .team-desc .team-author .team-member-name {
    font-weight: 400;
    font-size: 17px;
}
.th_gravit_team_member_block .team-desc .team-author .team-member-position {
    font-style: italic;
}
.th_gravit_team_member_block  .social-media-links a{
    color: #9E9E9E;
}
/*portfolio style */
.portfolio-images-section .portfolio-images {
	position: relative;
}
.portfolio-images-section .portfolio-images .row .portfolio-image {
	margin-top: 30px;
}
.portfolio-images-section .portfolio-images .row .portfolio-image:first-child {
	margin-top: 0;
}
.portfolio-images-section .portfolio-images .portfolio-image img {
	width: 100%;
}
@media ( min-width: 992px ) {
	.portfolio-images-section {
		width: 640px;
		float: left;
	}
}
@media ( min-width: 1200px ) {
	.portfolio-images-section {
		width: 740px;
	}
	.portfolio-images-section .portfolio-images .row > li {
		margin-top: 30px;
	}
}
.portfolio-images-section .portfolio-images-pagination {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	margin: 0 10px 10px 0;
}
.portfolio-images-section .portfolio-images-pagination a {
	display: block;
	margin: 6px 3px !important;
	opacity: 1 !important;
	color: #ffffff;
	text-shadow: 0px 1px 3px rgba( 0, 0, 0, 0.2 );
}
.portfolio-images-section .portfolio-images-pagination a:before {
	content: "\f10c";
	display: block;
}
.portfolio-images-section .portfolio-images-pagination a.selected:before {
	content: "\f111";
}
.portfolio-images-section .portfolio-images-control a {
	opacity: 0;
	text-shadow: 0px 1px 3px rgba( 0, 0, 0, 0.2 );
}
.portfolio-images-section .portfolio-images:hover .portfolio-images-control a {
	opacity: 1;
	margin-left: 0;
	margin-right: 0;
}
.portfolio-images-section .portfolio-images-control a {
	position: absolute;
	z-index: 1;
	top: 50%;
	display: block;
	height: 40px;
	width: 30px;
	margin-top: -20px;
	color: #ffffff;
	font-size: 40px;
	line-height: 1em;
	text-align: center;
}
.portfolio-images-section .portfolio-images-control a:before {
	font-family: "FontAwesome";
	display: block;
}
.portfolio-images-section .portfolio-images-control .prev {
	left: 0;
	margin-left: -30px;
}
.portfolio-images-section .portfolio-images-control .next {
	right: 0;
	margin-right: -30px;
}
.portfolio-images-section .portfolio-images-control .prev:before {
	content: "\f104";
}
.portfolio-images-section .portfolio-images-control .next:before {
	content: "\f105";
}
.portfolio-details-section .portfolio-title {
	margin: 0;
    padding-bottom: 15px;
    font-size: 26px;
}
.portfolio-details-section .portfolio-content {
	margin-bottom: 18px;
}
.portfolio-details-section .portfolio-metadata dt {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.portfolio-details-section .portfolio-metadata dd {
	margin-bottom: 10px;
}
@media ( min-width: 992px ) {
	.portfolio-details-section {
		width: 300px;
		padding-left: 40px;
		float: right;
	}
}
@media ( min-width: 1200px ) {
	.portfolio-details-section {
		width: 360px;
		padding-left: 60px;
	}
}

.portfolio-grid-post-thumbnail {
	    overflow: hidden;
    z-index: 1;
    position: relative;
}
.th-rollover{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100.1%;
    line-height: normal;
    text-align: center;   
     -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
   }
   .th-rollover-content {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    height: auto;
    width: 90%;
}   
.th-rollover-content a span svg{
	left: 0 !important;
    top: 0 !important;
}  
.th-rollover-content a span{
	margin-top: 6px !important;
}  
.th-rollover:before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    height: 100%;
}
.portfolio-grid-post-wrapper {
	background: #ffffff;
}
.portfolio-grid-wr-meta {
	border-left: 1px solid #ebeaea;
	border-right: 1px solid #ebeaea;
	border-bottom: 1px solid #ebeaea;
	padding: 15px;
}
.portfolio-grid-post-wrapper .portfolio-grid-post-thumbnail:hover .th-rollover {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
.th_gravit_portfolio_grid.no-padding .portfolio-grid-post {
	padding: 0 !important;
	margin: 0 !important;
} 
.th_gravit_portfolio_grid.no-padding .no-padding-portfolio-title {
	color: #ffffff !important;
    font-size: 17px !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
	margin-top: 7px;
} 
.th_gravit_portfolio_grid.no-padding .portfolio-pagination{
	margin-top: 50px;
}	
/*related portfolios*/
.related-portfolios{
	    padding-bottom: 60px;
}
.related-portfolios-list {
	list-style: none;
	padding: 0;
	margin: 30px -15px 0px -15px;
}
.related-portfolios-list li {
	margin-bottom: 10px;
}
.th-rollover-content a {
    color: #ffffff;
    font-size: 22px;
    border: 2px solid #fff;
    width: 48px;
    height: 48px;
    display: inline-block;
}
.th-rollover-content .th-link {
    color: #ffffff;
    font-size: 22px;
    border: 2px solid #fff;
    width: 48px;
    height: 48px;
	line-height: 46px;
    display: inline-block;
}
.portfolio-grid-post-title a {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding: 0;
}
.portfolio-grid-post-category{
    display: block;
	font-style: italic;
	color: #777;
}
.th_gravit_portfolio_grid .portfolio-grid-post {
    margin-bottom: 30px !important;
}
.th_gravit_portfolio_grid .portfolio-grid-filter {
	text-align: center;
	margin-bottom: 40px;
}
.th_gravit_portfolio_grid .portfolio-grid-filter a {
	display: inline-block;
	padding: 8px 18px;
	margin: 5px;
	border: 1px solid #ebeaea;
	color: #666;
	background-color: #fff;
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.filter-grid {
	color: #999999;
	font-size: 14px;
}
.th_gravit_portfolio_grid .portfolio-grid-filter a:hover,
.th_gravit_portfolio_grid .portfolio-grid-filter a.active {
	color: #ffffff;
}
.load-more a {
	display: inline-block;
	padding: 10px 38px;
    border: 1px solid #ebeaea;
    color: #999999;
    font-size: 14px;
    letter-spacing: 2px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.load-more a:hover {
    color: #ffffff;
}
 .load-more i {
	margin-right: 9px;
}
/*blog grid style */
.th_gravit_blog_grid .blog-grid-post {
    margin-bottom: 30px !important;
}
.th_gravit_blog_grid .blog-grid-post-wrapper {
    position: relative;
    padding: 20px 20px 0 20px;
    background-color: #ffffff;
}
.blog-grid-wr-meta{
	border-left: 1px solid #ebeaea;
    border-right: 1px solid #ebeaea;
    border-bottom: 1px solid #ebeaea;
	margin: -30px -20px 0px -20px;
    padding: 20px;
}
.th_gravit_blog_grid .blog-grid-post-thumbnail {
    margin: -20px -20px 20px -20px;
    position: relative;
}
.th_gravit_blog_grid .blog-grid-post-thumbnail img {
    display: block;
    width: 100%;
}
.th_gravit_blog_grid .blog-grid-post-title {
    position: relative;
}
.th_gravit_blog_grid .blog-grid-post-title a{
    font-size: 16px;
	color: #333333;
}
.th_gravit_blog_grid .blog-grid-post-content p {
    margin-bottom: 0;
}
.th_gravit_blog_grid .blog-grid-meta {
    padding: 5px 0;
	font-style: italic;
    color: #777;
}
.th_gravit_blog_grid .blog-grid-meta span{
    margin-right: 3px;
}
.blog-grid-post-thumbnail {
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.blog-grid-post-wrapper:hover .th-rollover {
       opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6666a4, endColorstr=#6666a4), progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
/**
 * Blog Post
 */
.content-post {
	position: relative;
}
.content-post .post-thumbnail img {
	width: 100%;
}
.content-post .post-thumbnail.blank {
	padding-top: 49px;
	border-bottom: 1px solid #ebeaea;
}
.blog-wr-meta {
    border-left: 1px solid #ebeaea;
    border-right: 1px solid #ebeaea;
    border-bottom: 1px solid #ebeaea;
    padding: 20px;
}
.content-post .post-title {
    margin: 5px 0 10px;
    font-weight: 400;
    font-size: 23px;
}
.single-post  .content-post .post-title {
	margin: 25px 0 10px;
}
.content-post .post-meta {
	list-style: none;
	padding: 0;
	font-size: 14px;
	font-style: italic;
	color: #aaaaaa;
}
.content-post .post-meta a {
	color: #aaaaaa;
}
.content-post .post-meta li {
	display: inline-block;
	position: relative;
}
.content-post .post-meta li:before {
	content: "/";
	display: inline-block;
	margin: 0 10px;
}
.content-post .post-meta li i {
    position: relative;
    font-size: 14px;
    margin-right: 5px;
}
.content-post .post-meta li:first-child:before {
	display: none;
}
.content-post .post-content {
	color: #333333;
	margin-top: 20px;
}
.content-post .post-content .read-more {
    margin-bottom: 0;
    margin-top: 15px;
	margin-right: 10px;
	font-weight: 400;
}
.content-post .post-content p {
    margin: 0;
}
.content-post .post-content .more-link {
	    display: none;
}
.content-post .post-content .read-more a:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 14px;
    padding-left: 5px;
}
.post-thumbnail {
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.post-thumbnail:hover .th-rollover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6666a4, endColorstr=#6666a4), progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
.content-post .post-pagination {
	position: relative;
	margin: 40px 0;
	padding-top: 25px;
	border-top: 1px solid #ebeaea;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.content-post .post-pagination a {
	margin: 0 20px;
	color: #aaaaaa;
}
.content-post .post-pagination a:hover {
	color: #999999;
}
.content-post .post-pagination a span {
	position: absolute;
}
.content-post .post-pagination a .prev {
	left: 0;
}
.content-post .post-pagination a .next {
	right: 0;
}
@media ( min-width: 992px ) {
	.content-post {
		margin: 0 -40px 50px -40px;
		padding: 0 40px;
	}
}
@media ( max-width: 992px ) {
	.content-post {
		margin: 0 -0 50px 0;
		
	}
}
.grid-post > * {
	display: block;
}

.grid-post .grid-post-title {
	margin-top: 10px;
	position: relative;
	font-size: 14px;
}
.grid-post .grid-post-date {
	color: #777777;
	display: block;
    font-style: italic;
}
.blog-grid-post-thumbnail {
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.blog-grid-post-thumbnail:hover .th-rollover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6666a4, endColorstr=#6666a4), progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
.search-post {
	border-top: 1px solid #ebeaea;
	padding: 25px 0;
}
.search-post:first-child {
	border-top: none;
}
.search-post .post-title {
	margin: 0;
}
.search-post .post-link,
.search-post .post-meta {
	font-size: 12px;
	margin-top: 5px;
	color: #aaaaaa;
}
.search-post .post-content {
	margin-top: 5px;
}
.search-post .post-meta {
	margin-top: -5px;
}
.page_nav .page-numbers{
  padding:4px 10px;
  margin:0px 4px;
  border: 1px solid #ebeaea;
  color: #999999;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.page_nav .page-numbers:hover{
    color: #ffffff;
}
.page_nav .current{
  border-width: 1px;
  border-style: solid;
  color:#ffffff;
}
.page_nav .prev, .page_nav .next{
  border:none;
  background: transparent !important;
  color:#999999;
  padding: 0;
}
/* social */
.social-media-links {
	list-style: none;
	padding: 0;
	margin: 0;
    text-align: right;
}
.social-media-links > li {
	display: inline-block;
}
.social-media-links > li > a {
	display: inline-block;
	padding: 0;
	margin-left: 10px;
	text-align: center;
	color: inherit;
	    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.social-media-links > li:first-child > a {
	margin-left: 0;
}
.social-media-links > li > a > i {
	vertical-align: middle;
	font-size: 18px;
}
.social-media-links > li > a:hover {
	color: #ffffff;
}

/**
 * Widget
 */
.widget {
	position: relative;
	margin-bottom: 40px;
}
.widget select {
	width: 100%;
}
.widget .widget-title {
	position: relative;
	font-weight: 400;
	padding-bottom: 20px;
    margin: 0;
    font-size: 18px;
}
.widget_search .search-form {
	position: relative;
}
.widget_search .search-form .icon {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #eeeeee;
}
.widget_search .search-form input {
	padding-right: 40px;
}
.widget_categories ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul {
	list-style: none;
	padding: 0;
}

.widget_categories ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_rss ul li {
	position: relative;
	color: #999999;
	list-style: none;
	padding: 10px 0;
    border-bottom: 1px solid #ebeaea;
}
.widget_categories ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_archive ul li:first-child,
.widget_meta ul li:first-child,
.widget_pages ul li:first-child,
.widget_rss ul li:first-child {	
	    padding-top: 0;
}
.widget_categories ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_archive ul li:last-child,
.widget_meta ul li:last-child,
.widget_pages ul li:last-child,
.widget_rss ul li:last-child {	
	   border-bottom: none;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	display: block;
	letter-spacing: 1px;
	font-size: 13px;
	color: #aaaaaa;
}
.widget_calendar table {
	position: relative;
	table-layout: fixed;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.widget_calendar table th,
.widget_calendar table td {
	text-align: center;
	padding: 2px;
}
.widget_calendar table caption {
	background-color: #f9f9f9;
	padding: 5px 40px;
	margin-bottom: 10px;
}
.widget_calendar table tfoot .pad {
	opacity: 0;
}
.widget_calendar table tfoot #prev,
.widget_calendar table tfoot #next {
	position: absolute;
	top: 0;
	padding: 5px;
	width: 30px;
	color: #aaaaaa;
}
.widget_calendar table tfoot #prev:hover,
.widget_calendar table tfoot #next:hover {
	color: #999999;
}
.widget_calendar table tfoot #prev {
	left: 0;
}
.widget_calendar table tfoot #next {
	right: 0;
}
.widget_calendar table tfoot #prev:before,
.widget_calendar table tfoot #next:before {
	font-family: "FontAwesome";
}
.widget_calendar table tfoot #prev:before {
	content: "\f053";
}
.widget_calendar table tfoot #next:before {
	content: "\f054";
}
.widget_calendar table tfoot td a {
	text-indent: -999999px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
}
.widget .widget-posts-list {
	list-style: none;
	padding: 0;
}
.widget-post {
	position: relative;
	min-height: 70px;
	padding-left: 70px;
	margin: 15px 0;
}
.widget-post .widget-post-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 55px;
}
.widget-post .widget-post-thumbnail img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.widget-post .widget-post-thumbnail img:hover {
    opacity: 0.5;
}
.widget-post .widget-post-title {
	display: block;
}
.widget-post .widget-post-date {
	display: block;
	margin-top: 4px;
	color: #aaaaaa;
	font-size: 11px;
}
/**
 * Advertisement
 */
.ad {
	margin: 0 auto;
}
.ad-300x250 {
	width: 300px;
	height: 250px;
}
.tagcloud a {
	display: inline-block;
	margin: 4px 4px 4px 0;
	padding: 4px 10px;
	color: #999999;
	border: 1px solid #BFBFBF;
	font-size: 14px !important;
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.tagcloud a:hover {
	color: #ffffff !important;
}
.widget_gravit_recent_posts li {
	    border-bottom: 1px solid #ebeaea;
}
.widget_gravit_recent_posts li:last-child {
    padding-bottom: 0!important;
    margin: 0!important;
    border: none!important;
}
/*work widget*/
.widget-work {
    overflow: hidden;
}
.widget-work a {
    float: left;
    padding: 3px;
	max-width: 63px;
}
.widget-work img {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.widget-work img:hover{
    opacity: 0.5;
}
/*Footer*/
#footer {
	background-color: #333333;
	color: #999;
	padding: 60px 0 25px 0;
	border-top: 6px solid #212121;
}
#footer a {
	color: #BFBFBF;
}

#footer .widget {
	padding-bottom: 0;
}
#footer .widget .widget-title {
	position: relative;
	color: #fff;
	font-weight: 400;
	padding-bottom: 20px;
	margin: 0;
	font-size: 18px;
}
#footer .widget_gravit_recent_posts li {
    border-bottom: 1px solid #383838;
}
#footer input[type="text"],
#footer input[type="password"],
#footer input[type="email"],
#footer input[type="url"],
#footer .form-control {
	color: #BFBFBF ;
	background-color: #222222;
	border-color: #222222;
}
#copyright {
	padding: 15px 0;
	background-color: #2D2D2D;
    color: #888888;
	font-size: 12px;
}
#copyright a{
	color: #888888;
	border-bottom: 1px dotted;
}
#copyright .social-media-links a {
	border-bottom: 0 !important;
}
#copyright .social-media-links a{
	    color: #5A5A5A;
}
/**
 * jPreloader
 */
#jpreContent {
	display: none;
}
#jpreLoader {
	height: 2px;
	width: 100%;
	top: 0 !important;
}
#jpreOverlay {
	background-color: transparent;
	height: auto !important;
	top: 0 !important;
	position: fixed !important;
}
#jpreSlide {
	width: 100%;
	text-align: center;
	top: auto !important;
	bottom: 50%;
}
#jpreSlide #jpreContent {
	display: block;
	position: relative;
	margin-bottom: 40px;
}

#jpreBar {
	z-index: 2;
}
#jpreButton,
#jprePercentage {
	display: none !important;
}
.to-top {

    background-color: #333;

    color:#fff !important;

    font-size: 17px;

    z-index: 9999;

  width: 35px;

  height: 35px;

  display: block;

  text-align: center;

  line-height: 34px;

  position: fixed;

  bottom: -100px;

  right: 25px;

    -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  border-radius: 2px;

  opacity: 0;

  -webkit-transition: all .4s ease;

  -moz-transition: all .4s ease;

  -ms-transition: all .4s ease;

  -o-transition: all .4s ease;

  transition: all .4s ease;

}
