/*
Theme Name: Anakual
Theme URI: https://demowp.cththemes.com/anakual/
Author: Cththemes
Author URI: http://themeforest.net/user/cththemes
Description: Anakual is a Powerful Multi-Purpose Bootstrap Template. Buy one template..and you can make some cool websites, no matter what type of business is. So what are you waiting if Anakual able to handle all the needs of the design for multiple projects
Version: 1.1
Tags: custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready
Text Domain: anakual
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* ==============================================================

-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------
01. WordPress Core
02. Container
03. Home App
04. Title head
05. Layerslider
06. Animate background
07. Intro
08. Inner head
09. Call to action
10. One page
11. Team
12. Video
13. jPlayer
14. Gallery
15. Shopping
16. Shopping cart
17. Clients
18. Blog
19. Aside
20. Comments
21. Contact
22. Restaurant
23. Testimoni
24. Parallax
25. Counter
26. Precess
27. Google Map
28. Pricing
29. Progress Bar
30. Search
31. Under construction
32. Maintenance
33. Error 404
34. Login and register
35. Custom search
36. Member area
37. Footer
38. Twitter Feed
39. Media responsive
40. Fontawesome
41. Icon and text
42. Pricing
43. Real Estate
44. Preloading
45. Back to top
46. Clear spacer
47. Custom left right spacer
48. Custom top spacer
49. Custom bottom spacer
50. Responsive
51. Demo
	
============================================================== */

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

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%; /* Image does not overflow the content area */
    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;
}
.gallery-caption,
.wp-caption-text {
	margin-top: 10px;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.bypostauthor > .comment-body > .media-body > .media-heading  ,
.bypostauthor > .comment-body > .media-body > .date  ,
.bypostauthor > .comment-body > .media-body > .reply  {
	font-weight: bold;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

table th, table td{
    padding: 5px;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar tbody td,#wp-calendar thead th {text-align: center;padding: 5px 0px;}

table {
	border: 1px solid #cecece;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	max-width: 100%;
}
table th,table td {
    padding: 8px;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
table thead:first-child tr:first-child th, table tbody:first-child tr:first-child th, table tbody:first-child tr:first-child td {
    border-top: 0;
}
table thead:last-child tr:last-child th:last-child,table tbody:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}
table thead {font-weight: bold;}
table tfoot {font-weight: bold;}
dt, dd {
    margin-bottom: 5px;
}
dd {
    margin-left: 10px;
}
ol, ul {
	padding-left: 20px;
}
.wp-caption {
	max-width: 100%;
}
body .single-post-inner img,
body .page-content-inner img,
body .widget img {
	max-width: 100%;
	height: auto;
}
body .widget select option {
	padding: 5px;
}

table.table-audio {
	border: none;
}
table.table-audio th, table.table-audio td{
	border: none;
}
.gallery[class*=gallery-columns-] .gallery-item img{
	width: auto;
}
.gallery[class*=gallery-columns-]:before,
.gallery[class*=gallery-columns-]:after {
	content: " ";
	display: table;
}
.gallery[class*=gallery-columns-]:after {
	clear: both;
}
.gallery.gallery-columns-1 .gallery-item{width: 100%;padding: 2px;margin-bottom: 20px;float:left;}
.gallery.gallery-columns-2 .gallery-item{width: 50%;padding: 2px;margin-bottom: 20px;float:left;}
.gallery.gallery-columns-3 .gallery-item{width: 33.33%;padding: 2px;margin-bottom: 20px;float:left;}
.gallery.gallery-columns-4 .gallery-item{width: 25%;padding: 2px;margin-bottom: 20px;float:left;}
.gallery.gallery-columns-5 .gallery-item{width: 20%;padding: 2px;margin-bottom: 20px;float:left;}
.gallery.gallery-columns-6 .gallery-item{width: 16.66%;padding: 2px;margin-bottom: 20px;float:left;}
.gallery.gallery-columns-7 .gallery-item{width: 14.28%;padding: 2px;margin-bottom: 20px;float:left;}
.gallery.gallery-columns-8 .gallery-item{width: 12.5%;padding: 2px;margin-bottom: 20px;float:left;}
.gallery.gallery-columns-9 .gallery-item{width: 11.11%;padding: 2px;margin-bottom: 20px;float:left;}

body .sticky .post-title-cl {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px
}
body .sticky .post-title-cl:after{
	display: block;
	content: "";
	position: absolute;
	width: 60px;
	height: 3px;
	bottom: -1px;
	left: 0;
	background:#ef662f !important
}
.posts-masonry-holder.row-width-fix nav {
	padding: 0px 15px;
}

/*fix for vc*/
.anakual-body-class i.icon {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	margin-left: 0px;
}
.no-margin {
	margin: 0px;
	margin-bottom: 0px;

}
.fw700 {
	font-weight: 700;
}
.container .container ,
.aside-container .container  {
	max-width: 100%;
}
.set-container-maxwidth > .container .container {
	max-width: 100%;
}
.post-title-cl {
	font-size: 28px;
}
/*
Container
=========================== */
.contain-wrapp{
	display:block;
	position:relative;
	padding:80px 0;
}
.no-padding {
	padding: 0px;
}
.gray-container{
	background:#f6f8fb;
}

.gray-container.noborder{
	border-top:none;
	border-bottom:none;
}

.dark-container{
	background:#1a1a1a;
	color:#bababa;
}

.fullwidth{
	width:100%;
	margin:0;
	padding:0;
}
.folio-none-pad .grid-item,

.fullwidth .col-xs-1,
.fullwidth .col-sm-1,
.fullwidth .col-md-1,
.fullwidth .col-lg-1,
.fullwidth .col-xs-2,
.fullwidth .col-sm-2,
.fullwidth .col-md-2,
.fullwidth .col-lg-2,
.fullwidth .col-xs-3,
.fullwidth .col-sm-3,
.fullwidth .col-md-3,
.fullwidth .col-lg-3,
.fullwidth .col-xs-4,
.fullwidth .col-sm-4,
.fullwidth .col-md-4,
.fullwidth .col-lg-4,
.fullwidth .col-xs-5,
.fullwidth .col-sm-5,
.fullwidth .col-md-5,
.fullwidth .col-lg-5,
.fullwidth .col-xs-6,
.fullwidth .col-sm-6,
.fullwidth .col-md-6,
.fullwidth .col-lg-6,
.fullwidth .col-xs-7,
.fullwidth .col-sm-7,
.fullwidth .col-md-7,
.fullwidth .col-lg-7,
.fullwidth .col-xs-8,
.fullwidth .col-sm-8,
.fullwidth .col-md-8,
.fullwidth .col-lg-8,
.fullwidth .col-xs-9,
.fullwidth .col-sm-9,
.fullwidth .col-md-9,
.fullwidth .col-lg-9,
.fullwidth .col-xs-10,
.fullwidth .col-sm-10,
.fullwidth .col-md-10,
.fullwidth .col-lg-10,
.fullwidth .col-xs-11,
.fullwidth .col-sm-11,
.fullwidth .col-md-11,
.fullwidth .col-lg-11,
.fullwidth .col-xs-12,
.fullwidth .col-sm-12,
.fullwidth .col-md-12,
.fullwidth .col-lg-12{
	margin:0;
	padding:0;
}
.folio-extrasmall-pad .grid-item {
	padding: 1px;
	margin: 0;
}
.folio-small-pad .grid-item {
	padding: 5px;
	margin: 0;
}
.folio-medium-pad .grid-item {
	padding: 10px;
	margin: 0;
}
.folio-big-pad .grid-item {
	padding: 15px;
	margin: 0px;
}
.fullwidth.aside-container .col-xs-4,
.fullwidth.aside-container .col-sm-4,
.fullwidth.aside-container .col-md-4,
.fullwidth.aside-container .col-lg-4,
.row.aside-container .col-xs-4,
.row.aside-container .col-sm-4,
.row.aside-container .col-md-4,
.row.aside-container .col-lg-4{
	width: 33.33333%;
}

.container-full{
	width:100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-full .row{
	margin-right: 0;
	margin-left: 0;
}

#slider-wrapper{
	position:relative;
	overflow:hidden;
	padding:0;
	margin:0;
}

.offset-container{
	position:absolute;
	width:80%;
	margin:0;
	padding:0;
	right:0;
	bottom:0;
	z-index:4;
}

.half-column-wrapp{
	display:block;
	position:relative;
	float:left;
	width:100%;
	padding:0;
}

.half-column-wrapp .half-column{
	position:relative;
	width:50%;
	padding:0;
	margin:0;
}

.half-column-wrapp .half-column.pull-right{
	float:left !important;
}

.half-column-wrapp .half-column.column-content {
	padding:80px 60px 60px 60px;
}
/*.hero-vc ,*/
.half-column-wrapp .half-column.hero-left,
.half-column-wrapp .half-column.hero-right{
	position:relative;
	float:left;
	margin:0;
	padding-left:110px;
	padding-right:80px;
	font-size:16px;
	line-height:32px;
}
.hero-vc.vc_column_container>.vc_column-inner {
	position:relative;
	/*float:left;
	margin:0;*/
	padding-left:110px;
	padding-right:80px;
	font-size:16px;
	line-height:32px;
}
.hero-vc .image-icon,
.half-column-wrapp .half-column.hero-left img.image-icon,
.half-column-wrapp .half-column.hero-right img.image-icon{
	position:absolute;
	left:0;
	top:0;
}
.hero-vc.hero-left:after,
.half-column-wrapp .half-column.hero-left:after{
	position:absolute;
	content:'';
	display:block;
	top:0;
	right:40px;
	width:1px;
	height:100%;
	background:#eaeaea;
}

/*
Revolution slider
=========================== */
.cap-text-large,
.cap-text-medium{
	font-size:92px;
	line-height:120px;
	color:#fff;
	font-weight:300;
}

.cap-text-medium{
	font-size:56px;
	line-height:72px;
}

.cap-text-small{
	font-size:36px;
	line-height:44px;
	color:#fff;
}
.cap-text-uppercase.tp-caption,
.cap-text-uppercase{
	font-size:36px;
	line-height:44px;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
}

.cap-btn.btn-lg,
.cap-btn.btn-square{
	padding: 30px 40px;
	font-size: 24px;
	line-height: 24px;
	border-radius:3px;
}

.cap-btn.btn-md{
	padding: 20px 30px;
	font-size: 18px;
	line-height: 18px;
}

.cap-btn.btn-square{
	padding: 25px 40px;
	border-radius:0;
}

.cap-headline{
	background:rgba(24, 28, 29, 0.95);
	color:#fff;
	font-size:50px;
	line-height:64px;
	padding:25px 50px;
}

.cap-boxedtext{
	background:rgba(46, 46, 53, 0.95);
	color:#fff;
	padding:40px 50px;
	font-size:24px;
	line-height:46px;
}

.cap-headline-large{
	color:#fff;
	font-size:92px;
	line-height:120px;
	text-transform:uppercase;
	font-weight:700;

}

.cap-text-bold{
	color:#fff;
	font-size:72px;
	line-height:90px;
	font-weight:700;
}

.cap-spacing-text-lg{
	font-size:64px;
	line-height:86px;
	text-transform:uppercase;
	letter-spacing:15px;
	color:#fff;
	font-weight:700;
}

.cap-spacing-text-md{
	font-size:36px;
	line-height:54px;
	text-transform:uppercase;
	letter-spacing:20px;
	color:#fff;
	font-weight:300;
}

.cap-text-title{
	font-size:36px;
	line-height:44px;
	color:#b3b3b3;
}

.cap-text-crv-md{
	font-size:48px;
	line-height:56px;
	color:#fff;
}

.cap-text-crv-lg{
	font-size:92px;
	line-height:92px;
	color:#fff;
}

.cap-text-crv-sm{
	font-size:24px;
	line-height:32px;
	color:#fff;
}

.cap-liner{
	background:#fff;
	display:block;
}

.cap-text{
	font-size:18px;
	line-height:32px;
	color:#fff;
}

.nw-title-centered{
	font-size:92px;
	line-height:92px;
	letter-spacing:10px;
	color:#fff;
}

.nw-Subtitle{
	font-size:24px;
	line-height:30px;
	letter-spacing:5px;
	color:#fff;
	font-weight:400;
}

.nw-play-btn{
	color:#fff;
	border-radius:50%;
	text-align:center;
	-webkit-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
}

.cap-cvboxed{
	border:20px solid #222;
}

.cap-bold-text{
	font-size:24px;
	line-height:36px;
	font-weight:700;
	color:#222;
	letter-spacing:5px;
}

.cap-bold-spacing{
	color:#222;
	letter-spacing:20px;
	font-weight:700;
	text-transform:uppercase;
}

.cap-photo-frame{
	background:#fff;
	border:10px solid #222222;
}

.cap-box-white{
	background:rgba(255, 255, 255, 0.6);
	color:#2e2e35;
	font-size:42px;
	line-height:72px;
	text-transform:uppercase;
	letter-spacing:15px;
	padding:80px;
	text-align:center;
	font-weight:700;
}

.cap-box-white span{
	display:block;
	font-size:16px;
	font-weight:300;
}

.cap-generic-title{
	font-weight:700;
	text-transform:uppercase;
}

.cap-generic-title,
.cap-generic-subTitle{
	color:#2e2e35;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:5px;
}

.default-text{
	color:#2e2e35;
}

.default-bg{
	background:#2e2e35;
}

.Photograper-Display,
.Photograper-Subline{
	font-weight:300;
	color:#fff;
	letter-spacing:6px;
}

.Photography-title{
	text-transform:uppercase;
	color:#fff;
}

.Photography-subtitle{
	text-transform:uppercase;
}

.Photography-Menu-item{
	font-size:24px;
	line-height:24px;
	color:#fff;
}

.tp-static-layer{
	font-family: 'roboto', serif;
	font-weight:300;
}

.Landingpage-SubTitle{
	font-size:54px;
	line-height:64px;
	color:#fff;
}

.cap-magazine-bg{
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.cap-magazine-title{
	color:#fff;
	font-weight:700;
}

.cap-magazine-title:hover{
	text-decoration:underline;
}

.cap-magazine-categorie{
	background:rgba(0, 0, 0, 0.8);
	color:#fff;
	font-size:42px;
	line-height:42px;
	padding:15px 35px;
	font-weight:400;
	border-radius:2px;
}

/*navigation/bullets*/
.hephaistos.tparrows {
	cursor:pointer;
	background:#fff;
	width:50px;
	height:120px;
	overflow:hidden;
	padding-top:20px;
	position:absolute;
	display:block;
	z-index:100;
    border-radius:0;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.rev_slider_wrapper:hover .hephaistos.tparrows {
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.rev_slider_wrapper:hover .hephaistos.tparrows:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	color:#fff;
}
.hephaistos.tparrows:before {
	font-family: "icomoon";
	font-size:32px;
	line-height:80px;
	color:#494949;
	display:block;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hephaistos.tparrows:hover:before {
	color:#fff;
}

.hephaistos.tparrows.tp-leftarrow{
	border-radius:0 2px 2px 0;
}

.hephaistos.tparrows.tp-rightarrow{
	border-radius:2px 0 0 2px;
}

.hephaistos.tparrows.tp-leftarrow:before {
	content: "\e901";
	margin-left:-5px; 
}
.hephaistos.tparrows.tp-rightarrow:before {
	content: "\e902";
	margin-right:-5px;
}


/* BULLETS */
.hephaistos.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	box-sizing:content-box;
}
.hephaistos .tp-bullet {
	width: 45px;
	height: 5px;
	position:absolute;
	background:none;
	background:#fff;
	border-radius:0;
	cursor: pointer;
	box-sizing:content-box;
	box-shadow: none;
	filter: alpha(opacity=20);
	opacity: 0.2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hephaistos .tp-bullet {
	border: none;
}
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
	background:none;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.hephaistos .tp-bullet:hover{
	filter: alpha(opacity=100);
	opacity: 1;
}
.hephaistos .tp-bullet-image {
}
.hephaistos .tp-bullet-title {
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HERMES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hermes.tparrows {
	cursor:pointer;
	background:none;
	width:50px;
	height:120px;
	overflow:hidden;
	padding-top:20px;
	position:absolute;
	display:block;
	z-index:100;
    border-radius:0;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.rev_slider_wrapper:hover .hermes.tparrows {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.rev_slider_wrapper:hover .hermes.tparrows:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	color:#fff;
}
.hermes.tparrows:before {
	font-family: "icomoon";
	font-size:32px;
	line-height:80px;
	color:#494949;
	display:block;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hermes.tparrows:hover:before {
	color:#fff;
}

.hermes.tparrows.tp-leftarrow{
	border-radius:0 2px 2px 0;
}

.hermes.tparrows.tp-rightarrow{
	border-radius:2px 0 0 2px;
}

.hermes.tparrows.tp-leftarrow:before {
	content: "\e901";
	margin-left:-5px; 
}
.hermes.tparrows.tp-rightarrow:before {
	content: "\e902";
	margin-right:-5px;
}

/* BULLETS */
.hermes.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	box-sizing:content-box;
}
.hermes .tp-bullet {
	width: 45px;
	height: 5px;
	position:absolute;
	background:none;
	background:#333;
	border-radius:0;
	cursor: pointer;
	box-sizing:content-box;
	box-shadow: none;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hermes .tp-bullet:hover,
.hermes .tp-bullet.selected {
	background:none;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.hermes .tp-bullet:hover{
	filter: alpha(opacity=100);
	opacity: 1;
}
.hermes .tp-bullet-image {
}
.hermes .tp-bullet-title {
}


/* TABS */
.hermes .tp-tab { 
  opacity:1;  
  padding-right:10px;
  box-sizing:border-box;
 }
.hermes .tp-tab-image 
{ 
  width:100%;
  height:60%;
  position:relative;
}
.hermes .tp-tab-content 
{
    background:rgb(54,54,54); 
    position:absolute;
    padding:20px 20px 20px 30px;
    box-sizing:border-box;
    color:#fff;
  display:block;
  width:100%;
  min-height:40%;
  bottom:0px;
  left:-10px;
  }
.hermes .tp-tab-date
  {
  display:block;
  color:#888;
  font-weight:600;
  font-size:12px;
  margin-bottom:10px;
  }
.hermes .tp-tab-title 
{
    display:block;	
    color:#fff;
    font-size:16px;
    font-weight:800;
    text-transform:uppercase;
   line-height:19px;
}

.hermes .tp-tab.selected .tp-tab-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 10px;
	border-color: transparent transparent transparent rgb(54,54,54);
	content:" ";
    position:absolute;
    right:-9px;
    bottom:50%;
    margin-bottom:-30px;
}
.hermes .tp-tab-mask {
     padding-right:10px !important;
          }
.protected-img-wrap {
	display: block;
	width: 100%;
	text-align: right;
}
/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;}
  .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;}
  .hermes .tp-tab-content { padding:15px 15px 15px 25px;}
}
@media only screen and (max-width: 768px) {
  .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;}
  .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;}
  .hermes .tp-tab-content {padding:10px 10px 10px 20px;}
}

.hermes .tp-arr-allwrapper {
	display: none;
}
.hermes.tparrows.tp-rightarrow:hover:before,
.hermes.tparrows.tp-leftarrow:hover:before{
	-webkit-transform: none !important;
	transform: none !important;
	opacity: 1 !important;
}

/*
Header
=========================== */
.header{
	display:block;
	position:relative;
	margin:0;
	padding:0;
	height:145px;
}

.contact-header{
	float:right;
	margin:0;
	padding:15px 0;
}

.contact-header li{
	float:left;
	position:relative;
	list-style:none;
	margin:0 30px 0 0;
	padding:0 30px 0 45px;
	color:#7a7a7a;
}
.contact-header li:last-child{
	padding-right:0;
	margin-right:0;
}

.contact-header li:last-child:after,
.contact-header li:after{
	position:absolute;
	display:block;
	content:'';
	width:1px;
	height:40px;
	background:#eaeaea;
	right:0;
	top:18px;
}

.contact-header li:last-child:after{
	display:none;
}

.contact-header li h4{
	margin-bottom:0;
}

.contact-header li .icon{
	position:absolute;
	font-size:24px;
	left:0;
	top:15px;
	color:#2e2e35;
}

.header-logo{
	display:inline-block;
	margin-top:35px;
}

/*
Title head
=========================== */
.title-head{
	position:relative;
	display:block;
	width:100%;
	font-size:18px;
	line-height:36px;
	margin-bottom:50px;
	padding-bottom:30px;
}

.title-head h1,
.title-head h2,
.title-head h3,
.title-head h4,
.title-head h5,
.title-head h6{
	font-size:42px;
	line-height:56px;
	font-weight:300;
}

.title-head p{
	margin:0;
}

.title-head:before,
.title-head.pull-right:before,
.title-head.centered:before{
	content:'';
	position:absolute;
	display:block;
	width:100%;
	height:1px;
	background:#e5e5e6;
	bottom:0;
	left:0;
}

.title-head.centered:before{
	width:420px;
	left:50%;
	margin-left:-210px;
}

.title-head.pull-right:before{
	left:auto;
	right:0;
}

.title-head:after,
.title-head.pull-right:after,
.title-head.centered:after{
	content:'';
	position:absolute;
	display:block;
	width:100px;
	height:1px;
	background:#e5e5e6;
	bottom:0;
	left:0;
	margin:0;
}

.title-head.centered:after{
	left:50%;
	margin-left:-50px;
}

.title-head.pull-right:after{
	left:auto;
	right:0;
}

.title-head.centered{
	text-align:center;
}

.title-head.pull-right{
	float:none !important;
	text-align:right;
}

.gray-container .title-head:before,
.gray-container .title-head.pull-right:before,
.gray-container .title-head.centered:before{
	background-color:#d8d8dc;
}

.headline{
	display:block;
	font-size:18px;
	line-height:32px;
	margin-bottom:30px;
}

.headline h2{
	font-size:56px;
	line-height:72px;
	margin-bottom:40px;
}

/*
Page heading
=========================== */
.page-heading{
	position:relative;
	padding:60px 0 70px 0;
	border-bottom:1px solid #e8e8e8;
}

.page-heading.no-border{
	border-bottom:none;
}

.intro{
	position:relative;
	font-size:18px;
	line-height:32px;
	color:#b8b9bc;
	padding:0;
}

.innerpage-head{
	color:#262c31;
	font-size:24px;
	line-height:38px;
}

.intro h4{
	font-weight:700;
}

/*
Inner head
=========================== */
.inner-head{
    position: relative;
    z-index: 2;
}

.inner-head h1, .inner-head  h2, .inner-head  h3, .inner-head  h4 , .inner-head  h5, .inner-head  h6{
	font-size:46px;
	line-height:52px;
	margin-bottom:15px;
	color:#2e2e35;
	font-weight:400;
	text-transform:uppercase;
}


.inner-head .breadcrumb {
	margin-bottom:0;
}

/*
Search
=========================== */
.form-search{
	position:relative;
	display:block;
	margin:30px 0 0 0;
	padding:0;
}

.input-search{
	display:block;
	width:100%;
	height:60px;
	padding:20px 35px;
	border:1px solid #cdd3d9;
	border-radius:80px;
	color:#787f86;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05);
}

.input-search::-moz-placeholder {
	color: #a9b0b7;
	opacity: 1;
}

.input-search:-ms-input-placeholder {
	color: #a9b0b7;
}

.input-search::-webkit-input-placeholder {
	color: #a9b0b7;
}
.sidebar-left .input-search,
.sidebar-right .input-search,
.left-sidebar .input-search,
.right-sidebar .input-search {
	border-radius: 2px;
	padding: 10px 15px;
	height: auto;
	line-height: 24px;
}
.sidebar-left .btn-search,
.sidebar-right .btn-search,
.left-sidebar .btn-search,
.right-sidebar .btn-search
{
	top: 8px;
	right: 10px;
}
.btn-search{
	position:absolute;
	border:none;
	background:none;
	color:#d9dadc;
	top:13px;
	right:30px;
	font-size:20px;
}

.search-icon,
.search-icon:hover,
.search-icon:focus{
	position:absolute;
	right:30px;
	top:35px;
	color:#aab1b8;
	font-size:16px;
	line-height:32px;
	text-decoration:none;
}

/*
Video
=========================== */
.video-wrapper{
	position:relative;
	display:block;
    width: 100%;
	overflow:hidden;
	margin:0;
	padding:0;
	color:#fff;
}

.half-column-wrapp .video-wrapper{
    z-index: 2;
}

.video-wrapper .play-icon{
	position:absolute;
	background:rgba(0, 0, 0, 0.4);
	width:160px;
	height:160px;
	border-radius:50%;
	color:rgba(51, 51, 51, 0.7);
	z-index:4;
	text-align:center;
	overflow:hidden;
	font-size:58px;
	line-height:114px;
	left:50%;
	top:50%;
	margin:-80px 0 0 -80px;
	padding:20px;
}

.video-wrapper .play-icon.small{
    -ms-transform: scale(0.8,0.8); /* IE 9 */
    -webkit-transform: scale(0.8,0.8); /* Safari */
    transform: scale(0.8,0.8);
}

.video-wrapper .play-icon:hover{
	background:rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.75);
}

.video-wrapper .play-icon a{
	background:rgba(255, 255, 255, 0.7);
	display:inline-block;
	width:120px;
	height:120px;
	border-radius:50%;
	padding-left:10px;
	color:rgba(51, 51, 51, 0.8);
}

.video-wrapper .play-icon:hover a{
	color:rgba(255, 255, 255, 1);
}

.video-wrapper img{
	width: 100%;
	height:auto;
	position: absolute;
	z-index: 1;
    left: 0;
    top: 0;
}

.video-wrapper .jp-jplayer{
    opacity: 0;
    filter: alpha(opacity=0);
}

.video-wrapper .jp-jplayer.on{
    opacity: 1;
    filter: alpha(opacity=100);
}

.jp-jplayer.video img{
    display: none;
}

.video-wrapper .jp-audio{
    display: none;
    background: #333;
    background: rgba(0,0,0,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/*
jPlayer
=========================== */
.jp-audio{
    padding: 25px;
    background-color: #f0f0f0;
}

.jp-progress {
    overflow: hidden;
    background-color: #ddd; 
}

.jp-audio .jp-progress {
    height: 15px;
    width: 100%;
}
    
.jp-seek-bar {
    background: #666;
    width: 0px;
    height: 100%;
    cursor: pointer; 
}    
    
.jp-play-bar {
    width: 0px;
    height: 100%; 
}    

.jp-volume-bar {
    background: #666;
    width: 100%;
    height: 15px;
    cursor: pointer; 
}

.jp-volume-bar-value {
    width: 0px;
    height: 15px; 
}
    
.option{
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
}    

table.table-audio{
    width: 100%;
}

table.table-audio tr td{
    padding: 0 5px;
    margin: 0;
    text-align: center;
}

table.table-audio tr td .fa{
    font-size: 18px;
}

table.table-audio .toggle-play{
    width: 30px;
}

table.table-audio .time{
    width: 50px;
}

table.table-audio .toggle-mute{
    width: 30px;
}

table.table-audio .volume-bar{
    width: 50px;
}

/* Media responsive
=========================== */
.video-container,.map-container,.embed-container{
position:relative;
padding-bottom:51%;
padding-top:30px;
height:0;
overflow:hidden;
border:none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,  
.video-container embed{
	 position:absolute;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
 }
 
iframe {
	border:none;
}

/*
Google Map
=========================== */
.map-wrapper{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}

.maps{
    height: 450px;
    width: 100%;
}

/*
Film roll caraousel
=========================== */
.film_roll_wrapper {
   display: block;
   text-align: center;
   float: none;
   position: relative;
   top: auto;
   right: auto;
   bottom: auto;
   left: auto;
   z-index: auto;
   width: 100%;
   margin: 0;
   padding: 0;
   overflow: hidden;
   width: 100%;
}
 
.film_roll_wrapper div.film_roll_img{
	position:relative;
	padding:0;
}

.film_roll_wrapper .film_roll_caption{
	position:absolute;
	background:rgba(255, 255, 255, 0.8);
	padding:40px;
	width:80%;
	left:10%;
	top:50%;
	margin-top:-72.5px;
	text-align:center;
}

.film_roll_wrapper .film_roll_caption h5{
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:10px;
	margin:0;
}

.film_roll_shuttle {
   text-align: left;
   float: none;
   position: relative;
   top: 0;
   left: 0;
   right: auto;
   bottom: auto;
   margin: 0;
   padding: 0;
   z-index: auto;
}
 
.film_roll_shuttle.vertical_center:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle;
   margin-right: -0.25em;
 }
 
.film_roll_child {
  position: relative;
  display: inline-block;
  *display:inline;
  vertical-align:middle;
  zoom:1;
}

.film_roll_prev, .film_roll_next {
   position: absolute;
   top: 48%;
   right: 0;
   margin: -30px 0 0 0;
   padding: 0;
   font-size: 60px;
   font-weight: 100;
   line-height: 30px;
   color:#c1c1c1;
   text-align: center;
}

.film_roll_prev:hover, .film_roll_next:hover {
	text-decoration: none;
}

.film_roll_prev {
   left: auto;
   left: 0;
	width: 0; 
	height: 0; 
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 60px solid #f2f2f2;
}

.film_roll_prev:before{
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f0da";
	margin:-15px 0 0 -50px;
	top:0;
	left:0;
}

.film_roll_next{
	width: 0; 
	height: 0; 
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	border-right: 60px solid #f2f2f2;
}

.film_roll_next:before{
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f0d9";
	margin:-15px -50px 0 0;
	top:0;
	right:0;
}

.film_roll_pager {
   display:none;
   text-align: center;
   position:absolute;
   width:100%;
   left:0;
   bottom:100px;
}
 
.film_roll_pager a {
   width: 10px;
   height: 10px;
   background-color:#f2f2f2;
   border-radius: 50%;
   display: inline-block;
   margin: 0 5px 0 0;
   transition: all 1s ease;
}

.film_roll_pager span {
   display: none;
 }
 
.film_roll_pager a, a.film_roll_prev, a.film_roll_next {
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}

/* Icons setting
=========================== */
.icon2x {
	font-size: 2em;
}

.icon3x {
	font-size: 3em;
}

.icon4x {
	font-size: 4em;
}

.icon5x {
	font-size: 5em;
}

.absolute-icon{
	display:block;
	position:relative;
	padding-left:70px;
	margin-bottom:30px;
}
.absolute-icon .fa,
.absolute-icon .vc_moon,
.absolute-icon .icon{
	font-size: 46px;
	position:absolute;
	color:#2e2e35;
	top:15px;
	left:0;
}

.absolute-icon.setright{
	text-align:right;
	padding-left:0;
	padding-right:70px;
}
.absolute-icon.setright .fa,
.absolute-icon.setright .vc_moon,
.absolute-icon.setright .icon{
	left:auto;
	right:0;
}

.absolute-icon.setcenter{
	text-align:center;
	padding-left:0;
}
.absolute-icon.setcenter .fa,
.absolute-icon.setcenter .vc_moon,
.absolute-icon.setcenter .icon{
	position:relative;
	left:auto;
	top:auto;
}

/* Icons with box
=========================== */
.column-box{
	display:block;
	position:relative;
	background:#fff;
	border:1px solid #eaeaea;
	padding:40px 40px 40px 110px;
	margin-bottom:30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.column-box.no-icon {
	padding-left: 40px;
}
.gray-container .column-box{
	border:none;
}

.column-box.centered{
	text-align:center;
	padding:40px;
}

.column-box.box-shadow,
.column-box:hover{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

.column-box h1,
.column-box h2,
.column-box h3,
.column-box h4,
.column-box h5,
.column-box h6{
	font-weight:300;
}

.column-box.setright{
	padding:40px 110px 40px 40px;
	text-align:right;
}
.column-box i,
.column-box .fa,
.column-box .vc_moon,
.column-box .icon{
	position:absolute;
	left:40px;
	top:50px;
	font-size:42px;
}
.column-box i.fa {
	font-size: 52px;
}
.column-box.setright .fa,
.column-box.setright .vc_moon,
.column-box.setright .icon{
	left:auto;
	right:40px;
}

.column-box.centered .fa,
.column-box.centered .vc_moon,
.column-box.centered .icon{
	position:relative;
	left:auto;
	top:auto;
}

.wrapp-icon{
	position:relative;
	display:block;
	margin:0 0 30px 0;
	padding:0;
}

.set-column-icon{
	font-size:64px;
	line-height:60px;
	color:#fff;
	text-align:center;
	padding:100px 40px;
}

.set-column-content{
	background:#fff;
	border:1px solid #eaeaea;
	border-top:none;
	text-align:center;
	padding:40px;
}

.gray-container .set-column-content{
	border:none;
}

.set-column-content .subtitle{
	font-weight:300;
	font-size:14px;
	font-style:italic;
	color:#adadad;
	margin-top:-10px;
}

.full-column-wrapp{
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

.full-column-icon{
	position:relative;
	text-align:center;
	background:#f6f8fb;
	padding:0;
	overflow:hidden;
}

.full-column-icon.centered{
	background:#f0f3f6;
}

.full-column-content{
	position:relative;
	padding:60px 40px;
	z-index:4;
}
.full-column-content .fa,
.full-column-content .vc_moon,
.full-column-content .icon{
	font-size:46px;
}

.full-column-icon .overlay{
	position:absolute;
	font-size:180px;
	line-height:180px;
	z-index:1;
	right:-10px;
	bottom:-10px;
	color:#e8ebef;
}

.full-column-icon.centered .overlay{
	color:#e4e7eb
}

.appfeatures .col-md-4.visible-lg.visible-md{
	position:relative;
	padding:50px;
}

.appfeatures .col-md-4.visible-lg.visible-md:before,
.appfeatures .col-md-4.visible-lg.visible-md:after{
	position:absolute;
	content:'';
	background:#eaeaea;
	width:1px;
	height:68%;
	left:15px;
	top:16%;
	margin-top:-25px;
}

.appfeatures .col-md-4.visible-lg.visible-md:after{
	left:auto;
	right:15px;
}

.appfeatures .column-box.setright:before,
.appfeatures .column-box.setleft:before{
	position:absolute;
	content:'';
	background:#eaeaea;
	width:30px;
	height:1px;
	top:50%;
	right:-31px;
}

.appfeatures .column-box.setleft:before{
	right:auto;
	left:-31px;
}

/*
Precess
=========================== */
.process-column{
	position:relative;
	display:block;
	margin-bottom:30px;
}

.process-column-head{
	position:relative;
	display:block;
	margin-bottom:20px;
}

.process-column-head h4{
	line-height:34px;
}
.process-column-head .fa,
.process-column-head .vc_moon,
.process-column-head .icon{
	float:left;
	font-size:52px;
	line-height:52px;
	margin:10px 20px 0 0;
}

.process-thumbnail{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	padding:0;
}
.process-thumbnail-item,
.process-thumbnail li{
	float:left;
	position:relative;
	width:80%;
	min-height:320px;
	margin:0 0 60px 20%;
	padding:0;
	list-style:none;
	border:1px solid #eaeaea;
}
.gray-container .process-thumbnail-item,
.gray-container .process-thumbnail li{
	border-color:#dadada;
}
.process-thumbnail-item:last-child,
.process-thumbnail li:last-child{
	margin-bottom:0;
}
.process-thumbnail-item:after,
.process-thumbnail li:after{
	position:absolute;
	content:'';
	width:1px;
	height:60px;
	background:#eaeaea;
	bottom:-60px;
	left:40%;
	margin-left:-30px;
}
.gray-container .process-thumbnail-item:after,
.gray-container .process-thumbnail li:after{
	background:#dadada;
}
.process-thumbnail-item:last-child:after,
.process-thumbnail li:last-child:after{
	display:none;
}
.process-thumbnail-item.onright,
.process-thumbnail li.onright{
	margin-left:0;
	margin-right:20%;
}

.process-thumb-image{
	position:absolute;
	width:320px;
	height:320px;
	left:-20%;
	top:50%;
	margin-top:-160px;
}
.process-thumbnail-item.onright .process-thumb-image,
.process-thumbnail li.onright .process-thumb-image{
	left:auto;
	right:-20%;
}

.process-thumb-content{
	position:relative;
	float:left;
	width:100%;
	padding:100px 80px 100px 220px;
	z-index:2;
}
.process-thumbnail-item.onright .process-thumb-content,
.process-thumbnail li.onright .process-thumb-content{
	padding:100px 220px 100px 80px;
	text-align:right;
}

.process-number{
	position:absolute;
	font-size:140px;
	line-height:140px;
	right:20px;
	bottom:30px;
	color:#fafafa;
}

.gray-container .process-number{
	color:#eaedf0;
}

.process-thumbnail-item.onright .process-number,
.process-thumbnail li.onright .process-number{
	right:auto;
	left:20px;
}
/*Process line (Style 1)*/
ol.process-line{
    list-style: none;
    width: 100%;
    padding: 0;
    margin:10px 0 0 0;
    display: inline-block;
}

ol.process-line > li{
    display: block;
    position: relative;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 30px;
}
.anakual-process-wrap {
	margin-bottom: 30px;
}
.process-style1 {
	text-align: center;
}
.anakual-process-wrap.process-style3 {
	margin-bottom: 60px;
}
.process-line-vc.vc_row {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 13px;
}
.process-line-vc > .vc_column_container > .vc_column-inner {
	padding-left: 20px;
	padding-right: 20px;
}
.process-line-vc > .wpb_column:before,
ol.process-line > li:before{
    content: "";
    display: block;
    width: 50%;
    position: absolute;
    top: 60px;
    left: 0;
    height: 1px;
    background-color: #ededed;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    z-index: 1;
}

ol.process-line > li:first-child:before{
    display: none;
}
.process-line-vc > .wpb_column:after,
ol.process-line > li:after{
    content: "";
    display: block;
    width: 50%;
    position: absolute;
    top: 60px;
    right: 0;
    height: 1px;
    background-color: #ededed;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    z-index: 1;
}
.process-line-vc > .wpb_column:first-child:before,
.process-line-vc > .wpb_column:last-child:after,
ol.process-line > li:last-child:after{
    display: none;
}
.process-style1 .process-image,
ol.process-line > li > .process-image{
    display: block;
    border: solid 1px #ededed;
    padding:10px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.process-style1 .process-image img,
ol.process-line > li > .process-image img{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.process-style1 h5,
ol.process-line > li > h5{
    display: block;
    width: 100%;
    font-weight: 400;
}
.process-style1 p:last-child,
ol.process-line > li > p:last-child{
    margin-bottom: 0;
}
.process-style1 .process-number,
ol.process-line > li .process-number{
	position:absolute;
	background-color:#dedede;
	color:#2e2e35;
	width:20px;
	height:20px;
	border-radius:50%;
	top:-13px;
	left:50%;
	margin-left:-10px;
	font-weight:700;
	font-size:12px;
	line-height:20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.process-style1 .process-number,
.process-style1.active .process-number,
.process-style1:hover .process-number,
ol.process-line > li.active .process-number,
ol.process-line > li:hover .process-number{
	color:#fff;
}

/*
Gallery
=========================== */
.filter-items{
	display:block;
	margin:0 0 40px 0;
	padding:0;
	text-align:center;
}
.align-filter-left .filter-items {
	text-align: left;
}
.filter-items.pull-left{	
	float:none!important;
	text-align:left;
}

.filter-items.pull-right{	
	float:none!important;
	text-align:right;
}

.filter-wrapp{
	background:#fff;
	border-bottom:1px solid #d4d4d4;
	padding:0 20px 0 20px;
	overflow:hidden;
	margin-bottom:30px;
}

.filter-items li{
	position:relative;
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
	color:#2b2b2b;
	font-size:16px;
}

.filter-items.filter-wrapp li{
	margin:0 -2px -1px -2px;
}

.filter-items li a{
	display:block;
	border:1px solid #d5d5d5;
	color:#606060;
	font-weight:400;
	font-size:13px;
	text-decoration:none;
	padding:5px 20px;
	margin:0 5px 5px 5px;
	border-radius:2px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.filter-items.pull-left.text-only li{
	margin-right:20px;
}

.filter-items.pull-right.text-only li{
	margin-left:20px;
}

.filter-items.text-only li a,
.filter-items.text-only li a.active{
	background:none !important;
	color:#333;
	font-weight:400;
	border:none;
	padding:0 0 5px 0;
	border:none;
	border-bottom:1px solid transparent;
	border-radius:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.filter-items.text-only li a:hover,
.filter-items.text-only li a:focus,
.filter-items.text-only li a:active,
.filter-items.text-only li a.active:hover,
.filter-items.text-only li a.active:focus,
.filter-items.text-only li a.active:active{
	background:none !important;
}

.filter-items.filter-wrapp li a,
.filter-items.filter-wrapp li a:hover,
.filter-items.filter-wrapp li a:focus,
.filter-items.filter-wrapp li a:active{
	border:1px solid transparent;
	border-right:1px solid #d5d5d5;
	margin:0;
	padding:15px 30px;
	border-radius:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.filter-items.filter-wrapp li:first-child a{
	border-left:1px solid #d5d5d5;
}

.filter-items.filter-wrapp li a:focus,
.filter-items.filter-wrapp li a:active,
.filter-items.filter-wrapp li a.active,
.filter-items.filter-wrapp li a.active:focus,
.filter-items.filter-wrapp li a.active:hover,
.filter-items.filter-wrapp li a.active:active{
	color:#fff;
}

.img-wrapper{
	position:relative;
	overflow:hidden;
    display: block;
	cursor:pointer;
	border-radius:0;
}
.recent-post-column .img-wrapper {
	cursor: default;
}
.img-wrapper.half-column{
	float:left;
	width:50%;
}

.img-wrapper img{
	max-width:100%;
}

.img-wrapper img.img-responsive{
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.img-caption{
	position:absolute;
	vertical-align: center;
	text-align:center;
	width:100%;
	height:100%;
}

.img-caption a,
.img-caption a:hover,
.img-caption a:focus,
.img-caption a:active,
.img-caption .network{
	background:rgba(255, 255, 255, 0.95);
	color:#2e2e35;
	display:table;
	width:100%;
	height:100%;
	text-decoration:none;
	vertical-align: center;
}

.img-caption .network a{
	background:none;
	color:#2e2e35;
	display:inline-block;
	width:auto;
	height:auto;
	font-size:32px;
	line-height:42px;
}

.img-caption h4,
.img-caption span,
.img-caption .network div{
	display: table-cell;
	vertical-align: middle;
	font-weight:300;
}

.img-caption h4 span{
	display:block;
	font-size:12px;
	line-height:18px;
}

.img-caption a.zoomer span .icon{
	font-size:32px;
}

.img-content{
	background:#fff;
	border:1px solid #eaeaea;
	border-top:none;
	display:block;
	padding:20px 30px 30px 30px;
	text-align:center;
}

.gray-container .img-content{
	border:none;
}

.img-content h4{
	margin-bottom:0;
}

.img-content h4 a{
	color:#2e2e35;
}
.img-content .portfolio_cats a,
.img-content span{
	color:#adadad;
	font-style:italic;
}
/*For star rating style*/

/*.img-content{
	position:relative;
	display:block;
	width:100%;
	padding:20px 0 0 0;
}

.img-content h5,
.img-content p{
	margin-bottom:10px;
}

.img-content h5 a{
	color:#333;
}*/

/*.img-content .star-rating,
.img-content .rating{
	position:absolute;
	right:0;
	bottom:0;
	font-size:16px;
}*/
.img-content .star-rating {
	float: none;
	margin: 0px;
	padding-left: 0px;
	width: auto;
	color: #ffc929;
	bottom: -3px;
	font-size: 14px;
}
.img-content .star-rating.flat .ratings_stars {
	width: 16px;
	height:16px;
	background: transparent;

	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}
.img-content .star-rating.flat .ratings_stars:before{
	content: "\f006";
}
.img-content .star-rating[currentrate="1.50"] .ratings_over:nth-child(2):before,
.img-content .star-rating[currentrate="2.50"] .ratings_over:nth-child(3):before,
.img-content .star-rating[currentrate="3.50"] .ratings_over:nth-child(4):before,
.img-content .star-rating[currentrate="4.50"] .ratings_over:nth-child(5):before{
	content: "\f123";
}
.img-content .star-rating.flat .ratings_over:before,
.img-content .star-rating.flat .ratings_over:hover:before{
	content: "\f005";
}

.img-content .star-rating.flat .ratings_over {
	width: 16px;
	height:16px;
	background: transparent;
}
.img-content .star-rating.flat .total_votes {
	height: auto;
	width: auto;
	line-height: 1;
	font-size: 14px;
	color: #000;
	padding: 3px 5px;
}

.img-content .star-rating {
    height: auto;
    float: right;
}

/*
Team
=========================== */
.team-half-wrapp{
	float:left;
	position:relative;
	width:100%;
	padding:0;
	margin:0 0 30px 0;
	background:#fff;
	border-right:1px solid #eaeaea;
}

.team-half-wrapp:before,
.team-half-wrapp:after{
	position:absolute;
	content:'';
	background:#eaeaea;
	width:50%;
	height:1px;
	right:0;
}

.team-half-wrapp:before{
	top:0;
}

.team-half-wrapp:after{
	bottom:0;
}

.team-half-wrapp .team-half-column{
	float:left;
	width:50%;
	padding:0;
}

.team-content{
	display:block;
	text-align:center;
	background:#fff;
	padding:40px 30px;
	margin-bottom:30px;
	border:1px solid #eaeaea;
	border-top:none;
}

.gray-container .team-content{
	border:none;
}

.team-content.nowrapp{
	border:none;
	background:none;
	text-align:left;
	padding:20px 0 0 0;
}

.team-half-column .team-content{
	border:none;
	text-align:left;
	padding:30px 30px 10px 30px;
	margin-bottom: 0px;
}

.team-content h5{
	font-weight:300;
	font-size:24px;
	line-height:36px;
	margin-bottom:5px;
}

.team-content.nowrapp h5{
	margin-bottom:15px;
}

.team-content span{
	display:block;
	margin-bottom:15px;
}

.team-content.nowrapp span{
	margin-bottom:0;
}

.team-sosmed{
	display:block;
	font-size:34px;
	line-height:34px;
}

.team-sosmed a{
	color:#606060;
	margin:0 2px 10px 2px;
}

.team-sosmed a:hover,
.team-sosmed a:active,
.team-sosmed a:focus{
	text-decoration:none;
}

/*
Call to action
=========================== */
.cta-wrapp{
	display:block;
	background:#181c1d;
	color:#cacaca;
	padding:60px 0 60px 0;
	font-size:18px;
	line-height:30px;
	font-weight:300;
}

.cta-wrapp h1, .cta-wrapp h2, .cta-wrapp h3, .cta-wrapp h4, .cta-wrapp h5, .cta-wrapp h6{
	color:#fff;
	font-weight:300;
	margin-bottom:10px;
}

.cta-wrapp .btn{
	margin-top:30px;
}

.cta-wrapp.secondary{
	padding:30px 0 25px 0;
}

.cta-content{
	position:relative;
	font-size:16px;
	line-height:24px;
	padding-left:220px;
}

.cta-content .icon{
	position:absolute;
	text-align:center;
	color:#fff;
	font-size:56px;
	padding:48px 60px;
	top:-30px;
	left:0;
}

.cta-content .btn{
	position:absolute;
	top:0;
	right:0;
	margin-top:15px;
	padding-left:40px;
	padding-right:40px;
}

.cta-button-wrapp{
	display:inline-block;
	width:445px;
	height:auto;
	border:3px dashed;
	padding:20px;
	margin-bottom:30px;;
}

.cta-button-body{
	display:block;
	background:#ddd;
	border:1px solid #fff;
	padding:5px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}

.cta-button-body .price{
	font-size:48px;
	line-height:48px;
	font-weight:700;
	background:#fff;
	display:block;
	padding:10px 20px 20px 20px;
	margin-bottom:5px;
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 27%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(27%, rgba(250,250,250,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 27%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 27%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 27%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 27%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0 );
}

.cta-button-action{
	background:#fff;
	display:block;
	width:100%;
	padding:25px 20px 20px 20px;
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 27%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(27%, rgba(250,250,250,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 27%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 27%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 27%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 27%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0 );

}

.cta-button-action .payment{
	display:block;
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
}

.cta-button-action .payment li{
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
}

.cta-button-arrow{
	position:absolute;
	width:93px;
	height:151px;
	top:60px;
	display:block;
}

.cta-button-arrow.on-left{
	background:url(images/green-arrow-l.png) no-repeat 0 0;
	left:50px;
}

.cta-button-arrow.on-right{
	background:url(images/green-arrow-r.png) no-repeat 0 0;
	right:50px;
}

.main-introduce{
	display:block;
	font-size:18px;
	line-height:32px;
}

.main-introduce h1,
.main-introduce h2,
.main-introduce h3,
.main-introduce h4,
.main-introduce h5,
.main-introduce h6{
	font-weight:700;
}

.main-introduce p{
	margin-bottom:40px;
}

/*
Landing page
=========================== */
.landingpage-wrapp{
	position:relative;
	padding-top:20px;
}

.landingpage-form{
	display:block;
	position:absolute;
	padding:40px 40px 40px 40px;
	margin:0;
	width:35%;
	right:0;
	bottom:-20px;
	border-radius:3px 3px 0 0;
}

.landingpage-form:after{
	content:'';
	position:absolute;
	bottom:0;
	left:-20px;
	width: 0;
	height: 0;
	border-top: 20px solid;
	border-left: 20px solid transparent;
}

.landingpage-form:before{
	content:'';
	position:absolute;
	bottom:0;
	right:-20px;
	width: 0;
	height: 0;
	border-top: 20px solid;
	border-right: 20px solid transparent;
}

.landingpage-form h2,
.landingpage-form h3,
.landingpage-form h4,
.landingpage-form h5,
.landingpage-form h6{
	font-weight:700;
}

.landingpage-form .form-group{
	margin-bottom:20px;
}

.landingpage-form .form-control{
	background:rgba(255, 255, 255, 0.2);
	border:1px solid transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none);
	color:#fff;
}

.landingpage-form .form-control::-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-weight:400;
}

.landingpage-form .form-control:-ms-input-placeholder {
	color: #fff;
}

.landingpage-form .form-control::-webkit-input-placeholder {
	color: #fff;
}

/*
Pricing
=========================== */
ul.list-pricing{
    padding: 0;
    margin: 35px -1px -7px -1px;
    list-style: none;
    display: inline-block;
    width: 100%;
}

ul.list-pricing > li{
    float: left;
    display: block;
    padding: 0;
    margin: 0 -1px;
}

.pricing-item {
	position: relative;
	display: block;
    width: 100%;
    text-align: center;
    border: solid 1px #e3e3e5;
    margin: 0 -0.5px;
    padding: 40px 30px;
	cursor: default;
    background-color: #fff;
    z-index: 1;
    margin-bottom: 30px;
	border-radius:2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.pricing-item.secondary {
	padding:0;
}

.pricing-item.active,
.pricing-item:hover{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

.pricing-item .pricing-icon{
	display:block;
    text-align: center;
}

.pricing-item .pricing-icon .fa,
.pricing-item .pricing-icon .vc_moon,
.pricing-item .pricing-icon .icon{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 56px;
}

.pricing-item .pricing-title {
	margin: 15px 0 0;
	font-weight:300;
}

.pricing-item.secondary .pricing-title {
	background:#181c1d;
	margin:0;
	padding:5px 0;
	color:#fff;
}

.pricing-item .pricing-price {
	margin: 20px 0;
	overflow: hidden;
    font-size: 30px;
    color: #3f3f3f;
}

.pricing-item.secondary .pricing-price {
	background:#f4f7f8;
	margin:0;
	padding:55px 30px 40px 30px;
}

.pricing-item .pricing-currency {
	vertical-align: super;
    font-size: 14px;
}

.pricing-item.secondary .pricing-currency {
    font-size: 32px;
}

.pricing-item .pricing-period{
    font-size: 14px;
}

.pricing-item .pricing-anim {
	display: inline-block;
	position: relative;
	font-size:36px;
}

.pricing-item.secondary .pricing-anim{
    font-size: 92px;
}

.pricing-item:hover .pricing-anim {
	-webkit-animation: moveUp 0.4s forwards;
	animation: moveUp 0.4s forwards;
	-webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.pricing-item:hover .pricing-anim-2 {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}

@-webkit-keyframes moveUp {
	50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@keyframes moveUp {
	50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

.pricing-item .pricing-sentence {
	font-weight: 300;
    margin-bottom: 0;
	font-style:italic;
	font-size:12px;
}

.pricing-item .pricing-feature-list {
	margin: 0 0 25px 0;
	padding:0;
	list-style: none;
	text-align: center;
}
.pricing-item.secondary .pricing-feature-list{
	margin:0;
	padding:0;
}

.pricing-item.secondary .pricing-feature-list li.list-style1,
.pricing-item.secondary .pricing-feature-list li.list-style2{
	background:#fafcfc;
	margin:0;
	padding:10px 30px;
}

.pricing-item.secondary .pricing-feature-list li.list-style2{
	background:#f4f7f8;
}

.pricing-item.secondary .pricing-footer{
	background:#f4f7f8;
	margin:0;
	padding:50px 30px 50px 30px;
}

/*
Contact
=========================== */
.contact-detail{
	position:relative;
	background:#fff;
	display:block;
	border: 1px solid #d5d5d5;
	border-radius:2px;
	padding:30px 40px 0 40px;
}
.contact-detail-box > .vc_column-inner > .wpb_wrapper {
	background:#fff;
	display:block;
	border: 1px solid #d5d5d5;
	border-radius:2px;
	padding:30px 30px 0 30px;
}
.contact-detail-box .absolute-icon h4 {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px 0;
}
.contact-detail ul{
	position:relative;
	z-index:3;
}

.contact-sparator{
	background:url(images/contact-bg.png) no-repeat top right;
	position:absolute;
	display:block;
	width:100%;
	height:68px;
	top:-1px;
	right:-1px;
}

.status-progress{
	display: inline-block;
	margin-left: 55px;
	position: relative;
	font-size: 24px;
	top: -20px;
}

.contact-column{
	display:block;
	text-align:center;
	font-size:18px;
	line-height:32px;
}

.contact-column h4{
	margin-bottom:10px;
}

.hero-contact{
	background:#fff;
	display:block;
	font-size:24px;
	line-height:36px;
	padding:40px;
	border:1px solid #ddd;
	border-radius:3px;
	text-align:center;
}

/*
Testimoni
=========================== */
.testimoni-wrapp{
	display:block;
	position:relative;
	margin-bottom:30px;
}

.parallax .testimoni-wrapp{
	color:#787878;
}

.testimoni-wrapp.pull-right{
	float:none !important;
	text-align: right;
}

.testimoni-wrapp.centered{
	text-align:center;
}

.testimoni-contain{
	display:block;
	position:relative;
	background:#fff;
	border:1px solid #e8e8e8;
	padding:30px;
	margin-bottom:30px;
	border-radius:2px;
	-webkit-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.1);
}

.testimoni-contain:before{
	background:url(images/testimoni-arrow.png) no-repeat 0 0;
	display:block;
	content: "";
	position:absolute;
	width:41px;
	height:29px;
	bottom:-29px;
	left:0;
}

.testimoni-wrapp.pull-right .testimoni-contain:before{
	background:url(images/testimoni-arrow-right.png) no-repeat 0 0;
	left:100%;
	margin-left:-41px;
}

.testimoni-wrapp.centered .testimoni-contain:before{
	background:url(images/testimoni-arrow-center.png) no-repeat 0 0;
	width:58px;
	height:29px;
	left:50%;
	margin-left:-29px;
}
.woocommerce .testimoni-contain .star-rating:before {
	display: none;
}
.woocommerce .testimoni-contain .star-rating {
	width: 100%;
	float: none;
}
.testimo-author{
	display:block;
	position:relative;
	padding-left:80px;
}

.testimoni-wrapp.pull-right .testimo-author{
	text-align:right;
	padding-right:80px;
}

.testimoni-wrapp.centered .testimo-author{
	text-align:center;
	padding-left:0;
}


.testimo-avatar{
	position:absolute;
	width:65px;
	height:65px;
	border-radius:50%;
	top:0;
	left:0;
}
.owl-carousel .owl-item img.testimo-avatar {
	width:65px;
	height:65px;
}
.owl-carousel .owl-item .single-testimoni img.testimo-avatar {
	display: inline-block;
}

.testimoni-wrapp.pull-right .testimo-avatar{
	left:100%;
	margin-left:-65px;
}

.testimoni-wrapp.centered .testimo-avatar{
	position:relative;
	display:inline-block;
}

.testimo-author span{
	color:#2e2e35;
	font-weight:700;
	display:block;
	font-size:16px;
	padding:5px 0;
}

.testimonial{
	position:relative;
	display:block;
	width:100%;
	padding-left:145px;
}

.testimonial img{
	position:absolute;
	width:120px;
	height:120px;
	top:0;
	left:0;
}

.testimonial .author{
	padding-left:60px;
}

.testimonial:before{
	content:"";
	position:absolute;
	width:1px;
	height:100%;
	background:#fff;
	top:0;
	left:145px;
}

.single-testimoni {
	display:block;
	text-align:center;
}

.single-testimoni .testimoni-contain{
	background:none;
	border:none;
	padding:0;
	border-radius:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.single-testimoni .testimoni-contain:before{
	display:none;
}


.single-testimoni .testimo-author{
	text-align:center;
	padding-left:0;
}

.single-testimoni .testimo-avatar{
	position:relative;
	display:inline-block;
	top:auto;
	left:auto;
}

.single-testimoni blockquote,
.single-testimoni blockquote.centered{
	font-size:18px;
	line-height:36px;
	padding:0 30px;
}

.single-testimoni blockquote:before,
.single-testimoni blockquote.centered:before{
	font-size:30px;
	line-height:30px;
	left:0;
	opacity:0.5;
}

.single-testimoni blockquote:after,
.single-testimoni blockquote.centered:after{
	position:absolute;
	font-family: 'FontAwesome';
	font-size:30px;
	line-height:30px;
	right:0;
	bottom:0;
	content: "\f10e";
	opacity:0.5;
}
ul.star-rating {
	padding-left: 0px;
	list-style: none;
}
ul.star-rating li {
	display: inline-block;
}
/*
Progress Bar
=========================== */
.wrap-progress{
	overflow: hidden;
}

.progress{
	height: 25px;
	position: relative;
	overflow: visible;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #f0f0f0;
	display: block;
	margin-bottom: 15px;
}

.progress .progress-bar{
	padding-top: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.progress .value-progress:after{
	content: "%";
}

.progress.type1{
	margin-top: 30px;
	height: 5px;
	margin-bottom: 35px;
}

.progress.type1 .data-progress,
.progress.type1 .value-progress{
	position: absolute;
	top: -25px;
	color: #6f6f6f;
}

.progress.type1 .data-progress{
	left: 0;
}

.progress.type1 .value-progress{
	right: 0;
}

.progress.type2{
	height: 5px;
	margin-top: 30px;
	margin-bottom: 35px;
}

.progress.type2 .data-progress,
.progress.type2 .value-progress{
	position: absolute;
	top: -25px;
}

.progress.type2 .data-progress{
	color: #666;
	left: 0;
}

.progress.type2 .value-progress{
	background-color: #333;
	padding: 1px 7px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-left: -40px;
	left: 100%;
	top: -26px;
}

.wrap-progress3{
	padding-right: 45px;
	overflow: hidden;
}

.progress.type3{
	height: 5px;
	margin-top: 20px;
}

.progress.type3 .circle{
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: -5px;
	border: solid 5px;
	background-color: #f0f0f0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-left: -10px;
}

.progress.type3 .data-progress,
.progress.type3 .value-progress{
	position: absolute;
}

.progress.type3 .data-progress{
	color: #666;
	left: 0;
	top: -25px;
}

.progress.type3 .value-progress{
	padding: 1px 7px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	right: -45px;
	top: -9px;
	color: #6f6f6f;
}
.woocommerce .product-image img, .woocommerce-page .product-image img {
    width: 100%;
    height: auto;
}
.woocommerce-mini-cart__buttons,
.woocommerce-mini-cart__total {
	padding: 15px 15px;
}
.woocommerce-mini-cart__buttons {
	padding-top: 0px;
}
/*
Blog
=========================== */
article.page,
body.search article.product,
body.search article.portfolio,
body.search article.member,
article.post{
	/*float:left;*/
	width:100%;
	margin-bottom:60px;
}
p.rmbt-wrap {
	margin-top: 25px;
}
article.post > p.rmbt-wrap {
	margin-top: 25px;
}
/*article.post p + p.rmbt-wrap {
	margin-top: 0px;
}*/
article.post.row{
	margin-bottom:60px;
}

.grid-item article.post{
	margin-bottom:10px;
}
article h4 a,
article h5 a{
	color:#333;
}
article h4 .edit-link a ,
article h5 .edit-link a {
	font-size: 60%;
}
article.post.row h4,
article.post.row h5{
	margin-bottom:10px;
}

article.post .media-wrapper{
	display:block;
	position:relative;
	margin-bottom:30px;
}

.recent-widget{
	display:block;
	margin:0 0 30px 0;
	padding:0;
}

.recent-widget .post{
	position:relative;
	display:block;
	min-height:92px;
	border-bottom:1px solid #eaeaea;
	margin:0 0 20px 0;
	padding:0 0 20px 80px;
}

.recent-widget.recent-article .post{
	border:none;
	padding:0;
	margin:0;
}

.recent-widget.recent-article .img-responsive{
	margin:0 0 20px 0;
}

.recent-widget h6{
	margin-bottom:0;
}

.recent-widget.recent-article h6{
	margin:10px 0 15px 0;
}

.recent-widget h6 a{
	color:#2e2e35;
	line-height:24px;
}

.post-thumbnail{
	position:absolute;
	left:0;
	top:5px;
	width:80px;
	height:80px;
}

.post-thumbnail img{
	border-radius:2px;
}

.recent-widget .price{
	font-size:18px;
	margin-top:10px;
}

.recent-widget .rating{
	color:#ffc929;
	font-size:12px;
	float:none;
	margin-bottom:0;
}

ul.post-meta{
	display:block;
	margin:0 0 5px 0;
	padding:0;
	font-size:12px;
}
.search article.portfolio ul.post-meta,
.search article.member ul.post-meta,
.search article.product ul.post-meta,
article.page ul.post-meta,
article.post ul.post-meta{
	/*float:left;*/
	width:100%;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding:15px 0;
	margin:30px 0 0 0;
	font-size:13px;
}

article.post.row ul.post-meta{
	border:none;
	padding:0;
	margin:0 0 20px 0
}

ul.post-meta li{
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0 5px 0 0;
}

ul.post-meta > li + li:before {
	padding:0 10px 0 0;
	color: #aeaeae;
	content: "|";
}
ul.post-meta li,
ul.post-meta li a{
	color:#aeaeae;
}

ul.post-meta li a:hover,
ul.post-meta li a:active,
ul.post-meta li a:focus{
	text-decoration:none;
}
.post-meta li .post-categories {
	display: inline-block;
	padding-left: 0px;
}
.pager {
	margin: 20px 0;
}
.recent-post{
	margin:0;
	padding:0;
}

.recent-post li{
	border-bottom:1px dashed transparent;
	border-color:#e8e8e8;
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}

.recent-post li a{
	color:#616161;
}

.post-data{
	float:left;
	font-size:18px;
	line-height:28px;
	margin:0 15px 0 0;
	padding-left:2px;
	color:#adadad;
}

.full-recent{
	float:left;
	width:100%;
	position:relative;
	display:block;
	border-top:1px solid #dcdcdc;
}

.full-recent .item{
	margin:0;
}

.recent-box{
	border-right:1px solid #dcdcdc;
	padding:30px;
	margin:0;
}

.recent-widget.recent-box img{
	margin-bottom:15px;
	border-radius:2px;
}

.recent-widget.recent-box .img-wrapper img{
	margin-bottom:0;
	border-radius:0;
}

.recent-widget.recent-box .post{
	padding:0;
	margin:0;
	border:none;
}

.single-recent-blog{
	display:block;
	position:relative;
	margin:0 0 30px 0;
}

.single-recent-blog .img-wrapper{
	position:relative;
	padding:0;
}

.single-recent-blog .srb-content{
	position:relative;
	display:block;
	width:90%;
	background-color:#fff;
	padding:20px 40px;
	margin-left:5%;
	margin-top:-60px;
}

.single-recent-thumbnail .srb-content{
	text-align:center;
	background-color:#fff;
	padding:5px 5px 5px 5px;
}

.single-recent-blog .srb-content h4,
.single-recent-thumbnail h5{
	font-weight:300;
}

.single-recent-thumbnail h5{
	font-size:14px;
	margin:0;
}

.single-recent-blog .srb-content h4 a,
.single-recent-blog .srb-content h5 a,
.single-recent-thumbnail h5 a{
	color:#2e2e35;
}

.full-recent-post{
	float:left;
	width:100%;
	padding:80px 0 0 0;
	margin:0;
}

.recent-post-column{
	float:left;
	width:50%;
}
.post_col-xs-2 .recent-post-column {
	width: 16.66667%;
}


.post_col-xs-3 .recent-post-column {
	width: 25%;
}


.post_col-xs-4 .recent-post-column {
	width: 33.33333%;
}


.post_col-xs-6 .recent-post-column {
	width: 50%;
}

.post_col-xs-12 .recent-post-column {
	width: 100%;
}

.recent-post-column .img-wrapper,
.recent-post-column .post-column-content{
	float:left;
	width:50%;
}

.recent-post-column .post-column-content{
	padding:30px;
}

.recent-post-column .post-column-content h5 a{
	color:#2e2e35;
}

/*
Aside
=========================== */
aside{
	float:left;
	width:100%;
}

aside .widget{
	float:left;
	width:100%;
	margin-bottom:30px;
}
/*monster widget*/
.widget ol,
.widget ul {
	list-style: none;
	padding-left: 0px;
}
.widget_rss a ,
.widget_meta a ,
.widget_pages a ,
.widget_recent_comments a ,
.widget_recent_entries a,
.widget_categories a ,
.widget_nav_menu a ,
.widget_archive a {
	color: #606060;
}
.widget_recent_comments li a ,
.widget_rss li a  {
	font-weight: 400;
}
.widget ol ul ,
.widget ol ol,
.widget ul ul,
.widget ul ol
{
	padding-left: 15px;
	margin-top: 5px;
}
.widget ol ul li:last-child,
.widget ol ol li:last-child,
.widget ul ul li:last-child,
.widget ul ol li:last-child
{
	margin-bottom: 0px;
}
.widget select {
	max-width: 100%;
}
aside .widget .widget-head{
	position:relative;
	padding-bottom:20px;
	margin-bottom:30px;
}

aside .widget .widget-head:before{
	display:block;
	content: "";
	position:absolute;
	width:100%;
	height:1px;
	background:#eaeaea;
	bottom:0;
	left:0;
}

aside .widget .widget-head:after{
	display:block;
	content: "";
	position:absolute;
	width:60px;
	height:1px;
	bottom:0;
	left:0;
}

aside .widget .recent-widget{
	margin:0 0 -15px 0;
}

ul.cat{
	float:left;
	width:100%;
	margin:-5px 0 -5px 0;
	padding:0;
}

ul.cat li{
	position:relative;
	float:left;
	width:100%;
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}

ul.cat li a{
	color:#606060;
}

ul.photostream{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

ul.photostream li{
	float:left;
	background:#333;
	width:60px;
	height:60px;
	margin:0 5px 5px 0;
	list-style:none;
	padding:0;
}

ul.photostream li a:hover{
	display:block;
	opacity:0.5;
}
.tagcloud a{
	display:inline-block;
	border:1px solid #d5d5d5;
	border-radius:2px;
	color: #616161;
	text-align:center;
	padding:5px 15px;
	margin-bottom:5px;
}
.tagcloud a {
	font-size:100% !important;
}
.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a:active{
	text-decoration:none;
	color:#fff;
}

ul.ads{
	display:block;
	margin:0;
	padding:0;
	text-align:center;
}

ul.ads li{
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0 8px;
}
.post-author {
	padding-top:30px;
	border-bottom:1px solid #e8e8e8;
	border-top:1px solid #e8e8e8;
	float: left;
	width: 100%;
}
.archive.author .post-author {
	margin-bottom: 30px;
}
.display-single-post article.post {
	margin-bottom: 0px;
	
}
.single-post .post-author {
	border-bottom: 0px;
}
.post-author-wrap {
	position:relative;
	padding-left:100px;
}
.post-author-wrap h3 {
	text-align:left;
	color:#000;
	font-size:16px;
	/*font-family: 'Montserrat', sans-serif;*/
	font-weight:600;
	text-transform:uppercase;

	line-height: 24px;
	margin-bottom: 10px;
}
.post-author-wrap span {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-style:italic;
	color:#666;
	display: block;
}
.post-author-img {
	width:80px;
	height:80px;
	position:absolute;
	top:5px;
	left:0;
	overflow:hidden;
	z-index:2;
}
.post-author-img img {
	width:80px;
	height:80px;
	border: 1px solid #dcdcdc;
	padding: 5px;
}
.post-author-wrap ul {
	list-style:none;
	padding: 0px;
}
.post-author-wrap ul li {
	display: inline-block;
}
.post-author-wrap li a {
	color:#aeaeae;
	padding: 5px;
}
/*
Comments
=========================== */
.comment-avatar-wrap img,
.media-object{
	border:1px solid #dcdcdc;
	padding:5px;
	margin-right:15px;
	border-radius:2px;
	max-width: none;
	width: 60px;
	height: auto;
}
.media-heading {
	font-weight: bold;
}
.media-heading a{
	color:#0b0b0b;
}

.media-body{
	border:1px solid #dcdcdc;
	padding:30px 30px 0 30px;
	border-radius:2px;
}
.media-body .date {
	font-size: 80%;
	font-style: italic;
}
.media,
.media .media{
	margin-bottom:30px;
}
.comment.media .comment.media {
	margin-left: 85px;
	margin-top: 30px;
}
.comment.media .comment.media:last-child {
	margin-bottom: 0px;
}
.media .media .media-object{
	background:none;
	border-radius:2px;
}

.media .media .media-body{
	background:none;
}

.reply{
	display:block;
	width:100%;
	text-align:right;
	margin-bottom:30px;
}

.rate:hover,
.rate:focus,
.rate:active{
	text-decoration:none;
}


/*
Booking
=========================== */
.booking-wrapp{
	background:#f6f8fb;
	position:relative;
	display:block;
}

.booking-col-wrapp{
	position:relative;
	background:#e7eaef;
	height:100%;
	padding:20px;
	margin-top:-20px;
	margin-bottom:-20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.booking-col-wrapp:before{
	content:'';
	position:absolute;
	top:0;
	right:-20px;
	width: 0;
	height: 0;
	border-bottom: 20px solid #c8cbce;
	border-right: 20px solid transparent;
}

.booking-col-wrapp:after{
	content:'';
	position:absolute;
	top:0;
	left:-20px;
	width: 0;
	height: 0;
	border-bottom: 20px solid #c8cbce;
	border-left: 20px solid transparent;
}

.booking-col-content{
	border:1px dashed #bec1c5;
	padding:30px;
}

.booking-col-content:before{
	content:'';
	position:absolute;
	bottom:0;
	right:-20px;
	width: 0;
	height: 0;
	border-top: 20px solid #c8cbce;
	border-right: 20px solid transparent;
}

.booking-col-content:after{
	content:'';
	position:absolute;
	bottom:0;
	left:-20px;
	width: 0;
	height: 0;
	border-top: 20px solid #c8cbce;
	border-left: 20px solid transparent;
}

.booking-col-content .form-control,
.booking-col-content .jcf-select{
	Background:#f5f7f9;
	color: #606060;
}

.booking-content{
	padding:80px 0 0 0;
}

.schedule-list{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.schedule-list li{
	float:left;
	width:100%;
	list-style:none;
	margin:0 0 20px 0;
	padding:0 0 15px 0;
	font-size:18px;
	line-height:24px;
	border-bottom:1px dashed #ddd;
}

.schedule-list li span{
	float:right;	
}

/*
Parallax
=========================== */
.parallax{
	position:relative;
	padding:80px 0;
	margin: 0 auto;
	overflow-y: visible;
	width: 100%;
	z-index:3;
	color:#fff;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
	background: 50% 0 no-repeat;
	background-attachment:fixed;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari and Chrome */
    .parallax{
		background-attachment:fixed;
    } 

    /* Safari only override */
    ::i-block-chrome,.parallax{
		background-attachment:initial;
    } 
}

.innerpage-bg {
	background-image: url(images/bg/innerpage.jpg);
}

.parallax .title-head,
.cd-section .title-head{
	color:#fff;
}

.parallax .overlay{
    background-color: #2b2d2f;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 1;
}

.parallax .overlay.white{
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 1;
}

.parallax .content-parallax{
    position: relative;
    z-index: 2;
}

.parallax .content-parallax h1,
.parallax .content-parallax h2,
.parallax .content-parallax h3,
.parallax .content-parallax h4,
.parallax .content-parallax h5,
.parallax .content-parallax h6,
.parallax .testimo-author span{
    color: #fff;
}

/* Counter
=========================== */
.counter-item{
	display:block;
	text-align:center;
	font-size:18px;
	margin-bottom:30px;
}
.counter-item .fa,
.counter-item .vc_moon,
.counter-item .icon{
	display:block;
	font-size:72px;
	line-height:72px;
	margin-bottom:30px;
}

.counter-item .start-count{
	display:block;
	font-size:42px;
	margin-bottom:10px;
}

.counter-item.counter-box{
	background:#fff;
	padding:40px;
	border:1px solid #d6d6d6;
	border-radius:3px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.counter-item.counter-box .fa,
.counter-item.counter-box .vc_moon,
.counter-item.counter-box .icon{
	font-size:48px;
	line-height:48px;
}

/*
Login and register
=========================== */
.logreg-wrapp{
	background:#f3f3f3 url(images/logreg-wrapp-bg.jpg) no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding:155px 0;
}

.register-wrapp,
.login-wrapp{
	background:#fff;
	float:left;
	width:100%;
	border-radius:4px;
	overflow:hidden;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.login-wrapp{
	margin-top:30px;
}

.img-column{
	float:left;
	width:33.333333%;
}

.logreg-contain{
	float:left;
	width:66.666666%;
	border-left:none;
	padding:0;
}

.login-wrapp .logreg-contain{
	width:100%;
}

.logreg-contain .custom-tabs .nav-tabs{
	width:100%;
}

.logreg-contain .custom-tabs .nav-tabs li{
	margin:0;
	width:50%;
	text-align:center;
}

.logreg-contain .custom-tabs .nav-tabs li a{
	margin:0;
	padding:20px;
	border-radius:0;
}

.logreg-contain .custom-tabs .nav-tabs li.active a{
	background:none !important;
	border-color:transparent !important;
	color:#333;
}

.logreg-contain .custom-tabs .tab-content{
	padding:30px 50px;
}

.register-link{
	position:relative;
	text-align:center;
	margin-top:-20px;
	z-index:5;
}

.register-link .signup-btn,
.register-link .signup-btn:hover,
.register-link .signup-btn:focus,
.register-link .signup-btn:active{
	position:relative;
	display:inline-block;
	border-radius:0 0 2px 2px;
	padding:25px 55px;
	font-size:32px;
	line-height:32px;
	text-transform:uppercase;
	font-weight:700;
	font-style:italic;
	letter-spacing:2px;
	color:#fff;
	text-decoration:none;
}

.register-link .signup-btn:before,
.register-link .signup-btn:after{
	position:absolute;	
	content: "";
	display:block;
	width: 0;
	height: 0;
	left:-20px;
	top:0;
	z-index:1;
}

.register-link .signup-btn:before{
	border-bottom: 20px solid;
	border-left: 20px solid transparent;
}

.register-link .signup-btn:after{
	border-bottom: 20px solid;
	border-right: 20px solid transparent;
	left:100%;
}

/*
Real estate
=========================== */
.proprty-head{
	background:#fff;
	padding:10px 20px 15px 20px;
	color:#9e9e9e;
	border-bottom:1px solid #eaeaea;
}

.proprty-head .fa{
	margin-right:5px;
}

.proprty-head h5{
	margin-bottom:0;
}

.proprty-head h5 a{
	color:#2e2e35;
}

.proprty-head h5 span{
	font-weight:700;
	color:#2e2e35;
}

ul.proprty-content{
	position:relative;
	float:left;
	width:100%;
	background:#fff;
	padding:0;
	margin:0;
	overflow:hidden;
}

ul.proprty-content:before{
	position:absolute;
	content:'';
	width:1px;
	height:100%;
	background:#eaeaea;
	display:block;
	left:50%;
	margin-left:-1px;
}

ul.proprty-content li{
	list-style:none;
	float:left;
	width:50%;
	font-size:12px;
	line-height:18px;
	color:#9e9e9e;
	padding:10px 20px;
	margin:0;
	border-bottom:1px solid #eaeaea;
}

ul.proprty-content li .fa{
	margin-right:5px;
}

.proprty-footer{
	float:left;
	width:100%;
	background:#f0f3f5;
}

.proprty-price{
	float:left;
	width:40%;
	font-size:18px;
	line-height:32px;
	padding:10px 20px;
}

.proprty-link{
	float:left;
	width:60%;
	text-align:right;
	padding:10px 20px;
}

.proprty-link a{
	color:#606060;
}

/*
Restaurant
=========================== */
.restaurant-head{
	font-family: 'Allura', cursive;
	text-transform:none;
	font-size:54px;
	line-height:56px;
	margin-bottom:30px;
}
.signature{
	display:block;
	margin-top:30px;
}

.restaurant-contnet{
	display:block;
	position:relative;
	padding:40px 0;
}

.booking-wrapp h1,
.booking-wrapp h2,
.booking-wrapp h3,
.booking-wrapp h4,
.booking-wrapp h5,
.booking-wrapp h6{
	text-transform:uppercase;
	margin-bottom:10px;
}

.booking-wrapp .title{
	font-family: 'Allura', cursive;
	text-transform:none;
	font-size:42px;
	border-bottom:1px dashed #c8cbce;
	padding-bottom:20px;
	margin-bottom:25px;
}

.open-time{
	position:relative;
	display:block;
}

.open-content{
	text-align:center;
}

.reservation-contact{
	font-weight:300;
	border-top:1px dashed #c8cbce;
	padding-top:20px;
	margin:0;
}

.reservation-form{
	padding:40px 10px;
}

.reservation-form .form-control,
.reservation-form .jcf-select{
	background:none;
	border:none;
	border-radius:0;
	padding:0;
	border-bottom:1px solid #c8cbce;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.reservation-form .jcf-select .jcf-select-text {
	color: #7c7c7c;
	padding:0;
}

.reservation-form .form-control::-moz-placeholder {
	color: #7c7c7c;
	opacity: 1;
}

.reservation-form .form-control:-ms-input-placeholder {
	color: #7c7c7c;
}

.reservation-form .form-control::-webkit-input-placeholder {
	color: #7c7c7c;
}

.reservation-form .input-group{
	border-bottom:1px solid #c8cbce;
	margin:0;
}

.reservation-form .input-group .form-control{
	border-bottom:none;
	padding-left:15px;
}

.reservation-form .input-group .input-group-btn .btn-number{
	background:none;
	padding:0;
}

.reservation-form .input-group .input-group-btn .btn-number:hover,
.reservation-form .input-group .input-group-btn .btn-number:focus,
.reservation-form .input-group .input-group-btn .btn-number:active{
	outline:none;
}

.menu-list-wrapp{
	background:url(images/food.jpg) no-repeat bottom right;
	position:relative;
	display:block;
	padding:0 80px 80px 80px;
}

.menu-list-body{
	display:block;
	background:rgba(245, 247, 249, 0.8);
	padding:40px;
}

.menu-list-main{
	background:rgba(245, 247, 249, 0.8);
	border:3px double #cfb7af;
	padding:40px;
}

.menu-title{
	background:url(images/chef-head.png) no-repeat top center;
	font-family: 'Allura', cursive;
	font-size:42px;
	line-height:62px;
	text-align:center;
	padding:60px 0 0 0;
	margin-bottom:20px;
}

.menu-list{
	position:relative;
	display:block;
	margin:0;
	padding:0;
}

.menu-list li{
	position:relative;
	display:block;
	list-style:none;
	margin:0 0 10px 0;
	padding:0 0 15px 65px;
	border-bottom:1px dashed #c3c8cd;
	font-size:12px;
	color:#a0a1a1;
}

.menu-list li h5{
	margin-bottom:0;
}

.menu-list li h5 a{
	color:#2e2e35;
}

.menu-list li .menu-price{
	position:absolute;
	right:0;
	bottom:0;
	font-size:14px;
	line-height:14px;
	padding:5px 15px 5px 5px;
	color:#fff;
}

.menu-list li .menu-price:before{
	content:'';
	position:absolute;
	top:0;
	left:-20px;
	width: 0;
	height: 0;
	border-bottom: 24px solid;
	border-left: 20px solid transparent;
}

.menu-list li a.menu-thumbs{
	position:absolute;
	width:50px;
	height:50px;
	margin:0;
	padding:5px;
	background:#fff;
	left:0;
	top:10px;
}

.menu-book-wrapp{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	padding:0;
}

.menu-book-img,
.menu-book-content{
	float:left;
	width:50%;
	margin:0;
}

.menu-book-content{
	background:rgba(245, 247, 249, 0.5);
	padding:20px;
	color:#606060;
	text-align:left;
}

.parallax .menu-book-content h4.restaurant-head{
	color:#2e2e35;
	margin-bottom:10px;
}

.parallax .menu-book-content h4.restaurant-head span{
	display:block;
}

.menu-book-main{
	background:rgba(245, 247, 249, 0.8);
	padding:40px 40px 50px 40px;
}

.menu-book-footer{
	position:relative;
	display:block;
	border-bottom:1px dashed #b4b9be;
	padding-bottom:20px;
	margin-top:20px;
}

.menu-book-footer .menu-share{
	display:inline-block;
	color:#eceff1;
	background:#a7abaf;
	width:32px;
	height:32px;
	border-radius:2px;
	text-align:center;
}

.menu-book-footer .menu-price{
	position:absolute;
	right:0;
	bottom:0;
	font-size:24px;
	line-height:24px;
	padding:5px 15px 5px 10px;
	color:#fff;
}

.menu-book-footer .menu-price:before{
	content:'';
	position:absolute;
	top:0;
	left:-25px;
	width: 0;
	height: 0;
	border-bottom: 34px solid;
	border-left: 25px solid transparent;
}

/* Furniture
=========================== */
.furniture-caption{
	position:absolute;
	padding:20px 20px 20px 40px;
	width:60%;
	text-align:right;
}

.furniture-caption h5{
	font-weight:700;
	font-size:36px;
	line-height:42px;
	margin-bottom:0;
}

.furniture-caption h5 a{
	color:#2e2e35;
}

.furniture-caption h5 a span{
	font-weight:300;
	color:#2e2e35;
}

.add-to-cart h4 span{
	display:block;
	font-size:14px;
}

/* Magazine
=========================== */
.magazine-header{
	display:block;
	position:relative;
	padding:20px 0;
}

.magazine-header .logo{
	margin-top:30px;
}

.magazine-wrapper{
	position:relative;
	padding:30px 0;
}

.magazine-singlepost{
	position:relative;
	padding:0;
}

.magazine-singlepost .img-wrapper{
	margin-bottom:30px;
}

.magazine-post-row{
	padding:0;
}

.magazine-title{
	border-bottom:2px solid #131617;
	display:block;
	margin-bottom:20px;
}

.magazine-title h5{
	position:relative;
	display:inline-block;
	font-weight:700;
	background:#131617;
	padding:10px 0 10px 15px;
	margin:0 0 -1px 0;
	color:#fff;
	font-size:16px;
	line-height:16px;
	border-left:5px solid;
}

.magazine-title h5:after{
	content:'';
	display:block;
	position:absolute;
	width: 0;
	height: 0;
	border-bottom: 36px solid #131617;
	border-right: 36px solid transparent;
	top:0;
	right:-36px;
}

.magazine-post-wrapp{
	position:relative;
	margin:0 0 30px 0;
}

.magazine-post{
	display:block;
	width:100%;
	position:relative;
	margin:20px 0 0 0;
}

.magazine-post{
	margin-top:15px;
}

.magazine-singlepost .magazine-post{
	margin-top:0;
	margin-bottom:30px;
}

.magazine-singlepost .magazine-post h1,
.magazine-singlepost .magazine-post h2,
.magazine-singlepost .magazine-post h3,
.magazine-singlepost .magazine-post h4,
.magazine-singlepost .magazine-post h5,
.magazine-singlepost .magazine-post h6{
	font-weight:700;
	margin-bottom:10px;
}

.magazine-post h5{
	font-weight:700;
	line-height:32px;
	margin-bottom:0;
}

.magazine-post h1 a,
.magazine-post h2 a,
.magazine-post h3 a,
.magazine-post h4 a,
.magazine-post h5 a,
.magazine-post h6 a{
	color:#2e2e35;
}

.label-catagorie{
	font-size:12px;
	line-height:12px;
	background:#181c1d;
	color:#fff;
	padding:2px 10px;
	border-radius:2px;
}

.label-comments{
	position:absolute;
	color:#7c8486;
	font-size:16px;
	line-height:16px;
	right:0;
	top:5px;
}

.label-comments a{
	color:#7c8486;
}

.label-comments a:hover{
	text-decoration:none;
}

.magazine-meta{
	display:block;
	margin: 0;
	padding:0;
}

.magazine-meta li{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:12px;
}

.magazine-meta > li + li:before {
	padding: 0 10px 0 5px;
	color: #606060;
	content: "-";
}

.magazine-meta li .author{
	color:#2e2e35;
	font-weight:700;
}

.magazine-post-list{
	margin:0 0 10px 0;
	padding:0;
}

.magazine-post-list li{
	position:relative;
	list-style:none;
	margin:0 0 20px 0;
	padding:0 0 10px 120px;
	border-bottom:1px solid #eaeaea;
}

.magazine-post-thumb{
	position:absolute;
	display:block;
	width:100px;
	height:75px;
	top:0;
	left:0;
}

.magazine-post-list li h6{
	font-weight:700;
	line-height:24px;
	margin-bottom:0;
}

.magazine-post-list li h6 a{
	color:#2e2e35;
}

.magazine-post-list li ul.magazine-meta li{
	padding:0;
	border:none;
}

.magazine-post-caption{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	color:#fff;
	padding:20px 40px 20px 20px;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.magazine-post-caption  span{
	display:vlock;
	font-size:12px;
	line-height:12px;
}

.magazine-post-caption h5{
	font-weight:700;
	line-height:24px;
	margin-bottom:0;
}

.magazine-post-caption h5 a{
	color:#fff;
}

.magazine-aside{
	padding:0;
}

.magazine-aside .widget{
	display:block;
	position:realtive;
	padding:0;
	margin-bottom:30px;
}

.aside-ads{
	border:1px solid #eaeaea;
	padding:20px;
	text-align:center;
}

.news-categories{
	margin:0;
	padding:0;
}

.news-categories li{
	position:relative;
	list-style:none;
	margin:0 0 1px 0;
	padding:0;
}

.news-categories li a{
	display:block;
	border:1px solid #eaeaea;
	padding:15px 20px 15px 70px;
	font-size:16px;
	line-height:16px;
	color:#606060;
}

.news-categories li a:hover,
.news-categories li a:focus,
.news-categories li a:active{
	text-decoration:none;
}

.news-categories li:after{
	content:'';
	position:absolute;
	left:55px;
	top:0;
	width:1px;
	height:100%;
	background:#eaeaea;
	display:block;
}

.news-categories li a i{
	position:absolute;
	top:17px;
	left:18px;
}

.video-channel-wrapp{
	display:block;
	border:1px solid #eaeaea;
	padding:20px;
	margin-bottom:30px;
}

.video-channel-wrapp .video-wrapper{
	margin-bottom:10px;
}

.video-channel-wrapp .play-icon{
    -ms-transform: scale(0.6,0.6); /* IE 9 */
    -webkit-transform: scale(0.6,0.6); /* Safari */
    transform: scale(0.6,0.6);
}

.video-channel-wrapp h5{
	font-weight:700;
	line-height:32px;
	margin-bottom:0;
}

.video-channel-wrapp h5 a{
	color:#2e2e35;
}

.video-post-thumb{
	position:absolute;
	display:block;
	width:100px;
	height:75px;
	top:0;
	left:0;
}

.video-post-thumb .play{
	display:block;
	position:absolute;
	width:30px;
	height:30px;
	text-align:center;
	color:#fff;
	background:rgba(0,0,0,0.5);
	font-size:12px;
	line-height:30px;
	border-radius:50%;
	text-align:center;
	color:#fff;
	padding-left:5px;
	left:50px;
	top:50%;
	margin:-15px 0 0 -15px;
}

.single-singlepost-heading{
	position:realive;
	display:block;
	margin-bottom:20px;
}

.single-singlepost-heading h3{
	font-weight:700;
	margin:0;
}

.single-singlepost-heading h3 a{
	color:#2e2e35;
}

.share-article{
	display:block;
	margin:0 0 30px 0;
	padding:10px 0;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}

.share-article li{
	display:inline-block;	
	list-style:none;
	margin:0;
	padding:0;
}

.share-article li h6{
	margin-bottom:0;
	line-height:14px;
	padding-right:10px;
}

/*
Speciality page
=========================== */
.speciality-page{
	position:relative;
	background:#fff;
	padding:140px 0;
}

.error-wrapp{
	display:block;
	text-align:right;
	font-size:18px;
	line-height:32px;
	font-weight:700;
	padding-right:30px;
	margin-top:30px;
	color:#2e2e35;
}

.error-wrapp h1{
	font-size:56px;
	line-height:62px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;
}
.error-wrapp.protected-post {
	font-weight: normal;
}
.error-wrapp.protected-post h1 {
	font-size: 46px;
	line-height: 52px;
	font-weight: normal;
}
.maintenance{
	background:url(images/maintenance-bg.png) no-repeat left center;
	padding:40px;
	font-size:18px;
	line-height:42px;
}
.underconstruction {
	padding: 140px 0;
}
.underconstruction,
.speciality-page.underconstruction{
	background:#fff url(images/could.png) no-repeat bottom center;
	padding-bottom:0;
	float:left;
	width:100%;
}

.speciality-column{
	float:left;
	width:50%;
	padding:0;
}

.speciality-column.speciality-content{
	padding:0 40px;
}

.countdown-wrapp{
	background:none;
}

.underconstruction-alt1 .countdown-wrapp{
	margin-top:20px;
}

.main-example {
	display:block;
    color: #333;
}

.main-example .countdown-container {
	height: 110px;
}

.main-example .time {
    display: inline-block;
    text-align: center;
    position: relative;
    height: 73px;
    width: 80px;
    margin: 0px 5px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -ms-perspective: 500px;
    -o-perspective: 500px;
    perspective: 500px;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);   
}
.main-example .length-3 {
	width: 120px;
}
.main-example .length-4 {
	width: 160px;
}
.main-example .length-5 {
	width: 200px;
}
.main-example .count {
    background: #202020;
    color: #f8f8f8;
    display: block;
    font-size: 48px;
    line-height: 29px;
    font-weight: bold;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;  

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}

.main-example .count.top {
    background: #383838;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -o-border-radius: 3px 3px 0px 0px;
    height: 50%;
    padding-top: 28%;
    top: 0px;    
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;      
}

.main-example .length-3 .count.top {
	padding-top: 18%;
}
.main-example .length-4 .count.top {
	padding-top: 14%;
}
.main-example .length-5 .count.top {
	padding-top: 11%;
}
.main-example .count.bottom {
    background-color: #1E1E1E;
    border: solid 1px #1E1E1e;    
    border-top: 1px solid #ccc;
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -o-border-radius: 0px 0px 3px 3px;
    line-height: 0;
    height: 50%;
    top: 50%;
    z-index: 1;    
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;    
}

.time .midle-line{
    width: 80%;
    background: none;
    height: 7px;
    border-left: solid 3px #666;
    border-right: solid 3px #666;
    position: absolute;
    left: 10%;
    top: 50%;
    z-index: 3;
    margin-top: -3px;
}

.time .botttom-line{
    position: absolute;
    width: 94%;
    height: 3px;
    left: 3%;
    bottom: -3px;
    background-color: #444;
    border: solid 1px #1E1E1e;
    border-radius: 0px 0px 3px 3px;
      -moz-border-radius: 0px 0px 3px 3px;
      -webkit-border-radius: 0px 0px 3px 3px;
      -o-border-radius: 0px 0px 3px 3px;
    z-index: 2;
}


.time .botttom-line2{
    position: absolute;
    width: 92%;
    height: 5px;
    left: 4%;
    bottom: -5px;
    background-color: #444;
    border: solid 1px #1E1E1e;
    border-top: none;
    border-radius: 0px 0px 3px 3px;
      -moz-border-radius: 0px 0px 3px 3px;
      -webkit-border-radius: 0px 0px 3px 3px;
      -o-border-radius: 0px 0px 3px 3px;
    z-index: 1;
}

.main-example .label {
    font-size: 14px;
    font-weight: bold;    
    margin-top: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    top: 95px;
    width: 100%;
	color: #333;
    text-transform: uppercase;
}

.countdown-wrapp.white-bg .main-example .label {
	color:#2b2b2b;
}

/* Animation start */
.main-example .count.curr.top {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 3;
}

.main-example .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2;
}

/* Animation end */
.main-example .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.main-example .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;

    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.speciality-page.resume{
	background:#fff url(images/pat-1.png) repeat 0 0;
	padding:80px 0 60px 0;
}

.paper-wrapp{
	background:#fbfbfb;
	position:relative;
	display:block;
	margin:0 0 80px 0;
	padding:0;
}

.paper-top,
.paper-bottom{
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	height:80px;
}

.paper-top{
	height:100px;
}

.paper-body{
	position:relative;
	background:url(images/paper-body.png) repeat-y top left;
	display:block;
	padding:70px 80px 0 110px;
	line-height:36px;
}

.paper-body:before,
.paper-top:before,
.paper-bottom:before{
	position:absolute;
	content:'';
	background:#eaa7a7;
	width:1px;
	height:100%;
	left:80px;
	top:0;
}

.paper-body .col-md-4{
	width:33.333%;
}

.paper-body h1, .paper-body h2, .paper-body h3, .paper-body h4, .paper-body h5, .paper-body h6{
	margin-bottom:40px;
	line-height:32px;
}

.paper-body p{
	margin-bottom:30px;
}

.paper-body .column-box h4{
	margin-bottom:10px;
}

.paper-body .img-content h4,
.paper-body .contact-detail h6{
	margin-bottom:0;
}

.paper-body .column-box p{
	margin-bottom:0;
}

.paper-body ul{
	margin-bottom:30px;
}

.paper-body ul li{
	margin-bottom:0;
	padding:0;
	line-height:37px;
}
.paper-body ul li label {
	margin-bottom: 0px;
}
.resume-head{
	position:absolute;
	color:#fff;
	padding:15px 40px 20px 40px;
	top:-30px;
	left:-15px;
}

.resume-head h3{
	color:#fff;
	margin:0;
}
.resume-head:before{
	position:Absolute;
	content:'';
	width: 0;
	height: 0;
	border-top: 15px solid red;
	border-left: 15px solid transparent;
	left:0;
	bottom:-15px;
}

.paper-body .social-link,
.paper-body .social-link:hover,
.paper-body .social-link:focus,
.paper-body .social-link:active{
	color:#606060;
	text-decoration:none;
	display:inline-block;
	margin-bottom:20px;
	margin-right:10px;
}

/* Timeline
=========================== */
.timeline-wrapp{
	float:left;
	position:relative;
	width:100%;
	padding:60px 0;
	margin-bottom:30px;
}
.timeline-wrapp-vc {
	padding:60px 0;
	margin-bottom:30px;
}
.timeline-wrapp-vc:before,
.timeline-wrapp:before{
	content:'';
	position:absolute;
	background:#eaeaea;
	width:4px;
	height:100%;
	left:50%;
	top:0;
	margin-left:-2px;
}

.timeline-column{
	position:relative;
	width:50%;
	clear:both;
}

.timeline-column.setleft{
	padding-right:60px;
	float:left;
}

.timeline-column.setright{
	float:right;
	padding-left:60px;
}

.timeline-column:before,
.timeline-column:after{
	content:'';
	position:absolute;
	background:#eaeaea;
	width:14px;
	height:14px;
	top:80px;
	margin-top:-7px;
	border-radius:50%;
}

.timeline-column:after{
	width:60px;
	height:4px;
	border-radius:0;
	margin-top:-2px;
}

.timeline-column.setleft:before{
	right:-7px;
}

.timeline-column.setright:before{
	left:-7px;
}

.timeline-column.setleft:after{
	right:0;
}

.timeline-column.setright:after{
	left:0;
}

.timeline-time{
	position:absolute;
	padding:10px 20px;
	color:#fff;
	font-size:18px;
	width:220px;
	height:auto;
	top:50px;
}

.timeline-column.setleft .timeline-time{
	right:-250px;
	text-align:left;
}

.timeline-column.setright .timeline-time{
	left:-250px;
	text-align:right;
}

.timeline-column.setleft .timeline-time:after,
.timeline-column.setright .timeline-time:after{
	position:absolute;
	content:'';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 15px solid;
	border-bottom: 10px solid transparent;
	right:-15px;
	top:50%;
	margin-top:-10px;
}

.timeline-column.setleft .timeline-time:after{
	border-top: 10px solid transparent;
	border-right: 15px solid;
	border-left: none;
	border-bottom: 10px solid transparent;
	right:auto;
	left:-15px;
}

/* Clients
=========================== */
.client-list{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
}
.client-list li{
	float:left;
	width:25%;
	margin:0;
	padding:30px;
	border:none;
	border-left:1px solid #ddd;
	text-align: center;
}
.clients-one-cols .client-list li {
	width: 100%;
	border-top: 1px solid #ddd;
	border-left-color: transparent;
}
.clients-two-cols .client-list li {
	width: 50%;
}
.clients-three-cols .client-list li {
	width: 33.3333%;
}
.clients-five-cols .client-list li {
	width: 20%;
}
.clients-six-cols .client-list li {
	width: 16.6666666%;
}
.client-list li:first-child ,
.clients-two-cols .client-list li:nth-child(2n+3),
.clients-three-cols .client-list li:nth-child(3n+4),
.clients-four-cols .client-list li:nth-child(4n+5),
.clients-five-cols .client-list li:nth-child(5n+6),
.clients-six-cols .client-list li:nth-child(6n+7){
	border-left-color: transparent;
}
.clients-two-cols .client-list li:nth-child(2n+3),
.clients-two-cols .client-list li:nth-child(2n+4),

.clients-three-cols .client-list li:nth-child(3n+4),
.clients-three-cols .client-list li:nth-child(3n+5),
.clients-three-cols .client-list li:nth-child(3n+6),

.clients-four-cols .client-list li:nth-child(4n+5),
.clients-four-cols .client-list li:nth-child(4n+6),
.clients-four-cols .client-list li:nth-child(4n+7),
.clients-four-cols .client-list li:nth-child(4n+8),

.clients-five-cols .client-list li:nth-child(5n+6),
.clients-five-cols .client-list li:nth-child(5n+7),
.clients-five-cols .client-list li:nth-child(5n+8),
.clients-five-cols .client-list li:nth-child(5n+9),
.clients-five-cols .client-list li:nth-child(5n+10),

.clients-six-cols .client-list li:nth-child(6n+7),
.clients-six-cols .client-list li:nth-child(6n+8),
.clients-six-cols .client-list li:nth-child(6n+9),
.clients-six-cols .client-list li:nth-child(6n+10),
.clients-six-cols .client-list li:nth-child(6n+11),
.clients-six-cols .client-list li:nth-child(6n+12)
{
	border-top:1px solid #ddd;
}


.client-link{
	display:inline-block;
	background:#fff;
	padding:30px;
	border:1px solid #eaeaea;
	border-radius:2px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.client-link img{
	opacity:0.6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
	
.client-link:hover img{
	opacity:1;
}

/*
Back to top
=========================== */
.toTop{
	display:none;
	text-decoration:none;
	z-index:600;
	position:fixed;
	bottom:20px;
	right:20px;
	width:45px;
	height:45px;
	border:none;
	text-align:center;
	background-color:rgba(33, 33, 33, 0.6);
	border-radius:2px;
	color:#fff;
	font-size:16px;
	line-height:26px;
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
    padding-top: 8px;
}

.toTop:hover,
.toTop:focus{
    color: #fff;
}

/*
Twitter Feed
=========================== */
.tweet ul{
    margin:0;
    padding: 0;
}

.tweet ul li{
    list-style: none;
}

.twt-item img{
    display: none;
}

/*
Footer
=========================== */
footer{
	background:#181c1d;
	color:#959e9e;
	/*padding:70px 0 0 0;*/
}

footer.white-footer{
	background:#fff;
	color:#606060;
}

footer.white-footer h1, footer.white-footer h2, footer.white-footer h3, footer.white-footer h4, footer.white-footer h5, footer.white-footer h6{
	color:#2e2e35;
}

footer .widget{
	display:block;
	margin-bottom:30px;
}

.social-network{
	display:block;
	margin-top:20px;
}

.social-network a,
.social-network a:hover,
.social-network a:focus,
.social-network a:active{
	display:inline-block;
	margin-right:5px;
	color:#959e9e;
	font-size:45px;
	line-height:45px;
	text-decoration:none;
}

footer.white-footer .social-network a{
	color:#606060;
}

footer .link-list li{
	position:relative;
}

footer .link-list li:before{
	font-family: 'FontAwesome';
	content: "\f101";
	text-decoration:none;
}

footer .link-list li a{
	padding-left:10px;
}

footer .recent-post-list{
	margin:0;
	padding:0;
}

footer .recent-post-list li{
	position:relative;
	list-style:none;
	margin:0 0 15px 0;
	padding:0 0 15px 0px;
	border-bottom:1px dashed #4b4f50;
}

footer .recent-post-list li:last-child{
	border-bottom:none;
	margin:0;
}

/*footer .recent-post-list li:before{
	position:absolute;
	font-family: 'FontAwesome';
	content: "\f0f6";
	left:0;
	top:5px;
}*/

footer .recent-post-list li h6{
	font-size:14px;
	line-height:30px;
	margin:0;
}

footer .recent-post-list li h6 a{
	color:#959e9e;
}
.recent-post-list .recent-post-opt {
	padding-left: 34px;
	font-size: 12px;
	opacity: 0.7;
}
.dynamic-footer-widget .widget_nav_menu ul  {
	list-style: none;
	padding-left: 0px;
}
.dynamic-footer-widget .widget_nav_menu ul  li {
	position: relative;
}
.dynamic-footer-widget .widget_nav_menu ul li a {
    color: #b2b2b2;
    padding-left: 10px;
}
.dynamic-footer-widget .widget_nav_menu ul li:before {
    font-family: 'FontAwesome';
	content: "\f101";
	text-decoration: none;
}
.form-subscribe{
	position:relative;
	display:block;
	margin-top:20px;
}

.input-subscribe{
	display:block;
	width:100%;
	height:50px;
	font-size:13px;
	color:#959e9e;
	padding:10px 20px;
	background:none;
	border:1px solid #fff;
	border-radius:2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.input-subscribe::-moz-placeholder {
	color: #8b8b8b;
	opacity: 1;
}

.input-subscribe:-ms-input-placeholder {
	color: #8b8b8b;
}

.input-subscribe::-webkit-input-placeholder {
	color: #8b8b8b;
}

.btn-subscribe{
	position:absolute;
	font-size:16px;
	top:3px;
	right:3px;
	width:54px;
	height:44px;
	padding:0;
}

.subfooter{
	display:block;
	width:100%;
	text-align:center;
	background:#131617;
	padding:35px 0 30px 0;
}
.dynm-footer-row:not(:empty){
	padding-top: 70px;
	margin-bottom: 50px;
}
.copyright{
	font-size:12px;
}

.navbar-collapse .copyright{
	padding:0 30px;
}
nav.bootsnav.navbar-full .navbar-collapse ul.nav > li {
	text-align: center;
}
/*
Clear spacer
=========================== */
.margin-clear{
	margin:0 ;
}

.padding-clear{
	padding:0;
}

.margintop-clear{
	margin-top:0;
}

.paddingtop-clear{
	padding-top:0;
}

.marginbot-clear{
	margin-bottom:0;
}

.paddingbot-clear{
	padding-bottom:0;
}

.marginleft-clear{
	margin-left:0;
}

.paddingleft-clear{
	padding-left:0;
}

.marginright-clear{
	margin-right:0;
}

.paddingright-clear{
	padding-right:0;
}

.padding-top10{
	padding-top:10px;
}

.padding-top20{
	padding-top:20px;
}

.padding-top30{
	padding-top:30px;
}

.padding-top40{
	padding-top:40px;
}

.padding-top50{
	padding-top:50px;
}

.padding-top60{
	padding-top:60px;
}

.padding-top70{
	padding-top:70px;
}

.padding-bot5{
	padding-bottom:5px;
}

.padding-bot10{
	padding-bottom:10px;
}

.padding-bot15{
	padding-bottom:15px;
}

.padding-bot20{
	padding-bottom:20px;
}

.padding-bot30{
	padding-bottom:30px;
}

.padding-bot35{
	padding-bottom:30px;
}

.padding-bot40{
	padding-bottom:40px;
}

.padding-bot45{
	padding-bottom:45px;
}

.padding-bot50{
	padding-bottom:50px;
}

.padding-bot60{
	padding-bottom:60px;
}

.padding-bot70{
	padding-bottom:70px;
}

.margin-mintop10{
	margin-top:-10px;
}

.margin-mintop20{
	margin-top:-20px;
}

.margin-mintop30{
	margin-top:-30px;
}

.margin-mintop60{
	margin-top:-60px;
}

.margin-mintop110{
	margin-top:-110px;
	z-index:4;
}

.margin-minbot10{
	margin-bottom:-10px;
}

.margin-minbot20{
	margin-bottom:-20px;
}

.margin-minbot30{
	margin-bottom:-30px;
}

.margin-minbot60{
	margin-bottom:-60px;
}

/*
Custom left right spacer
=========================== */
.margin-left10{
	margin-left:10px;
}

.margin-right10{
	margin-right:10px;
}

.margin-left20{
	margin-left:20px;
}

.margin-right20{
	margin-right:20px;
}

/*
Custom top spacer
=========================== */
.margintop5{
	margin-top:5px;
}

.margintop10{
	margin-top:10px;
}

.margintop15{
	margin-top:15px;
}

.margintop20{
	margin-top:20px;
}

.margintop25{
	margin-top:25px;
}

.margintop30{
	margin-top:30px;
}

.margintop35{
	margin-top:35px;
}

.margintop40{
	margin-top:40px;
}

.margintop45{
	margin-top:45px;
}

.margintop50{
	margin-top:50px;
}

.margintop55{
	margin-top:55px;
}

.margintop60{
	margin-top:60px;
}

.margintop70{
	margin-top:70px;
}

.margintop80{
	margin-top:80px;
}

/*
Custom bottom spacer
=========================== */
.marginbot5{
	margin-bottom:5px;
}

.marginbot10{
	margin-bottom:10px;
}

.marginbot15{
	margin-bottom:15px;
}

.marginbot20{
	margin-bottom:20px;
}

.marginbot25{
	margin-bottom:25px;
}

.marginbot30{
	margin-bottom:30px;
}

.marginbot35{
	margin-bottom:35px;
}

.marginbot40{
	margin-bottom:40px;
}

.marginbot45{
	margin-bottom:45px;
}

.marginbot50{
	margin-bottom:50px;
}

.marginbot55{
	margin-bottom:55px;
}

.marginbot60{
	margin-bottom:60px;
}

.marginbot70{
	margin-bottom:70px;
}

.marginbot80{
	margin-bottom:80px;
}

/*
Custome responsive
=========================== */
@media (min-width:992px){
	.post_col-md-2 .recent-post-column {
		width: 16.66667%;
	}
	.post_col-md-2 .recent-post-column:nth-child(12n+7) .img-wrapper,
	.post_col-md-2 .recent-post-column:nth-child(12n+8) .img-wrapper,
	.post_col-md-2 .recent-post-column:nth-child(12n+9) .img-wrapper,
	.post_col-md-2 .recent-post-column:nth-child(12n+10) .img-wrapper,
	.post_col-md-2 .recent-post-column:nth-child(12n+11) .img-wrapper,
	.post_col-md-2 .recent-post-column:nth-child(12n+12) .img-wrapper{
		position: relative;
		left: 50%;
	}
	.post_col-md-2 .recent-post-column:nth-child(12n+7) .post-column-content,
	.post_col-md-2 .recent-post-column:nth-child(12n+8) .post-column-content,
	.post_col-md-2 .recent-post-column:nth-child(12n+9) .post-column-content,
	.post_col-md-2 .recent-post-column:nth-child(12n+10) .post-column-content,
	.post_col-md-2 .recent-post-column:nth-child(12n+11) .post-column-content,
	.post_col-md-2 .recent-post-column:nth-child(12n+12) .post-column-content{
		position: relative;
		right: 50%;
	}
	.post_col-md-3 .recent-post-column {
		width: 25%;
	}
	.post_col-md-3 .recent-post-column:nth-child(8n+5) .img-wrapper,
	.post_col-md-3 .recent-post-column:nth-child(8n+6) .img-wrapper,
	.post_col-md-3 .recent-post-column:nth-child(8n+7) .img-wrapper,
	.post_col-md-3 .recent-post-column:nth-child(8n+8) .img-wrapper{
		position: relative;
		left: 50%;
	}
	.post_col-md-3 .recent-post-column:nth-child(8n+5) .post-column-content,
	.post_col-md-3 .recent-post-column:nth-child(8n+6) .post-column-content,
	.post_col-md-3 .recent-post-column:nth-child(8n+7) .post-column-content,
	.post_col-md-3 .recent-post-column:nth-child(8n+8) .post-column-content{
		position: relative;
		right: 50%;
	}

	.post_col-md-4 .recent-post-column {
		width: 33.33333%;
	}
	.post_col-md-4 .recent-post-column:nth-child(6n+4) .img-wrapper,
	.post_col-md-4 .recent-post-column:nth-child(6n+5) .img-wrapper,
	.post_col-md-4 .recent-post-column:nth-child(6n+6) .img-wrapper{
		position: relative;
		left: 50%;
	}
	.post_col-md-4 .recent-post-column:nth-child(6n+4) .post-column-content,
	.post_col-md-4 .recent-post-column:nth-child(6n+5) .post-column-content,
	.post_col-md-4 .recent-post-column:nth-child(6n+6) .post-column-content{
		position: relative;
		right: 50%;
	}

	.post_col-md-6 .recent-post-column {
		width: 50%;
	}
	.post_col-md-6 .recent-post-column:nth-child(4n+3) .img-wrapper,
	.post_col-md-6 .recent-post-column:nth-child(4n+4) .img-wrapper{
		position: relative;
		left: 50%;
	}
	.post_col-md-6 .recent-post-column:nth-child(4n+3) .post-column-content,
	.post_col-md-6 .recent-post-column:nth-child(4n+4) .post-column-content{
		position: relative;
		right: 50%;
	}

	.post_col-md-12 .recent-post-column {
		width: 100%;
	}
	.post_col-md-12 .recent-post-column:nth-child(2n+2) .img-wrapper{
		position: relative;
		left: 50%;
	}
	.post_col-md-12 .recent-post-column:nth-child(2n+2) .post-column-content{
		position: relative;
		right: 50%;
	}
}
@media (min-width:768px ) and (max-width: 991px){ 
	.post_col-sm-2 .recent-post-column {
		width: 16.66667%;
	}
	.post_col-sm-2 .recent-post-column:nth-child(12n+7) .img-wrapper,
	.post_col-sm-2 .recent-post-column:nth-child(12n+8) .img-wrapper,
	.post_col-sm-2 .recent-post-column:nth-child(12n+9) .img-wrapper,
	.post_col-sm-2 .recent-post-column:nth-child(12n+10) .img-wrapper,
	.post_col-sm-2 .recent-post-column:nth-child(12n+11) .img-wrapper,
	.post_col-sm-2 .recent-post-column:nth-child(12n+12) .img-wrapper{
		position: relative;
		left: 50%;
	}
	.post_col-sm-2 .recent-post-column:nth-child(12n+7) .post-column-content,
	.post_col-sm-2 .recent-post-column:nth-child(12n+8) .post-column-content,
	.post_col-sm-2 .recent-post-column:nth-child(12n+9) .post-column-content,
	.post_col-sm-2 .recent-post-column:nth-child(12n+10) .post-column-content,
	.post_col-sm-2 .recent-post-column:nth-child(12n+11) .post-column-content,
	.post_col-sm-2 .recent-post-column:nth-child(12n+12) .post-column-content{
		position: relative;
		right: 50%;
	}

	.post_col-sm-3 .recent-post-column {
		width: 25%;
	}
	.post_col-sm-3 .recent-post-column:nth-child(8n+5) .img-wrapper,
	.post_col-sm-3 .recent-post-column:nth-child(8n+6) .img-wrapper,
	.post_col-sm-3 .recent-post-column:nth-child(8n+7) .img-wrapper,
	.post_col-sm-3 .recent-post-column:nth-child(8n+8) .img-wrapper{
		position: relative;
		left: 50%;
	}
	.post_col-sm-3 .recent-post-column:nth-child(8n+5) .post-column-content,
	.post_col-sm-3 .recent-post-column:nth-child(8n+6) .post-column-content,
	.post_col-sm-3 .recent-post-column:nth-child(8n+7) .post-column-content,
	.post_col-sm-3 .recent-post-column:nth-child(8n+8) .post-column-content{
		position: relative;
		right: 50%;
	}

	.post_col-sm-4 .recent-post-column {
		width: 33.33333%;
	}
	.post_col-sm-4 .recent-post-column:nth-child(6n+4) .img-wrapper,
	.post_col-sm-4 .recent-post-column:nth-child(6n+5) .img-wrapper,
	.post_col-sm-4 .recent-post-column:nth-child(6n+6) .img-wrapper{
		position: relative;
		left: 50%;
	}
	.post_col-sm-4 .recent-post-column:nth-child(6n+4) .post-column-content,
	.post_col-sm-4 .recent-post-column:nth-child(6n+5) .post-column-content,
	.post_col-sm-4 .recent-post-column:nth-child(6n+6) .post-column-content{
		position: relative;
		right: 50%;
	}

	.post_col-sm-6 .recent-post-column {
		width: 50%;
	}
	.post_col-sm-6 .recent-post-column:nth-child(4n+3) .img-wrapper,
	.post_col-sm-6 .recent-post-column:nth-child(4n+4) .img-wrapper{
		position: relative;
		left: 50%;
	}
	.post_col-sm-6 .recent-post-column:nth-child(4n+3) .post-column-content,
	.post_col-sm-6 .recent-post-column:nth-child(4n+4) .post-column-content{
		position: relative;
		right: 50%;
	}

	.post_col-sm-12 .recent-post-column {
		width: 100%;
	}
	.post_col-sm-12 .recent-post-column:nth-child(2n+2) .img-wrapper{
		position: relative;
		left: 50%;
	}
	.post_col-sm-12 .recent-post-column:nth-child(2n+2) .post-column-content{
		position: relative;
		right: 50%;
	}

}
/*@media (max-width:767px){
	.post_col-xs-2 .recent-post-column:nth-child(12n+7) .img-wrapper,
	.post_col-xs-2 .recent-post-column:nth-child(12n+8) .img-wrapper,
	.post_col-xs-2 .recent-post-column:nth-child(12n+9) .img-wrapper,
	.post_col-xs-2 .recent-post-column:nth-child(12n+10) .img-wrapper,
	.post_col-xs-2 .recent-post-column:nth-child(12n+11) .img-wrapper,
	.post_col-xs-2 .recent-post-column:nth-child(12n+12) .img-wrapper{
		position: relative;
		left: 50%;
	}
	.post_col-xs-2 .recent-post-column:nth-child(12n+7) .post-column-content,
	.post_col-xs-2 .recent-post-column:nth-child(12n+8) .post-column-content,
	.post_col-xs-2 .recent-post-column:nth-child(12n+9) .post-column-content,
	.post_col-xs-2 .recent-post-column:nth-child(12n+10) .post-column-content,
	.post_col-xs-2 .recent-post-column:nth-child(12n+11) .post-column-content,
	.post_col-xs-2 .recent-post-column:nth-child(12n+12) .post-column-content{
		position: relative;
		right: 50%;
	}
	.post_col-xs-3 .recent-post-column:nth-child(8n+5) .img-wrapper,
	.post_col-xs-3 .recent-post-column:nth-child(8n+6) .img-wrapper,
	.post_col-xs-3 .recent-post-column:nth-child(8n+7) .img-wrapper,
	.post_col-xs-3 .recent-post-column:nth-child(8n+8) .img-wrapper{
		position: relative;
		left: 50%;
	}
	.post_col-xs-3 .recent-post-column:nth-child(8n+5) .post-column-content,
	.post_col-xs-3 .recent-post-column:nth-child(8n+6) .post-column-content,
	.post_col-xs-3 .recent-post-column:nth-child(8n+7) .post-column-content,
	.post_col-xs-3 .recent-post-column:nth-child(8n+8) .post-column-content{
		position: relative;
		right: 50%;
	}
	.post_col-xs-4 .recent-post-column:nth-child(6n+4) .img-wrapper,
	.post_col-xs-4 .recent-post-column:nth-child(6n+5) .img-wrapper,
	.post_col-xs-4 .recent-post-column:nth-child(6n+6) .img-wrapper{
		position: relative;
		left: 50%;
	}
	.post_col-xs-4 .recent-post-column:nth-child(6n+4) .post-column-content,
	.post_col-xs-4 .recent-post-column:nth-child(6n+5) .post-column-content,
	.post_col-xs-4 .recent-post-column:nth-child(6n+6) .post-column-content{
		position: relative;
		right: 50%;
	}
	.post_col-xs-6 .recent-post-column:nth-child(4n+3) .img-wrapper,
	.post_col-xs-6 .recent-post-column:nth-child(4n+4) .img-wrapper{
		position: relative;
		left: 50%;
	}
	.post_col-xs-6 .recent-post-column:nth-child(4n+3) .post-column-content,
	.post_col-xs-6 .recent-post-column:nth-child(4n+4) .post-column-content{
		position: relative;
		right: 50%;
	}
	.post_col-xs-12 .recent-post-column:nth-child(2n+2) .img-wrapper{
		position: relative;
		left: 50%;
	}
	.post_col-xs-12 .recent-post-column:nth-child(2n+2) .post-column-content{
		position: relative;
		right: 50%;
	}

}*/




@media (min-width:922px) and (max-width : 1260px) {
	.half-column-wrapp .half-column.pull-left {
		padding:80px 15px 60px 60px;
	}
	.half-column-wrapp .half-column.column-content {
		padding:60px;
	}
	.team-half-column .team-content{
		padding:10px 30px 10px 30px;
	}
	.team-half-column .team-content h5{
		font-size:18px;	
		margin-bottom:0;
	}
	.team-half-column .team-content span{
		margin-bottom:0;
	}
	.team-half-column .team-content .progress.type1{
		margin-bottom:0;
	}
	.team-half-column .team-content .progress.type1 .data-progress{
		font-size:10px;
	}
	.cta-wrapp.secondary{
		padding-bottom:40px;
	}
	.cta-content{
		padding-left:95px;
	}
	.cta-content .icon{
		font-size:28px;
		padding:20px;
		top:10px;
	}
	.cta-content .btn{
		position:relative;
		width:100%;
	}
	.recent-post-column .post-column-content{
		padding:20px;
	}
	.recent-post-column .post-column-content h5{
		font-size:14px;
		line-height:24px;
	}
	.half-column-wrapp .half-column.column-content {
		padding:60px;
	}
}

/*
Tablet (portrait and landscape)
=========================== */
@media (max-width:990px){
	.column-box.margintop80{
		margin-top:0;
	}
	.half-column-wrapp .half-column{
		width:100%;
		padding:0;
	}
	.half-column-wrapp .half-column.pull-left {
		padding:0;
	}
	.half-column-wrapp .half-column.column-content,
	.half-column-wrapp .half-column.pull-left.column-content{
		padding:60px;
	}
	.flex-direction-nav .flex-prev {opacity: 0; left: 0;}
	.flex-direction-nav .flex-next {opacity: 0; right: 0;}
	.process-thumbnail-item,
	.process-thumbnail li{
		width:100%;
		margin:0 0 60px 0;
		text-align:center;
		padding-top:60px;
	}
	.process-thumb-image{
		position:relative;
		left:auto;
		top:auto;
		margin:0;
	}
	.process-thumbnail-item.onright .process-thumb-image,
	.process-thumbnail li.onright .process-thumb-image{
		left:auto;
		right:auto;
		top:auto;
		margin:0;
	}
	.process-thumb-content{
		position:relative;
		float:left;
		width:100%;
		padding:40px 60px 60px 60px;
		z-index:2;
	}
	.process-thumbnail-item.onright .process-thumb-content,
	.process-thumbnail li.onright .process-thumb-content{
		padding:40px 60px 60px 60px;
		text-align:center;
	}
	.process-thumbnail-item:after,
	.process-thumbnail li:after{
		left:50%;
		margin-left:-1px;
	}
	.cta-wrapp.secondary{
		padding-bottom:40px;
	}
	.cta-content{
		padding-left:95px;
	}
	.cta-content .icon{
		font-size:28px;
		padding:20px;
		top:10px;
	}
	.cta-content .btn{
		position:relative;
		width:100%;
	}
	.btn-horizontal a{
		margin-bottom:10px;
	}
	.product-containt .rating{
		position:relative;
		width:100%;
		right:auto;
		bottom:auto;
	}
	.speciality-column{
		width:100%;
	}
	.paper-body .col-md-4{
		width:100%;
	}
	.speciality-column.speciality-content{
		padding:40px;
	}
	.timeline-wrapp-vc,
	.timeline-wrapp{
		padding:0;
	}
	.timeline-column{
		width:100%;
		padding:0;
	}
	.timeline-wrapp-vc .column-box,
	.timeline-wrapp .column-box{
		margin:0;
	}
	.timeline-column.setleft,
	.timeline-column.setright{
		padding:140px 0 0 0;
		float:left;
	}
	.timeline-column:after{
		display:none;
	}
	.timeline-column.setleft:before,
	.timeline-column.setright:before{
		left:50%;
		right:auto;
		top:0;
		margin-left:-7px;
	}
	.timeline-column.setleft .timeline-time,
	.timeline-column.setright .timeline-time{
		left:50%;
		right:auto;
		text-align:center;
		margin-left:-110px;
		top:50px;
	}
	.timeline-column.setleft .timeline-time:after,
	.timeline-column.setright .timeline-time:after{
		display:none;
	}
	.full-recent-post{
		padding:80px 15px;
	}
	.full-recent-post .container{
		margin-bottom:-30px;
	}
	.recent-post-column{
		position:realive;
		width:100%;
		border:1px solid #eaeaea;
		border-radius:2px;
		margin-top:30px;
	}
	.recent-post-column .post-column-content{
		padding:30px;
	}
	.recent-post-column .post-column-content h5{
		font-size:18px;
		line-height:36px;
	}
	.navbar-collapse .copyright{
		padding:0 0 30px 0;
		margin:-10px 0 0 0;
	}
	.fullwidth.aside-container .col-xs-4,
	.fullwidth.aside-container .col-sm-4,
	.row.aside-container .col-xs-4,
	.row.aside-container .col-sm-4,
	.fullwidth.aside-container .col-md-4,
	.fullwidth.aside-container .col-lg-4
	.row.aside-container .col-md-4,
	.row.aside-container .col-lg-4{
		width: 100%;
	}
	.booking-wrapp{
		padding-bottom:80px;
	}
	.booking-col-wrapp{
		margin-top:-15px;
		margin-bottom:10px;
	}
	.booking-col-wrapp:before{
		right:-15px;
		border-bottom: 15px solid #c8cbce;
	}
	.booking-col-wrapp:after{
		left:-15px;
		border-bottom: 15px solid #c8cbce;
	}
	.booking-col-content:before{
		border-top: 15px solid #c8cbce;
		right:-15px;
	}
	.booking-col-content:after{
		border-top: 15px solid #c8cbce;
		left:-15px;
	}
	.booking-content{
		padding:40px 0 0 0;
	}
	.booking-content .img-container{
		margin:0;
	}
	.grider{
		float:left;
	}
	.filter-items.pull-left.text-only,
	.filter-items.pull-right.text-only{
		margin-top:-40px;
	}
	.half-column-wrapp .half-column.hero-left{
		margin-bottom:30px;
	}
	.half-column-wrapp .half-column.hero-left:after{
		display:none;
	}
	.main-introduce{
		margin-bottom:-20px;
	}
	.landingpage-form{
		position:relative;
		width:100%;
	}
	.menu-list-wrapp{
		padding:0;
	}
	.menu-list-body,
	.menu-list-main{
		padding:20px;
	}
	.menu-book-wrapp{
		margin-bottom:-80px;
	}
	.menu-book-img,
	.menu-book-content{
		width:100%;
	}
	.menu-book-footer{
		padding-bottom:80px;
	}
	.custom-tabs ul.nav{
		display: block;
	}
	.custom-tabs ul.nav > li{
		display: block;
		width:100%;
		margin-bottom:2px;
	}
	.custom-tabs ul.nav > li > a{
		display: block;
		width:100%;
	}
	.tabbable ul.nav,
	.tabbable ul.nav > li{
		width:100%;
		margin-left:0;
	}
	.tabbable ul.nav > li > a{
		display: block;
		width:100%;
	}
	.custom-tabs.tabs-icon,
	.custom-tabs.tabs-icon ul.nav > li > a .fa,
	.custom-tabs.tabs-icon .tab-content{
		text-align:left;
	}
	.custom-tabs.tabs-icon ul.nav > li > a .fa{
		display:inline-block;
		font-size:18px;
		margin-right:5px;
	}
	.custom-tabs.tabs-icon ul.nav > li > a:hover,
	.custom-tabs.tabs-icon ul.nav > li > a:focus,
	.custom-tabs.tabs-icon ul.nav > li > a,
	.custom-tabs.tabs-icon ul.nav > li.active > a{
		padding:15px 20px 0 20px;
		border:1px solid #eaeaea;
	}
	.filter-attributes .form-group{
		padding-left:0;
	}
	.img-column{
		display:none;
		width:100%;
	}
	.logreg-contain{
		width:100%;
	}
	.hero-vc {
		margin-bottom: 30px;
	}
}

/*
Smartphones  (portrait and landscape)
=========================== */
@media (max-width:767px){
	ul.top-share,
	ul.top-link{
		border:none;
	}
	ul.top-share li a{
		width:auto;
		padding-right:8px;
		border:none;
	}
	ul.top-link li{
		padding:0;
	}
	ul.top-link li a{
		padding:3px 5px 3px 0;
	}
	.title-head:before,
	.title-head.pull-right:before,
	.title-head.centered:before{
		width:100%;
		margin:0;
		left:0;
	}
	.column-box.margintop80{
		margin-top:0;
	}
	.process-line-vc > .wpb_column:before,
	.process-line-vc > .wpb_column:after,
	ol.process-line > li:before,
	ol.process-line > li:after{
		display:none;
	}
	.half-column-wrapp .half-column{
		width:100%;
	}
	.half-column-wrapp .half-column.pull-left {
		padding:0;
	}
	.flex-direction-nav .flex-prev {opacity: 0; left: 0;}
	.flex-direction-nav .flex-next {opacity: 0; right: 0;}
	.team-half-wrapp .team-half-column{
		width:100%;
	}
	.team-half-wrapp{
		border-right:none;
		border-bottom:1px solid #eaeaea;
	}
	.team-half-column .img-responsive{
		width:100%;
	}
	.team-half-wrapp:before,
	.team-half-wrapp:after{
		width:1px;
		height:100%;
		top:0;
	}
	.team-half-wrapp:before{
		right:auto;
		left:0;
	}
	.team-half-wrapp:after{
		bottom:auto;
	}
	.fullwidth.aside-container .col-xs-4,
	.fullwidth.aside-container .col-sm-4,
	.row.aside-container .col-xs-4,
	.row.aside-container .col-sm-4,
	.fullwidth.aside-container .col-md-4,
	.fullwidth.aside-container .col-lg-4
	.row.aside-container .col-md-4,
	.row.aside-container .col-lg-4{
		width: 100%;
	}
	.single-recent-blog{
		margin:0;
	}
	.recent-post-column .img-wrapper,
	.recent-post-column .post-column-content{
		width:100%;
	}
	.filter-items.filter-wrapp{
		padding:20px 0 15px 0;
	}
	.filter-items.filter-wrapp li{
		margin:0;
	}
	.filter-items.filter-wrapp li a,
	.filter-items.filter-wrapp li a:hover,
	.filter-items.filter-wrapp li a:focus,
	.filter-items.filter-wrapp li a:active{
		border:1px solid #d5d5d5;
		border-right:1px solid #d5d5d5;
		margin:0 0 5px 0;
		padding:5px 20px;
		border-radius:0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.cta-button-wrapp{
		width:100%;
	}
	.resume-head{
		left:-10px;
	}
	.resume-head:before{
		bottom:-10px;
		border-top: 10px solid red;
		border-left: 10px solid transparent;
	}
	.paper-body:before,
	.paper-top:before,
	.paper-bottom:before{
		left:30px;
	}
	.paper-body{
		padding:70px 20px 0 50px;
	}
	.filter-attributes .form-group{
		padding-left:0;
	}
    .styled-table.mobile-responsive thead {
		display: none;
	}
	.styled-table.mobile-responsive tbody {
		width: 100%;
	}
	.styled-table.mobile-responsive tbody tr{
		overflow: hidden;
		height: auto;
		width: 100%;
		border: 1px solid #e3e3e3;
	}
	.styled-table.mobile-responsive tbody tr td{
		display: block;
		text-align: left;
		padding-left: calc(50% + 10px);
		position: relative;
		overflow: hidden;
		height: auto;
		border-bottom: 1px solid #f0f0f0;
	}
	.styled-table.mobile-responsive tbody tr td:first-child{
		padding: 10px;
		padding-left: calc(50% + 10px);
	}
	.styled-table.mobile-responsive tbody tr td.text-right{
		text-align: left;
	}
	.styled-table.mobile-responsive tbody tr td:before {
		content: attr(data-title);
		display: block;
		font-weight: bold;
		position: absolute;
		left: 0px;
		top: 0px;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		height: 100%;
		background-color: #fdfdfd;
	}
    .shoppingcart-action .col-md-4{
        text-align: left;
        margin-bottom: 15px;
    }
	.media-left{
		margin:0;
		padding:0;
	}
	.media-body{
		margin:0;
		padding:20px 20px 0 20px;
		border-radius:2px;
	}
	.media .media-object{
		width:40px;
		height:40px;
	}
	.main-example .countdown-container {
		height: 280px;
	}
	.main-example .time {
		margin: 20px 5px;
	}
}

/*
Preloading
=========================== */


#anakual-loading{
	background:rgba(255, 255, 255, 1);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index:9999999;
	margin-top: 0px;
	top: 0px;
	color:#787878;
	text-align:center;
	font-size:18px;
	letter-spacing:4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
div.loading-invisible{
    display:none;
}
.loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}

.loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 50px;
	margin-top: -25px;
	margin-left: -25px;
   -ms-transform: rotate(45deg); 
   	-webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
	-webkit-animation: loading-center-absolute 1.5s infinite;
	animation: loading-center-absolute 1.5s infinite;
}

.object{
	width: 25px;
	height: 25px;
	float: left;	
}

#object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
	}
#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	}
#object_three {
	-webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	}
#object_four {
	-webkit-animation: object_four 1.5s infinite;
	animation: object_four 1.5s infinite;
	}
	

@-webkit-keyframes loading-center-absolute {
  100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolute {
  100% { 
    transform:  rotate(-45deg);
    -webkit-transform:  rotate(-45deg);
  }
}



@-webkit-keyframes object_one {
  25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_one {
  25% { 
    transform: translate(0,-50px) rotate(-180deg);
    -webkit-transform: translate(0,-50px) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}


@-webkit-keyframes object_two {
  25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_two {
  25% { 
    transform: translate(50px,0) rotate(-180deg);
    -webkit-transform: translate(50px,0) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}

@-webkit-keyframes object_three {
  25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_three {
  25% { 
    transform:  translate(-50px,0) rotate(-180deg);
    -webkit-transform:  translate(-50px,0) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: rtranslate(0,0) rotate(-180deg);
  }
}


@-webkit-keyframes object_four {
  25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_four {
  25% { 
    transform: translate(0,50px) rotate(-180deg); 
    -webkit-transform: translate(0,50px) rotate(-180deg);  
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}


.loading-center p{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 90px;
	margin-left: -79px;	
}

/*
Demo
=========================== */
.demo-panel{
	background:#fdfdfd;
	width:360px;
	display:none;
	height:100%;
	left:0;
	padding:40px 0; 
	top:0;
	position:fixed;
	_position:absolute;
	z-index:9999;
	-webkit-box-shadow: 4px 1px 5px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 4px 1px 5px 0px rgba(0,0,0,0.14);
	box-shadow: 4px 1px 5px 0px rgba(0,0,0,0.14);
}

a.openpanel{ 
	background-image:url(images/openpanel-demo.png); 
	background-repeat:no-repeat;
	background-position:0 0;
	padding:110px 0;
	width:52px;
	height:255px;
	border-left:none;
	border-radius:0 2px 2px 0;
	color:#333;
	display:block;
	left:0;
	text-align:center;
	font-size:18px;
	top:165px;
	z-index:99999; 
	position:fixed;
	_position:absolute; 
	border-left:none;
	text-decoration:none;
}
	
a.active.openpanel{ 
	border-left:none;
	_position:absolute; 
	left:360px;
}

a.openpanel:hover{
	outline:none;
	color:#333;
}

.demo-col{
	float:left;
	width:100%;
	padding:0 30px;
	margin-bottom:20px;
}

.demo-col h6{
	margin-bottom:15px;
}

.stylechanger{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.stylechanger li{
	float:left;
	width:25%;
	list-style:none;
	margin:0 0 15px 0;
	padding:0 10px 0 0;
	text-align:center;
}

.stylechanger li a{
	display:block;
	width:100%;
	height:50px;
	margin-bottom:5px;
	border-radius:2px;
	border:5px solid #fcfcfc;
}

.stylechanger li a:hover,
.stylechanger li a:focus,
.stylechanger li a:active{
	border:5px solid #e4e8e9;
}

#color1{ background-color:#ff4629; }
#color2{ background-color:#ffc029; }
#color3{ background-color:#d38b5b; }
#color4{ background-color:#ea2123; }
#color5{ background-color:#53c647; }
#color6{ background-color:#45be95; }
#color7{ background-color:#e81dc9; }
#color8{ background-color:#a12ec2; }
#color9{ background-color:#317fce; }
#color10{ background-color:#30bae2; }

.demo-header{
	padding:260px 0 160px 0;
}
.demo-header {
	padding-bottom: 0px;
}
.demo-header .logo{
	display:inline-block;
	margin-bottom:10px;
}

.demo-header h4{
	text-transform:uppercase;
	font-weight:700;
	margin:0;
}

.demo-header h1{
	font-size:64px;
	line-height:84px;
	font-weight:300;
}

.demo-image{
	border:1px solid #ddd;
	border-radius:2px;
	padding:10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.grid-item:hover .demo-image{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
@media (max-width: 767px){
	.demo-panel {
		width: 260px;
		overflow-y: scroll;
	}
	a.active.openpanel {
		left: 260px;
	}
	.stylechanger li {
		width: 33.33%;
	}
	.comment.media .comment.media {
		margin-left: 0px;
	}
}

@media (max-width: 480px){
    .cap-btn.btn-resp,
    .btn-resp {
    	padding: 6px 10px;
    	font-size: 11px;
    	line-height: 11px;
    	border-radius:2px;
    }
}
@media (max-width: 778px){
    .cap-btn.btn-resp,
    .btn-resp {
    	padding: 10px 15px;
    	font-size: 13px;
    	line-height: 13px;
    	border-radius:2px;
    }
}

