/*
Theme Name: AutoRepair
Theme URI: http://www.cohhe.com/demo/autorepair
Author: Cohhe
Author URI: http://www.cohhe.com/
Description: AutoRepair is a powerful, feature-rich theme that lets you customize a wide variety of features from the comfort of your Dashboard.
Version: 1.6.2
Tags: right-sidebar, custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options
License: GNU General Public License
License URI: license.txt
Text Domain: autorepair
*/

/*------------------------------------------------------------------
[Table of contents]

1. Header
2. Meet the team
3. Happy Clients
4. Top banner component
5. Middle header text container
6. For middle phone container
7. Index middle content - about company
8. Our partners
9. Slider navigation
10. Bottom contact form
11. Contact form placeholder color
12. General
13. Force middle content
14. Blockquote blog post
15. Message box
16. Buttons
17. Tabs
18. Top left image position
19. Typography
20. Header
21. Twitter widget
22. Social widget
23. Nav menu widget
24. List widgets
25. Search widget
26. Custom menu
27. Contact widget
28. Recent comments
29. VC button icons
30. Recentpostsplus
31. Recent posts
32. Wordpress Core
33. Standard gallery
34. Image sizes depending on the number of columns
35. prettyPhoto style
36. Calendar
37. Recommended Isotope styles
38. Smoothscroll
39. Icons
40. Carousel template
41. Bottom info block
42. Bottom date and map container
43. Contact form 7 custom style
44. New VC styles
45. Google maps plugin style
46. Footer main menu
47. Index blog posts
48. Blog post page
49. Share button styles
50. Autorepair social media links
51. Login plugin
52. Like button
53. Flickr feed style
54. Subscribe widget
55. About author
56. Next and previous posts
57. Related content
58. Toggle button
59. About author
60. Thumbnails
61. Override defaults
62. 404 page
63. Comments
64. Add coment block
65. Bubble info
66. Static height only
67. Contact/Info form
68. Override defaults
69. Blog page style
70. Mobile menu

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

/* Header */

.get_quote_button.vc_btn {
	border-radius: 2px;
}

.top-header-content {
	max-width: 1200px;
	margin: 0 auto;
}

.header_side_image {
	position: absolute;
	right: 0px;
	width: 100%;
	height: 100%;
}

.header_side_image > img {
	float: right;
	height: 100%;
}

.vh_wrapper .horizontal_line {
	width: 100%;
	border: 0; 
	border-top: 1px 
	solid #1aa3ff;
	margin-bottom: 5px;
	margin-top: 10px;
}

.view_map_button {
	color: #fff;
	background-color: #0089e5;
	border-color: #0089e5;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	min-width: 80px;
	height: 22px;
	font-weight: 300;
	font-family: 'Roboto';
	position: absolute;
	left: 271px;
	top: 46px;
	-webkit-transition: .2s box-shadow; 
	-moz-transition: .2s box-shadow;
	-ms-transition: .2s box-shadow;
	-o-transition: .2s box-shadow;
	transition: .2s box-shadow;
}

.view_map_button:hover {
	-webkit-box-shadow: 0px 6px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);
	-moz-box-shadow: 0px 6px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);
	box-shadow: 0px 6px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);
	-webkit-transition: .2s box-shadow; 
	-moz-transition: .2s box-shadow;
	-ms-transition: .2s box-shadow;
	-o-transition: .2s box-shadow;
	transition: .2s box-shadow;
}

.view_map_button > span {
	filter: alpha(opacity=70);
	font-size: 11px;
	font-weight: 300;
	font-family: 'Roboto';
	-webkit-font-smoothing: initial;
}

.auto_repair_logo_url {
	//padding-left: 98px;
}

.phone-ico {
	float: left;
	padding-top: 43px;
	padding-left: 2px;
	font-size: 45px;
	color: #ffffff;
}

.get_quote_button {
	color: black;
	background-color: #3de3d3;
	min-width: 169px;
	height: 46px;
	font-weight: 600;
	font-family: 'Roboto';
	margin-top: 4px;
	margin-right: 16px;
	float: right;

	-webkit-box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.6);
	-moz-box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.6);
	box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.6);
	-webkit-transition: .2s box-shadow; 
	-moz-transition: .2s box-shadow;
	-ms-transition: .2s box-shadow;
	-o-transition: .2s box-shadow;
	transition: .2s box-shadow;
}

.get_quote_button:hover {
	-webkit-box-shadow:  0 6px 6px -2px rgba(34, 34, 34, 0.3), 0 0 2px 1px rgba(34, 34, 34, 0.3);
	-moz-box-shadow:  0 6px 6px -2px rgba(34, 34, 34, 0.3), 0 0 2px 1px rgba(34, 34, 34, 0.3);
	box-shadow: 0 6px 6px -2px rgba(34, 34, 34, 0.3), 0 0 2px 1px rgba(34, 34, 34, 0.3);

	-webkit-transition: .2s box-shadow; 
	-moz-transition: .2s box-shadow;
	-ms-transition: .2s box-shadow;
	-o-transition: .2s box-shadow;
	transition: .2s box-shadow;
}

.get_quote_button > span {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.working-hours-label {
	font-size: 12px;
	padding-top: 29px;
	padding-left: 104px;
	height: 20px;
	font-weight: 400;
	font-family: 'Roboto';
}

.working-hours {
	min-width: 245px;
	float: left;
}

.working-hours-time > span {
	font-size: 28px;
	padding-left: 103px;
	height: 23px;
	font-weight: 400;
	font-family: 'Roboto';
	color: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);

	position: absolute;
}

.working-hours-date {
	font-size: 12px;
	padding-left: 105px;
	font-weight: 400;
	font-family: 'Roboto';
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 73px;
}

.phone-number-label {
	font-size: 12px;
	color: #fff;
	padding-top: 26px;
	padding-left: 47px;
	height: 20px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font-weight: 300;
	font-family: 'Roboto';

	-webkit-font-smoothing: initial;
}

.phone-number-number,
body .wrapper .phone-number-number a {
	font-size: 28px;
	color: #fff;
	padding-left: 47px;
	font-weight: 600;
	font-family: 'Roboto';
}

body .wrapper .phone-number-number a {
	padding-left: 0;
}

.top_right_side .phone-number {
	padding-left: 0px;
	padding-right: 0px;
	min-width: 245px;
	position: absolute;
	left: 378px;
	top: 3px;
}

.auto_repair_logo{
	padding-top: 30px;
	margin-bottom: 16px;
	max-width: 300px;
	float: left;
	margin-left: 15px;
}

.main_menu_content{
	padding-top: 8px;
	height: 60px;
	z-index: 1001;
}

.menu-menu-1-container{
	margin-left: -12px;
}

.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;
}

.main_menu_content > div > ul > .current-menu-ancestor, 
.current-menu-item {
	border-bottom-style: solid;
	border-bottom: 1px solid #fc3e3e;
	border-bottom: 1px solid rgb(252,62,62);
	border-width: 4px;
}

.main_menu_content > div > ul > li > ul > .current-menu-item {
	border: 0px solid;
}

.main_menu_content > div > ul > li > ul > .current-menu-item > a {
	background-color: #0099ff;
	color: #fff;
}

.main_menu_content > div > ul > li > ul > li > ul .current-menu-item {
	border: 0px solid;
}

.main_menu_content > div > ul > li > ul > li > ul .current-menu-item > a{
	background-color: #0099ff;
	color: #fff;
}

.main_menu_content > div > ul > li > ul > .current-menu-item:hover > a,
.main_menu_content > div > ul > li > ul > li > ul .current-menu-item:hover > a {
	background-color: #eeeeee;
	color: #000;
	text-decoration: none;
}

.post-password-form [name="post_password"] {
	border: 0;
	border-bottom: 1px solid #cccccc;
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 400;
	padding-left: 0;
	padding-bottom: 9px;
	margin-bottom: 19px;
	text-indent: 0;
	background: transparent;
}

.post-password-form input[type="submit"] {
	border: 0;
	text-shadow: none;
	background-color: #0099ff;
	font-family: 'Roboto';
	font-weight: 500;
	color: #ccebff;
	border-radius: 2px;
	padding: 8px 23px;
	font-size: 14px;
}

/* Meet the team */
.the_team_heading > .wpb_wrapper > p {
	font-family: 'Roboto';
	font-weight: 200;
	font-size: 50px;
}

.the_team_heading {
	margin-left: -5px;
}

.the_team_main_class {
	background-color: #fff;
	margin-right: 20px;

}

.team_block > .full_name {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 28px;
	color: #0099ff;
	margin-top: 24px;
}

.team_block > .phone_number > span {
	font-family: 'Roboto';
	font-weight: 200;
	font-size: 18px;
	color: #666666;
	margin-left: 5px;
	-webkit-font-smoothing: initial;
}

.team_block > .phone_number {
	margin-top: 12px;
	margin-left: 0px;
	font-size: 27px;
}

.team_block > .e_mail > a {
	font-family: 'Roboto';
	font-weight: 200;
	font-size: 18px;
	color: #666666;
	margin-left: 8px;
	word-wrap: break-word;
	-webkit-font-smoothing: initial;
}

.team_block > .e_mail {
	margin-left: 0px;
	margin-top: -1px;
	font-size: 20px;
}

.team_block > .e_mail:before,
.team_block > .phone_number:before {
	position: relative;
	top: 2px;
	color: #666;
}

.team_block > .user_position {
	color: #333333;
	margin-top: 1px;
}

.team_block > .profile_image {
	margin-left: 0px;
	margin-top: 17px;
}

.team_block > .profile_image img {
	display: block;
	width: 100%;
}

.team_block_container {
	background-color: #fff;
}

.wrapper .team_block {
	display: block;
	width: 100%;
	margin-left: -1px;
}

/* Happy Clients */
.happy_clients_heading > .wpb_wrapper > p {
	font-family: 'Roboto';
	font-weight: 200;
	font-size: 50px;
	color: #333333;
	margin-left: 8px;
	margin-top: 3px;
	line-height: 46px;
}

.happy_clients_heading {
	margin-left: -12px;
}

.post_content-m > .content{
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 15px;
	color: #333333;
	min-height: 65px;
	background-color: #fff;
}

.post_content-m > .triangle-topleft {
	background: url('images/question_m1.png') no-repeat bottom right;
	width: 36px;
	height: 31px;
	float: right;
	margin-left: 23px;
	float: left;
	position: relative;
}

.post_content-m > .triangle-bottomright {
	background: url('images/bubble_side.png') no-repeat bottom right;
	width: 44px;
	height: 137px;
	float: right;
	margin-right: -44px;
	margin-top: -132px;
}


.post_content-m > .meta_full_name{
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 28px;
	color: #0099ff;
	margin-top: 19px;
	margin-left: 18px;
	margin-bottom: 22px;
	float: left;
}

.post_content-m > .meta_car_name{
	color: #333333;
	position: absolute;
	margin-left: 19px;
	margin-top: 45px;
}

.post_content-m {
	width: 330px;
}

/* Top banner component */

.tp-rightarrow.custom {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.tp-leftarrow.custom {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.vhrs_top_component {
	position: relative;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	z-index:1000;
}

.vhrs_header_text {
	font-family: 'Roboto';
	font-weight: 200;
	font-size: 50px;
	color: #0099ff;

	margin-left: 40px;
	margin-top: 7px;
	line-height: 40px;
}

.wrapper .vhrs_content_text {
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 22px;
	font-size: 15px;
	color: #333333;
	margin-top: 26px;
	margin-left: 44px;
}

.vhrs_cost_txt {
	float: left;
	margin-top: 23px;
	margin-bottom: 20px;
}

.vhrs_cost_txt > span {
	font-weight: 200;
}

.vhrs_cost {
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 30px;
	color: #333333;
	height: 20px;
	margin-left: 42px;
}

.vhrs_cost > span {
	font-family: 'Roboto';
	font-weight: 200;
	font-size: 30px;
	color: #333333;
}

.max-width .vhrs_extra_class {
	float: left;
	margin-top: -524px;
	z-index:1000;
	width: 100%;
	margin-left: 0px;
	background-color: #ffffff;
	position: relative;
	box-shadow: 0px 1px 4px 1px rgba(34,34,34,0.2);
	-webkit-box-shadow: 0px 1px 4px 1px rgba(34,34,34,0.2);
	-moz-box-shadow: 0px 1px 4px 1px rgba(34,34,34,0.2);
}

.vhrs_button {
	float: left;
	margin-left: 17px;
	margin-top: 5px;
}

.wrapper .vhrs_button-round {
	display:block;
	width:59px;
	height:59px;
	line-height:60px;
	border: 2px solid #0099ff;
	border-radius: 50%;
	color:#f5f5f5;
	text-align:center;
	text-decoration:none;
	background: #0099ff;
	font-size:20px;
	color: white;
	margin-bottom: 32px;

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.wrapper .vhrs_button-round:hover {
   -webkit-box-shadow: 0px 4px 7px 0px rgba(34, 34, 34, 0.4);
	-moz-box-shadow: 0px 4px 7px 0px rgba(34, 34, 34, 0.4);
	box-shadow: 0px 4px 7px 0px rgba(34, 34, 34, 0.4);
   
   -webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.wrapper .vhrs_button-round:active {
	box-shadow: 0px 7px 6px -2px rgba(34,34,34,0.5);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.vhrs_button-round a:hover {
	text-decoration: none;
}

.vhrs_offer {
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 11px;
	color: #009999;
	margin-left: 45px;
	position: absolute;
	padding-top: 28px;
}

.vhrs_offer_fix {
	height: 44px;
}

.vhrs_red_button {
	position: absolute;
	color: #fff;
	background-color: #ff3333;
	padding: 13px 12px 11px 16px !important;

	font-weight: 600;
	font-family: 'Roboto';
	-webkit-box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.6);
	-moz-box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.6);
	box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.6);
	
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.vhrs_red_button > span:not(.rippleWrap) {
	margin-left: 10px !important;
	padding: 4px 4px 4px 4px !important;
	margin-right: 10px !important;
	font-size: 16px !important;
	line-height: 15px !important;
}

.vhrs_red_button span {
	font-size: 16px !important;
}

.rippleWrap {
	pointer-events: none;
}

.vhrs_red_button:hover {
	-webkit-box-shadow: 0px 2px 6px 1px rgba(34, 34, 34, 0.5);
	-moz-box-shadow: 0px 2px 6px 1px rgba(34, 34, 34, 0.5);
	box-shadow: 0px 2px 6px 1px rgba(34, 34, 34, 0.5);
	
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.vhrs_white_button {
	position: absolute;
	color: #000;
	background-color: #fff;
	font-weight: 600;
	font-family: 'Roboto';
	-webkit-box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.6);
	-moz-box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.6);
	box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.6);
	
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;

	padding: 12px 9px 10px 10px !important;
}

.vhrs_white_button > span {
	margin-left: 15px !important;
	margin-right: 15px !important;
	font-size: 16px !important;
	line-height: 15px !important;
}

.vhrs_white_button:hover {
	-webkit-box-shadow: 0px 2px 6px 1px rgba(34, 34, 34, 0.5);
	-moz-box-shadow: 0px 2px 6px 1px rgba(34, 34, 34, 0.5);
	box-shadow: 0px 2px 6px 1px rgba(34, 34, 34, 0.5);
	
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

/* Middle header text container */
.vhmt_top_content {
	max-width: 820px;
	margin-top: 86px
}

.vhmt_header_text {
	font-family: 'Roboto';
	font-weight: 200;
	font-size: 50px;
}

.vhmt_content_text {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
	margin-top: 27px;
	line-height: 26px;
	margin-bottom: 0px;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.last_toggle_el_margin,
.wpb_button {
	margin-bottom: 35px;
}

/* For middle phone container */
.vhmt_top_phone {
	margin-top: 131px;
	margin-left: 56px;
}
.vhmt_phone_text {
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 28px;
	float: left;
	margin-left: 10px;
	
	color: #0099ff;
}

.vhmt_phone_ico {
	float: left;
	font-size: 45px;
	color: #0099ff;
	line-height: 15px;
}

.vhmt_call_us {
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 12px;
	color: #0099ff;
	margin-left: 47px;
	height: 20px;
	padding-top: 8px;
}

/* Index middle content - about company */

.wpb_wrapper .vhmid_container {
	overflow: hidden;
	background-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,.1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,.1);
}


.vhmid_header {
	font-family: 'Roboto';
	font-weight: 200;
	font-size: 30px;
	color: #666666;
	margin-top: 49px;
}

.vhmid_image {
	position: absolute;
	top: 0px;
	right: 0px;
}

.vhmid_content {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
	color: #666666;
	line-height: 25px;
}

.vhmid_blank_space {
	max-width: 352px;
}

.vhmid_left_header {
	margin-left: 50px;
	-webkit-font-smoothing: initial;
}

.vhmid_right_header {
	margin-left: -52px;
	-webkit-font-smoothing: initial;
}

.wrapper .vhmid_left_content {
	margin-top: 22px;
	margin-left: 51px;
	max-width: 360px;
	float: left;
	color: #666666;
}

.wrapper .vhmid_left_mbutton button,
.wrapper .vhmid_right_mbutton button {
	height: 33px;
	line-height: 14px;
}

.vhmid_content.vhmid_right_content {
	margin-left: -49px;
	margin-top: 22px;
	max-width: 360px;
	float: left;
	color: #666;
}

.vhmid_button {
	float: left;
	margin-top: 10px;
	background-color: #e8e8e8;
	height: 32px;
	line-height: 5px;
	-webkit-transition: .2s box-shadow; 
	-moz-transition: .2s box-shadow;
	-ms-transition: .2s box-shadow;
	-o-transition: .2s box-shadow;
	transition: .2s box-shadow;
}

.vhmid_button > span {
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 14px;
}

.vhmid_button:hover {
	-webkit-box-shadow: 0px 4px 7px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 4px 7px 2px rgba(0,0,0,.3);
	box-shadow: 0px 4px 7px 2px rgba(0,0,0,.3);

	-webkit-transition: .2s box-shadow; 
	-moz-transition: .2s box-shadow;
	-ms-transition: .2s box-shadow;
	-o-transition: .2s box-shadow;
	transition: .2s box-shadow;
}

.vhmid_left_button {
	margin-left: 51px;
	min-width: 122px;
	margin-top: 16px;
	height: 38px;
	line-height: 10px;
}

.vhmid_right_button {
	margin-left: -50px;
	min-width: 122px;
	margin-top: 16px;
	height: 38px;
	line-height: 10px;
	float: left;
}

.vhmid_right_wi {
	max-width: 380px;
}

.vhmid_left {
	width: 37% !important;
	margin-bottom: 46px;
}

.vhmid_right {
	width: 63% !important;
}

/* Our partners */
.vhmid_partners_heading > .wpb_wrapper > p {
	font-family: 'Roboto';
	font-weight: 200;
	font-size: 50px;
	margin-left: -3px;
}

/* Slider navigation */
.tp-bullets.custom .tp-bullet {
	background: url('css/images/bullets.png') no-repeat bottom left;
	width: 23px;
	height: 23px;
	background-position: 0px 1;
}

.tp-bullets.custom .selected {
	background: url('css/images/bullets.png') no-repeat bottom left;
	width: 23px;
	height: 23px;
	background-position: 0px 0;
}

.tp-bullets.simplebullets.square-old .tp-bullet {
	background: url('images/bullets1.png') no-repeat bottom left;
	width: 23px;
	height: 23px;
	background-position: 0px 1;
}

.tp-bullets.simplebullets.square-old .selected {
	//background: url('images/bullets1.png') no-repeat bottom left;
	width: 23px;
	height: 23px;
	background-position: 0px 0;
}

.tp-leftarrow.custom {
	background: url('css/images/left_arrow.png') no-repeat 0 0;
	width: 60px;
	height: 60px;
}

.tp-leftarrow.custom:hover {
	background: url('css/images/left_arrow.png') no-repeat 0 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.tp-rightarrow.custom {
	background: url('css/images/right_arrow.png') no-repeat 0 0;
	width: 60px;
	height: 60px;
}

.tp-rightarrow.custom:hover {
	background: url('css/images/right_arrow.png') no-repeat 0 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

body .rev_slider .tp-leftarrow.custom:before,
body .rev_slider .tp-rightarrow.custom:before {
	content: '';
}

.comments_container {
	margin-bottom: 30px;
}

/* Bottom contact form */
.book_contact_form {
	margin-top: 24px;
	margin-left: -17px;
}

.book_contact_form > .contact_main{
	float: left;
}

.wpcf7 .contact_name,
.wpcf7 .contact_phone {
	width: 170px;
	padding-right: 15px;
}

.book_contact_form > .contact_info{
	width: 600px;
}

.book_contact_form > .contact_button > .contact_submit_button{
	margin-left: 16px;
	margin-top: -14px;
	min-height: 45px;
	min-width: 216px;
	border-radius: 2px;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 16px;

	-webkit-transition-duration: .2s; 
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.book_contact_form > .contact_button > .contact_submit_button:hover{
	-webkit-box-shadow: 0 6px 6px -2px rgba(34, 34, 34, 0.3), 0 0 2px 1px rgba(34, 34, 34, 0.3);
	-moz-box-shadow: 0 6px 6px -2px rgba(34, 34, 34, 0.3), 0 0 2px 1px rgba(34, 34, 34, 0.3);
	box-shadow: 0 6px 6px -2px rgba(34, 34, 34, 0.3), 0 0 2px 1px rgba(34, 34, 34, 0.3);
	-webkit-transition-duration: .2s; 
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}


.book_contact_form > .contact_main > span > input[type="text"], textarea {
	background: transparent;
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	height: 20px;
	border: solid 1px #77c4f6;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding-bottom: 7px;
	text-indent: 15px;
	width: 100%;

	-webkit-font-smoothing: initial;
}


.book_contact_form > .contact_main > span > .contact_info_input[type="text"] {
	width: 100%;
}

.book_contact_form > .contact_main > span > input[type="text"]:focus, textarea:focus{
	outline: 0;
}

.book_contact_form > .contact_main > span > input[type="tel"], textarea {
	background-color : #0099ff;
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	height: 20px;
	border: solid 1px #77c4f6;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding-bottom: 7px;
	text-indent: 15px;
	width: 100%;

	-webkit-font-smoothing: initial;
}

.book_contact_form > .contact_main > span > input[type="tel"]:focus, textarea:focus{
	outline: 0;
}

/* Contact form placeholder color */
.book_contact_form .contact_main input::-webkit-input-placeholder {  
	color: #fff;
	font-weight: 300 !important;
}

.book_contact_form .contact_main input:-moz-placeholder {  
	color: #fff;
	font-weight: 300 !important;
}

.book_contact_form .contact_main input::-moz-placeholder {  
	color: #fff;
	font-weight: 300 !important;
}

.book_contact_form .contact_main input:-ms-input-placeholder {  
	color: #fff;
	font-weight: 300 !important;
}

/* General */

.wrapper .content .sidebar-right {
	padding-right: 0
}

body {
	-webkit-font-smoothing: antialiased;
}

.wrapper input:focus {
	outline: none;
}

body.single-post .page-wrapper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.wrapper b {
	font-family: 'Roboto';
	font-weight: 400;
}

.wrapper .content {
	margin-bottom: 0px;
}

.overlay-hide {
	display: none;
}

body .max-width {
	max-width: 1200px;
	margin: 0 auto;
}

body .max-width > div {
	width: 100% !important;
	left: 0 !important;
}

.max-width-1170 {
	max-width: 1170px;
	margin: 0 auto;
}

.max-width-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}

.max-width-color {
	background-size: cover;
}

.max-width-i {
	max-width: 1200px;
	margin: 0 auto !important;
}

strong img {
	margin: 5px;
}

.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
	margin: 0 0 5px 0;
}

.wrapper h1 {
	text-transform: uppercase;
	font-size: 34px;
	line-height: 48px;
	color: #0099ff;
	margin-bottom: 27px;
}

.wrapper h2 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 48px;
	color: #0099ff;
	font-weight: 300;
	margin-bottom: 17px;
}

.wrapper h3 {
	text-transform: uppercase;
	font-size: 24px;
	color: #000;
	line-height: 48px;
	margin-bottom: 16px;
}

.wrapper h4 {
	font-size: 20px;
	color: #000;
	line-height: 48px;
	margin-bottom: 16px;
}

.wrapper h5 {
	font-size: 16px;
	color: #000;
	line-height: 48px;
	margin-bottom: 8px;
}

.wrapper h6 {
	font-size: 14px;
	color: #000;
	line-height: 48px;
}

.wrapper .rippleAnimate {
	background-color: #fff;
	opacity: 0.5;
}

.wrapper .wpb_button:focus {
	outline: none;
}

/* Force middle content */
.content_middle {
	max-width: 1200px !important;
	margin: 0 auto !important;
}

blockquote {
	border: 1px solid #0099ff;
	background-color: #0099ff;
	border-radius: 0 35px 35px;
	float: right;
	margin: 60px !important;
}

blockquote p {
	padding: 30px;
	font-family: 'Roboto';
	font-size: 14px !important;
	font-weight: 300;
	font-style: italic;
	color: #eee !important;
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 6px;
	-webkit-font-smoothing: initial;
}

blockquote a {
	color: #fff !important;
	font-size: 14px !important;
}

/* Blockquote blog post */
.blog-open-content > blockquote {
	float: none;
}

.size_full {
	margin-left: auto;
	margin-right: auto;
}

/* Message box */
.wrapper .vc_message_box {
	height: 56px;
	border: 0 !important;
	box-shadow: 0px 0px 6px 1px rgba(34, 34, 34, 0.3);

}

.vc_message_box .fa {
	font-size: 17px !important;
	color: #ffffff !important;
}

.vc_message_box p {
	padding-top: 0px !important;
	color: #ffffff !important;
	font-size: 14px !important;
	padding-left: 11px;
	margin-top: -1px;
	opacity: 0.8;
}

.vc_color-black {
	background-color: #323232 !important;
}

.vc_color-danger {
	background-color: #fc3e3e !important;
}

.vc_color-success {
	background-color: #009999 !important;
}

/* Buttons */
.wrapper .wpb_button {
	padding: 16px 27px 13px 27px;
	border: 0;
	text-shadow: none;
	box-shadow: 0px 0px 3px 1px rgba(34, 34, 34, 0.2);

	-webkit-transition: .2s; 
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.wrapper .wpb_button.wpb_btn-small {
	padding: 8px 23px;
	font-size: 14px;
}

.wrapper .wpb_button.wpb_btn-mini {
	padding: 7px 13px;
	font-size: 11px;
	line-height: 11px;
}

.wrapper .wpb_button.rounded {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	padding: 0;
	line-height: 60px;
}

.wrapper .wpb_button.rounded i.icon {
	position: relative;
	margin: 0;
}

.wrapper .wpb_button.rounded:hover {
	box-shadow: 0px 7px 6px -2px rgba(34, 34, 34, 0.3);
}

.wrapper .wpb_button.rounded:active {
	box-shadow: 0px 7px 6px -2px rgba(34, 34, 34, 0.5);
}

.wrapper .wpb_button.gray {
	background-color: #e8e8e8;
}

.wrapper .wpb_button:hover {
	box-shadow: 0px 3px 7px 1px rgba(34, 34, 34, 0.3);
}

.wrapper .wpb_button:active {
	box-shadow: 0px 7px 6px -1px rgba(34, 34, 34, 0.3);
	text-shadow: none;
}

.wrapper .wpb_btn-transparent .rippleAnimate {
	background-color: #999;
}

.wrapper .wpb_button {
	text-transform: uppercase;
}

.wrapper .wpb_btn-primary {
	border: 0;
	text-shadow: none;
	background-color: #0099ff;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 16px;
	color: #ccebff;
	border-radius: 2px;
}

.wrapper .wpb_btn-primary:hover {
	background-color: #0099ff;
	color: #ccebff;
	text-shadow: none;
}

.wrapper .wpb_btn-primary:active {
	background-color: #0089e5;
	color: #ccebff;
}

.wrapper .wpb_btn-transparent {
	background-color: #fff;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 16px;
	color: #333333;
}

.wrapper .wpb_btn-transparent:hover {
	background-color: #fff;
	color: #333333;
	text-shadow: none;
}

.wrapper .wpb_btn-transparent:active {
	background-color: #e5e5e5;
	color: #333333;
}

.wrapper .wpb_btn-inverse {
	background-color: #323232;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 16px;
	color: #c0c0c0;
}

.wrapper .wpb_btn-inverse:hover {
	background-color: #323232;
	color: #c0c0c0;
	text-shadow: none;
}

.wrapper .wpb_btn-inverse:active {
	background-color: #2d2d2d;
}

.wrapper .wpb_btn-danger {
	background-color: #ff3333;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 16px;
	color: #ffd6d6;
}

.wrapper .wpb_btn-danger:hover {
	background-color: #ff3333;
	color: #ffd6d6;
	text-shadow: none;
}

.wrapper .wpb_btn-danger:active {
	background-color: #e52e2e;
}

.wrapper .wpb_btn-success {
	background-color: #3de3d3;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 16px;
	color: #333333;
}

.wrapper .wpb_btn-success:hover {
	background-color: #3de3d3;
	color: #333333;
	text-shadow: none;
}

.wrapper .wpb_btn-success:active {
	background-color: #37ccbd;
}

.vh_wrapper hr {
	border: 0;
	border-top: 1px solid #d1d1d1;
	margin-bottom: 30px;
}

.vh_wrapper .wpb_accordion_header {
	padding-top: 16px !important;
	padding-bottom: 16px;
	background-color: #ffffff !important;
	padding-left: 7px;
	outline: 0;
}

.ui-icon-triangle-1-s:before {
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-variant: normal;
	text-transform: none;
	content: '\28';
}

.ui-icon-triangle-1-s {
	background-image: none !important;
	font-size: 14px;
	color: #999999;
}

.ui-icon-triangle-1-e:before {
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-variant: normal;
	text-transform: none;
	content: '\27';
}

.ui-icon-triangle-1-e {
	background-image: none !important;
	font-size: 14px;
	color: #999999;
}

.vh_wrapper .ui-accordion-header-active {
	margin-bottom: 0px !important;
	border-left: 6px solid #0099ff;
	border-bottom: 0;
}

.vh_wrapper .ui-accordion-header-active .ui-accordion-header-icon{
	right: 16px !important;
}

.vh_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
	padding-left: 61px;
	padding-bottom: 6px;
	color: #0099ff;
}

.vh_wrapper .ui-accordion-header-active a {
	padding-left: 55px !important;
}

.wpb_accordion_content {
	background-color: #ffffff;
	border-left: 6px solid #0099ff;
	padding-top: 8px !important;
	padding-bottom: 17px !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {
	margin-top: 11px;
	box-shadow: 0px 0px 3px 1px rgba(34, 34, 34, 0.2);
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content.ui-accordion-content-active {
	margin-bottom: 12px;
	box-shadow: 0px 3px 3px 1px rgba(34, 34, 34, 0.2);
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	z-index: 22;
	position: relative;
}

.wrapper .wpb_tabs .wpb_tabs_nav li .ui-tabs-anchor {
	padding: 8px 20px;
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab .wpb_wrapper p {
	font-weight: 700;
}

.wrapper .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	padding: 21px 0;
}

.wpb_accordion_content .wpb_text_column {
	padding: 0px 50px 20px 51px !important;
}

.wpb_accordion_wrapper  a:hover {
	text-decoration: underline !important;
}

.wpb_accordion_wrapper  a:hover {
	text-decoration: underline !important;
}

.wpb_accordion_section {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	-webkit-transition: margin .2s;
	-moz-transition: margin .2s;
	-ms-transition: margin .2s;
	-o-transition: margin .2s;
	transition: margin .2s;
}

.wpb_accordion_section:hover {
	box-shadow: 0px 4px 7px 3px rgba(34, 34, 34, 0.2);
	z-index: 2;
	position: relative;
}

.wrapper .wpb_accordion_section:hover .wpb_accordion_header,
.wrapper .wpb_accordion_section:hover .wpb_accordion_content {
	box-shadow: none;
}

.wpb_accordion_header:hover .ui-accordion-header-icon {
	color: #0099ff;
}

.wpb_accordion_content p {
	padding-top: 0px !important;
}

.vh_wrapper .ui-accordion-header-icon {
	position: relative !important;
	float: left;
	margin-left: 27px;
	margin-top: -2px;
}

/* Tabs */
.wpb_tour_tabs_wrapper ul li a {
	text-transform: uppercase;
	color: #333333;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 500;
}

.wpb_tour_tabs_wrapper ul li {
	position: relative;
	z-index: 2;
	background-color: #eeeeee !important;
}

.wpb_tour_tabs_wrapper ul .ui-tabs-active {
	border-bottom: 4px solid #0099ff;
}

.wpb_tour_tabs_wrapper ul li:hover {
	padding-bottom: 3px;
	border-bottom: 1px solid #0099ff;
}

.wpb_tour_tabs_wrapper ul .ui-tabs-active:hover {
	border-bottom: 4px solid #0099ff;
	padding-bottom: 0;
}

.wpb_tour_tabs_wrapper ul .ui-tabs-active a {
	color: #0099ff;
}

.wpb_tour_tabs_wrapper .ui-tabs-panel {
	background-color: #eeeeee !important;
	font-weight: 500;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/* Top left image position */
.vh_left_top_bck {
	background-position: top left;
	background-size: auto;
}

.vh_right_top_bck {
	background-position: top right;
	background-size: auto;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

body {
	background-color: #eeeeee;
	margin: 0;
	padding: 0;
	background-size: 100%;
}

.wrapper {
	margin: 0 auto;
	overflow: visible !important;
}

.clearer:before,
.clearer:after {
  display: table;
  content: " ";
}

.clearer:after {
  clear: both;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.wrapper .breadcrumb a:hover {
	color: #49d1ff;

	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.overflow_hidden {
	overflow: hidden;
	width: 103.5%;
	margin-left: -25px;
	padding-left: 25px;
}

.main-body-color {
	background-color: #007aff;
}

.align_center {
	text-align: center;
}

.no_margin_bottom {
	margin-bottom: 0 !important;
}

.margin_bottom_10 {
	margin-bottom: 10px !important;
}

.gap {
	clear: both;
}

.wrapper {
	position: relative;
	left: 0;
	overflow: visible;
}

.delimiter {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 0 1px 0 2px;
}

.breadcrumb {
	position: relative;
	top: 18px;
	float: right;
}

.breadcrumb,
.wrapper .breadcrumb a {
	font-size: 12px;
	color: #666;
	font-weight: 300;
	text-decoration: none;
}

.wrapper .breadcrumb .current {
	font-weight: 300;
	font-size: 12px;
	color: #666;
}

.breadcrumb .delimiter:before {
	padding: 0 2px;
}

.page-sidebar-right.page-wrapper .page_info {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-top: 35px;
}

.page-sidebar-right.page-wrapper .page_info hr {
	margin-top: 38px;
	margin-bottom: 26px;
}

.vh_wrapper {
	overflow: hidden;
}

.page-wrapper ul,
.page-wrapper ol,
.page-wrapper dl,
.comment-content ul,
.comment-content ol {
	list-style-position: inside;
	padding-left: 20px;
	margin-bottom: 0px;
}

.wrapper, .vh_wrapper button {
	outline: none;
}

.wrapper address,
.wrapper pre {
	margin-bottom: 15px;
}

.wrapper td,
.wrapper th {
	border: 1px solid #ccc;
	padding: 3px 8px;
}

.wrapper table {
	margin-bottom: 15px;
}

#vh_loading_effect {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 22222;
	background: rgba(241, 241, 241, 0.97);
	opacity: 1;
	display: none;

	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

#vh_loading_effect.hide {
	opacity: 0;
}

#vh_loading_effect:before,
#vh_loading_effect:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	border-radius: 50%;
	z-index: 9999999;
}

#vh_loading_effect:before {
	background: #0081c0;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-animation: moveLeft 0.6s linear infinite alternate;
	animation: moveLeft 0.6s linear infinite alternate;
}

#vh_loading_effect:after {
	background: #ff6600;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-animation: moveRight 0.6s linear infinite alternate;
	animation: moveRight 0.6s linear infinite alternate;
}

/* Typography */

.wrapper p {
	margin-bottom: 30px;
	line-height: 30px;
}

.wrapper img.alignright {
	margin-left: 15px;
	margin-bottom: 15px;
}

.wrapper a {
	color: #0099ff;

	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.wrapper a:hover {
	text-decoration: underline;
}

/* Header */

.top-header {
	display: block;
	position: relative;
	background-color: #379aff;
	margin-bottom: 25px;
}

.working-hours-label {
	font-size: 12px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* Twitter widget */

.autorepair-twitter.widget .tweet_text {
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	float: left;
	clear: both;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	padding-top: 8px;
	font-weight: 300;
}

.autorepair-twitter.widget .tweet_text a {
	font-size: 16px;
	color: #000;
	text-decoration: underline;
}

.autorepair-twitter.widget .tweet_text a:hover {
	color: #cc0000;
	
}

.autorepair-twitter.widget ul.tweet_list li .tweet_text_container > a,
.autorepair-twitter.widget ul.tweet_list li .tweet_text_container .tweet_user,
.autorepair-twitter.widget ul.tweet_list li .tweet_follow {
	display: none;
}

.autorepair-twitter.widget ul.tweet_list li:last-child .tweet_follow {
	display: block;
	margin-top: 19px;
	float: left;
}

.autorepair-twitter.widget ul.tweet_list li .tweet_time a {
	display: block;
	color: #333333;
	font-size: 13px;
	font-weight: 300;
}

.autorepair-twitter.widget ul.tweet_list li .tweet_time a:before {
	padding-right: 5px;
}

.autorepair-twitter.widget ul.tweet_list li {
	padding-bottom: 8px;
}

.autorepair-twitter.widget ul.tweet_list li .tweet_follow a {
	background-color: #ffcc33;
	font-size: 18px;
	color: #333;
	padding: 9px 8px 10px 15px;
	display: inline-block;
	position: relative;
	z-index: 1;
	font-weight: 300;
}

.autorepair-twitter.widget ul.tweet_list li .tweet_follow a:before {
	float: right;
	font-size: 19px;
	padding-left: 11px;
	padding-right: 7px;
	color: #000;
}

/* Social widget */

.widget .social_links {
	margin: 0;
	padding: 0;
}

.widget .social_links li:before {
	display: none !important;
}

.social_links {
	list-style: none;
}

.social_links li {
	min-height: 40px;
	width: 100%;
	margin: 0 6px 0px 0;
	padding: 0;
	float: left;
	background-color: #fafafa;
	border-bottom: none !important;
	padding-top: 13px;
	padding-bottom: 16px;
	padding-left: 17px;
	box-sizing: border-box;
	min-height: 70px;
}

.social_links li:hover {
	pointer: cursor;
	background-color: #fff;
}

.social_links a {
	width:40px;
	height:40px;
	display:block;
	float: left;
	text-decoration:none;
	outline:none;
	text-indent:-9999em;
}

.social_links .rss {
	background:url(images/social-icons/rss.png) 0 0 no-repeat;
}

.social_links .twitter {
	background:url(images/social-icons/twitter.png) 0 0 no-repeat;
}

.social_links .facebook {
	background:url(images/social-icons/facebook.png) 0 0 no-repeat;
}

.social_links .flickr {
	background:url(images/social-icons/flickr.png) 0 0 no-repeat;
}

.social_links .youtube {
	background:url(images/social-icons/youtube.png) 0 0 no-repeat;
}

.social_links .linkedin {
	background:url(images/social-icons/linkedin.png) 0 0 no-repeat;
}

.social_links .foursquare {
	background:url(images/social-icons/foursquare.png) 0 0 no-repeat;
}

.social_links .delicious {
	background:url(images/social-icons/delicious.png) 0 0 no-repeat;
}

.social_links .digg {
	background:url(images/social-icons/digg.png) 0 0 no-repeat;
}

.social_links .skype {
	background:url(images/social-icons/skype.png) 0 0 no-repeat;
}

.social_links .tumblr {
	background:url(images/social-icons/tumblr.png) 0 0 no-repeat;
}

.social_links .vimeo {
	background:url(images/social-icons/vimeo.png) 0 0 no-repeat;
}

.social_links .instagram {
	background:url(images/social-icons/instagram.png) 0 0 no-repeat;
}

.social_links .pintrest {
	background:url(images/social-icons/pintrest.png) 0 0 no-repeat;
}

.social_links .google {
	background:url(images/social-icons/google.png) 0 0 no-repeat;
}

/* Nav menu widget */

.widget_nav_menu li {
	padding: 0 0 0 15px;
	background: url('images/carret.png') 0px 9px no-repeat;
}

.footer .widget_nav_menu li {
	background-position: 0px 7px;
}

/* List widgets */

.widget ul {
	margin-top: -5px;
}

.widget ul.children,
.widget ul.sub-menu {
	margin: 5px 0 5px 20px;
}

.wrapper .widget li {
	position: relative;
	list-style-type: none;
	line-height: 18px;
}

/* Search widget */

.wrapper .search.widget .sb-search-input {
	border: 1px solid #c8c8c8;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin-top: 18px;
	padding-bottom: 10px;
	width: 235px;
	color: #5b5b5b;
	background-color: #fafafa;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
	margin-left: 2px;
	margin-bottom: 2px;
	width: 96%;
}

.search.widget .sb-icon-search {
	display: none;
}

.search.widget .sb-search-submit {
	margin-top: 15px;
}

.autorepair-contactform.widget .submitButton {
	margin-top: 15px;
	display: block;
}

input[type=submit]:focus,
input[type=button]:focus {
	outline: none !important;
}

.search.widget .sb-search-submit:hover,
.autorepair-contactform.widget .submitButton .btn-primary:hover {
	box-shadow: 0px 1px 2px 1px rgba(34, 34, 34, 0.4);
}

.search.widget .sb-search {
	position: relative;
}

.wrapper .textwidget p:last-child {
	margin-bottom: 0;
}

/* Custom menu */

.wrapper .custommenu.widget li a {
	background: transparent;
}

.custommenu.widget li.current-menu-item {
	border: none;
}

/* Contact widget */

.autorepair-contactform.widget input[type=text],
.autorepair-contactform.widget input[type=email],
.autorepair-contactform.widget textarea {
	border: 1px solid #c8c8c8;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin-top: 18px;
	padding-bottom: 10px;
	color: #5b5b5b;
	background-color: #fafafa;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;

	-webkit-transition: border-color .2s ease-in;
	-moz-transition: border-color .2s ease-in;
	-ms-transition: border-color .2s ease-in;
	-o-transition: border-color .2s ease-in;
	transition: border-color .2s ease-in;
}

.wrapper .autorepair-contactform.widget textarea {
	min-width: 0;
}

/* Recent comments */

.recent-comments-author .author-image img {
	display: block;
	border-radius: 50%;
}

.recent-comments-author .author-image {
	float: left;
	display: block;
}

.recent-comments-author .author-name {
	font-size: 12px;
	color: #999;
	padding-left: 5px;
}

.recent-comments-content {
	margin-top: 4px;
}

.recent-comments-content .comment-text {
	font-size: 18px;
	color: #000;
	line-height: 22px;
}

.recent-comments-post {
	line-height: 16px;
}

.recent-comments-post a {
	font-size: 12px;
	color: #999;
}

.recent-comments-item {
	margin-bottom: 17px;
}

.recent-comments-item:last-child {
	margin-bottom: 0;
}

.wrapper .wpb_content_element .wpb_tabs_nav {
	position: relative;
}

.wrapper .wpb_content_element .wpb_tabs_nav:before {
	content: '';
	border-bottom: 1px solid #b8b8b8;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.pagenav.sidebar_login_links {
	padding: 15px;
}

/* VC button icons */

.wpb_button.rounded i.icon {
	background: none;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.wpb_button.rounded i.icon:before {
	font-family: 'icons';
	font-size: 20px;
	color: #fff;
}

.wpb_button.wpb_btn-transparent.rounded i.icon:before {
	color: #333;
}

.wrapper .wpb_address_book i.icon:before {
	content: '\2b';
}

.wrapper .wpb_balloon_twitter i.icon:before {
	content: '\f309';
}

.wrapper .wpb_alarm_clock i.icon:before {
	content: '\2f';
}

.wrapper .wpb_mail i.icon:before {
	content: '\e822';
}

.wrapper .wpb_heart i.icon:before {
	content: '\e80c';
}

.wrapper .wpb_balloon_facebook i.icon:before {
	content: '\32';
}

.wrapper .wpb_balloon i.icon:before {
	content: '\33';
}

.wrapper .wpb_application_image i.icon:before {
	content: '\34';
}

.wrapper .wpb_anchor i.icon:before {
	content: '\35';
}

.wrapper .wpb_binocular i.icon:before {
	content: '\36';
}

.wrapper .wpb_document_image i.icon:before {
	content: '\37';
}

.wrapper .wpb_document_music i.icon:before {
	content: '\38';
}

.wrapper .wpb_bookmark i.icon:before {
	content: '\39';
}

.wrapper .wpb_camcorder i.icon:before {
	content: '\3d';
}

.wrapper .wpb_camera i.icon:before {
	content: '\3a';
}

.wrapper .wpb_chart i.icon:before {
	content: '\3b';
}

.wrapper .wpb_chart_pie i.icon:before {
	content: '\3c';
}

.wrapper .wpb_video i.icon:before {
	content: '\3e';
}

.wrapper .wpb_shield i.icon:before {
	content: '\3f';
}

.wrapper .wpb_play i.icon:before {
	content: '\40';
}

.wrapper .wpb_fire i.icon:before {
	content: '\41';
}

.wrapper .wpb_clock i.icon:before {
	content: '\42';
}

.wrapper .wpb_battery i.icon:before {
	content: '\31';
}

.wrapper .wpb_balloon_buzz i.icon:before {
	content: '\e805';
}

.wrapper .wpb_document_excel i.icon:before {
	content: '\43';
}

.wrapper .wpb_document_office i.icon:before {
	content: '\47';
}

.wrapper .wpb_document_pdf i.icon:before {
	content: '\44';
}

.wrapper .wpb_document_powerpoint i.icon:before {
	content: '\45';
}

.wrapper .wpb_document_word i.icon:before {
	content: '\46';
}

.wrapper .wpb_hammer i.icon:before {
	content: '\49';
}

.wrapper .wpb_asterisk i.icon:before {
	content: '\48';
}

.wrapper .wpb_arrow i.icon:before {
	content: '\e818';
}

/* Recentpostsplus */

.widget {
	background-color: #fafafa;
	border-radius: 3px;
	margin-bottom: 84px;
	box-shadow: 0px 1px 4px 1px rgba(34, 34, 34, 0.2);
	overflow: hidden;
	padding: 18px;
}

.autorepair-aboutus.widget,
.autorepair-recentpostsplus.widget,
.sidebarlogin.widget,
.autorepair-fastflickrwidget.widget,
.mailpoetsubscriptionform.widget,
.autorepair-socialnetworklinks.widget {
	padding: 0;
}

.wrapper .mailpoetsubscriptionform.widget {
	overflow: visible;
}

.wrapper .widget:first-child {
	margin-top: 73px;
}

.widget ul {
	padding: 0;
	margin-top: 0;
}

.widget h4 {
	color: #0099ff;
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 17px;
	text-transform: uppercase;
	margin-bottom: 21px;
}

.item-title-bg {
	margin-top: -67px;
	left: 15px;
	position: absolute;
}

.autorepair-aboutus.widget .item-title-bg,
.autorepair-recentpostsplus.widget .item-title-bg,
.sidebarlogin.widget .item-title-bg,
.autorepair-fastflickrwidget.widget .item-title-bg,
.mailpoetsubscriptionform.widget .item-title-bg,
.autorepair-socialnetworklinks.widget .item-title-bg {
	margin-top: -49px;
}

.autorepair-recentpostsplus.widget .news-item {
	box-sizing: border-box;
	margin-top: -1px;
}

.autorepair-recentpostsplus.widget .news-item:nth-last-child(2) .post_container {
	border: none;
}

.autorepair-recentpostsplus.widget .news-item .post_container {
	border-bottom: 1px solid #ececec;
}

.autorepair-recentpostsplus.widget .news-item:hover,
.autorepair-recentpostsplus.widget .news-item:hover .post_container {
	background-color: #fff;
}

.autorepair-recentpostsplus.widget .post-time {
	font-size: 12px;
	font-weight: 300;
	color: #666666;
	padding-top: 18px;
	display: block;
	line-height: 16px;
}

.autorepair-recentpostsplus.widget .news_image {
	position: relative;
}

.autorepair-recentpostsplus.widget .news_image:not(.no_thumb):before {
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
	position: absolute;
	bottom: 0px;
	left: 24px;
}

.autorepair-recentpostsplus.widget .news_image a img {
	display: block;
}

.autorepair-recentpostsplus.widget .post_container > a {
	font-size: 18px;
	line-height: 22px;
	color: #000;
}

.autorepair-recentpostsplus.widget .post_container > a:hover {
	color: #993399;
}

.autorepair-recentpostsplus.widget .post_container h3,
.autorepair-recentpostsplus.widget .post_container h3 a {
	color: #ff6600;
	font-size: 24px;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 0px;
}

.autorepair-recentpostsplus.widget .post_container h3 a:hover {
	text-decoration: underline;
}

.wrapper .autorepair-recentpostsplus.widget .post_container p {
	font-size: 13px;
	color: #000;
	line-height: 20px;
	margin: 0;
}

.autorepair-recentpostsplus.widget .post_container .post-categories,
.autorepair-recentpostsplus.widget .post_container .post-categories a,
.autorepair-recentpostsplus.widget .post_container .post-comments {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

.autorepair-recentpostsplus.widget .post_container .post-comments {
	padding-left: 4px;
	font-size: 10px;
}

.autorepair-recentpostsplus.widget .post_container .post-categories a:hover {
	color: #993399;
	text-decoration: underline;
}

.autorepair-recentpostsplus.widget .post_container .post-comments:before {
	padding-right: 2px;
}

.autorepair-recentpostsplus.widget .post_container .post-comments:before {
	font-size: 10px;
}

.autorepair-recentpostsplus.widget .post_container .post-info {
	line-height: 18px;
	margin-top: 1px;
}

/* Recent posts */

.recentposts.widget ul {
	margin-left: 0px;
}

.recentposts.widget ul span {
	font-size: 14px;
	color: #333;
}

.widget .content-form #contact_name,
.widget .content-form #contact_email {
	margin-bottom: 5px;
	width: 100%;
	box-sizing: border-box;
}

.wrapper .widget .content-form .textarea.input-block-level {
	width: 100% !important;
	height: 100%;
	max-width: 100% !important;
	margin-bottom: 3px;
	line-height: 21px;
	box-sizing: border-box;
}

.widget .content-form #contact_name:focus,
.widget .content-form #contact_email:focus,
.widget .content-form .textarea.input-block-level:focus {
	outline: 0;
}

/* Wordpress Core */

.vh-pages-wrapper-main {
	text-align: center;
	margin-top: 87px;
	margin-bottom: 50px;
}

.vh-pages-wrapper {
	display: inline-block;
	position: relative;
}

.vh-pages-wrapper a {
	webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.vh-pages-wrapper a.first,
.vh-pages-wrapper a.last {
	font-size: 18px;
	color: #999;
	border: 1px solid #999;
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	position: relative;
	top: 2px;
	background-color: #eee;
}

.vh-pages-wrapper a.current {
	font-size: 18px;
	color: #fff;
	border: 1px solid #0099ff;
	width: 60px;
	height: 60px;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	background-color: #0099ff;
	margin: 0 9px;
}

.vh-pages-wrapper a.page {
	font-size: 14px;
	color: #999;
	border: 1px solid #fff;
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 10px;
}

.vh-pages-wrapper a.current ~ .page {
	margin-left: 10px;
	margin-right: 0;
}

.vh-pages-wrapper a.extend {
	width: 89px;
	height: 38px;
	display: inline-block;
	position: relative;
	top: 14px;
}

.vh-pages-wrapper .vh-page-line {
	position: absolute;
	height: 1px;
	background: #999;
	width: 90%;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translateX(-50%);
}

.vh-pages-wrapper a:not(.extend):not(.first):not(.last):not(.current):hover {
	text-decoration: none;
	box-shadow: 0px 7px 6px -2px rgba(34,34,34,0.3);
	background-color: #0099ff;
	border-color: #0099ff;
	color: #fff;
}

.vh-pages-wrapper a:hover {
	text-decoration: none;
}

.vh-pages-wrapper a.first:hover,
.vh-pages-wrapper a.last:hover {
	color: #0099ff;
	text-decoration: none;
}

.bypostauthor {
	text-decoration: none;
}

.sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 15px 0px 15px 15px;
}

.alignleft {
	float: left;
	margin: 15px 15px 15px 0px;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

img.full-width {
	width: 123%;
	height: 100%;
	max-width: none;
	margin-left: -30px;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.alignnone, .alignnone img {
	max-width: 100%;
}

.wp-caption {
	position: relative;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
	display: block;
}

.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	color: #999999;
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: left;
	padding: 7px 0px;
}

/* Standard gallery */

.wrapper .wpb_image_grid .wpb_image_grid_ul {
	padding-left: 0;
	margin-left: -30px;
}

.wrapper .wpb_image_grid .wpb_image_grid_ul li {
	margin: 0 0 30px 30px;
}

.wrapper .wpb_gallery .wpb_flexslider .flex-control-nav {
	bottom: -45px;
}

.wrapper .wpb_gallery .theme-default .nivo-controlNav {
	padding: 20px 0 3px 0
}

.wrapper .flexslider {
	border: none;
	overflow: visible !important;

	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

.wrapper .flex-control-nav li {
	margin: 0 5px;
}

.wrapper .flex-control-paging li a,
.wrapper .theme-default .nivo-controlNav a {
	width: 10px;
	height: 10px;
	border-radius: 0;
	background: rgba(0,0,0,0.5);
	box-shadow: none;
}

body .wrapper .flex-control-paging li a.flex-active,
.wrapper .theme-default .nivo-controlNav a.active {
	background: #33ccff;
}

.wrapper .flex-control-paging li a:hover,
.theme-default .nivo-controlNav a:hover {
	background-color: rgba(51,204,255,0.7);
}

.wrapper .flex-control-nav.flex-control-paging {
	margin-bottom: 0;
}

.wrapper .theme-default .nivo-controlNav a {
	border-radius: 0;
	margin: 0 5px;

	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.wrapper .wpb_gallery .theme-default .nivoSlider {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.gallery-item.last {
	margin-right: 0 !important;
}

.gallery-icon {
	margin-bottom: 10px;
	position: relative;
}

.page-sidebar-no.shadow1 .gallery-size-medium-cropped .gallery-item {
	width: 264px !important;
	margin-right: 54px;
}

.gallery {
	clear: both;
	overflow: hidden;
	margin: 15px auto 0 auto !important;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0 0 10px;
	text-align: left !important;
	list-style: none;
}

.gallery .gallery-item img {
	padding: 0;
	background-color: #fff;
	border: 1px solid #ccc !important;
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.gallery-caption {
	font-size: 11px;
}

.wpb_image_grid .shadows:before {
	bottom: -19px;
}

.nivoSlider.shadows:before {
	bottom: -25px;
}

.wpb_gallery_slides.wpb_flexslider .shadows {
	position: absolute;
	height: 100%;
	width: 100%;
}

.wpb_gallery_slides div.shadows:before {
	bottom: -25px;
}

.wrapper .wpb_gallery .theme-default .nivoSlider {
	overflow: hidden !important;
}

/* Image sizes depending on the number of columns */

.gallery-columns-0 .gallery-item {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery-columns-10 .gallery-item {
	width: 10%;
}

.gallery-columns-11 .gallery-item {
	width: 9.09%;
}

.gallery-columns-12 .gallery-item {
	width: 8.33%;
}

.gallery-columns-13 .gallery-item {
	width: 7.69%;
}

.gallery-columns-14 .gallery-item {
	width: 7.14%;
}

.gallery-columns-15 .gallery-item {
	width: 6.66%;
}

.gallery-columns-16 .gallery-item {
	width: 6.25%;
}

.gallery-columns-17 .gallery-item {
	width: 5.88%;
}

.gallery-columns-18 .gallery-item {
	width: 5.55%;
}

.gallery-columns-19 .gallery-item {
	width: 5.26%;
}

.gallery-columns-20 .gallery-item {
	width: 5%;
}

.gallery-columns-21 .gallery-item {
	width: 4.76%;
}

.gallery-columns-22 .gallery-item {
	width: 4.54%;
}

.gallery-columns-23 .gallery-item {
	width: 4.34%;
}

.gallery-columns-24 .gallery-item {
	width: 4.16%;
}

.gallery-columns-25 .gallery-item {
	width: 4%;
}

.gallery-columns-26 .gallery-item {
	width: 3.84%;
}

.gallery-columns-27 .gallery-item {
	width: 3.7%;
}

.gallery-columns-28 .gallery-item {
	width: 3.57%;
}

.gallery-columns-29 .gallery-item {
	width: 3.44%;
}

.gallery-columns-30 .gallery-item {
	width: 3.33%;
}

.gallery-item img {
	width: 85%;
}

/* prettyPhoto style */

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
	display: none;
}

body div.pp_default .pp_bottom .pp_left,
body div.pp_default .pp_middle .pp_left,
body div.pp_default .pp_bottom .p_left,
body div.pp_default .pp_bottom .pp_middle,
body div.pp_default .pp_bottom .pp_right,
body div.pp_default .pp_content_container .pp_right,
body div.pp_default .pp_content_container .pp_left,
body div.pp_default .pp_top .pp_left,
body div.pp_default .pp_top .pp_middle,
body div.pp_default .pp_top .pp_right,
body div.pp_default .pp_close,
body div.pp_default .pp_nav .pp_play,
body div.pp_default .pp_nav .pp_pause {
	background: none;
	text-decoration: none;
}

body div.pp_default .pp_content,
body div.light_rounded .pp_content {
	background: none;
}

body div.pp_default .pp_nav .pp_play,
body div.pp_default .pp_nav .pp_pause {
	color: #fff;
}

body div.pp_default .pp_nav .currentTextHolder {
	top: 0;
	left: 20px;
	font-style: normal;
	color: #fff;
	font-size: 15px;
	letter-spacing: 5px;
}

div.pp_default .pp_nav .pp_pause:after {
	content: '\2389';
	font-size: 20px;
	font-family: "icons";
	padding-left: 9973px;
}

body div.pp_default .pp_nav .pp_play:after {
	content: '\25b6';
	font-size: 20px;
	font-family: "icons";
	padding-left: 9973px;
}

body div.pp_default .pp_close {
	overflow: hidden;
	height: 33px;
	line-height: 32px;
}

body div.pp_default .pp_close:after {
	content: '\e053';
	font-size: 25px;
	font-family: "icons";
	position: absolute;
	left: 10005px;
	color: #fff;
}

body div.pp_default .pp_gallery ul li a {
	background: transparent;
	border: none;
}

body div.pp_default .pp_next,
body div.pp_default .pp_previous {
	width: 200px;
}

body div.pp_default .pp_next:hover {
	background: url("images/nav-arrow-right.png") no-repeat;
	background-size: 20px 47px;
	background-position: 150px center;
	cursor: pointer;
}

body div.pp_default .pp_previous:hover {
	background: url("images/nav-arrow-left.png") no-repeat;
	background-size: 20px 47px;
	background-position: 30px center;
	cursor: pointer;
}

body div.pp_default a.pp_arrow_previous,
body div.pp_default a.pp_arrow_next {
	display: none !important;
}

body div.pp_default .pp_contract,
body div.pp_default .pp_expand {
	background: none;
	text-decoration: none;
}

body div.pp_default .pp_expand:after {
	content: '\e745';
	font-size: 25px;
	font-family: "icons";
	position: absolute;
	left: 10005px;
	color: #fff;
}

.calendar-contract-item span.contract-item {
	font-size: 20px;
}

.calendar-contract-item:hover {
	background: #f0f0f0;
}

body div.pp_default .pp_contract:after {
	content: '\e747';
	font-size: 25px;
	font-family: "icons";
	position: absolute;
	left: 10005px;
	color: #fff;
}

body div.pp_default .pp_contract:hover,
body div.pp_default .pp_expand:hover {
	background: none;
}

/* Calendar */

#calendar_wrap #wp-calendar {
	width: 100%;
	text-align: center;
	line-height: 26px;
	border: 0;
	margin-bottom: 0;
}

#calendar_wrap #wp-calendar caption,
#calendar_wrap #wp-calendar td,
#calendar_wrap #wp-calendar th {
	text-align: center;
	border: 0;
}

#calendar_wrap #wp-calendar caption {
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}

#calendar_wrap #wp-calendar th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

#calendar_wrap #wp-calendar a {
	color: #3d3d3d;
	text-transform: uppercase;
	text-decoration: none;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#calendar_wrap #wp-calendar tbody a {
	font-weight: 400;
}

#calendar_wrap #wp-calendar a:hover {
	color: #007aff;
}

#calendar_wrap #wp-calendar #prev,
#calendar_wrap #wp-calendar #next {
	padding-top: 5px;
}

#calendar_wrap #wp-calendar #prev {
	text-align: left;
}

#calendar_wrap #wp-calendar #next {
	text-align: right;
}

/* Recommended Isotope styles */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0;
	 -moz-transition-duration: 0;
	  -ms-transition-duration: 0;
	   -o-transition-duration: 0;
		  transition-duration: 0;
}

.isotope {
  -webkit-transition-property: height, width;
	 -moz-transition-property: height, width;
	  -ms-transition-property: height, width;
	   -o-transition-property: height, width;
		  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
	 -moz-transition-property:    -moz-transform, opacity;
	  -ms-transition-property:     -ms-transform, opacity;
	   -o-transition-property:      -o-transform, opacity;
		  transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
	 -moz-transition-duration: 0s;
	  -ms-transition-duration: 0s;
	   -o-transition-duration: 0s;
		  transition-duration: 0s;
}

@media (max-width: 480px) {
	body .page-wrapper .vc_row-fluid .vc_col-sm-3,
	body .page-wrapper .vc_row-fluid .vc_col-sm-6,
	body .page-wrapper .vc_row-fluid .vc_col-sm-10,
	body .page-wrapper .vc_row-fluid .vc_col-sm-12 {
		float: none;
		display: block;
		width: auto;
		margin-left: 0;
	}
}

/* Smoothscroll */

div.scrollWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea {
	position: relative;
	width: auto;
	height: 100%;
}

/* Icons */
@font-face {
  font-family: 'icons';
  src: url('fonts/options.eot?82171137');
  src: url('fonts/options.eot?82171137#iefix') format('embedded-opentype'),
	   url('fonts/options.woff?82171137') format('woff'),
	   url('fonts/options.ttf?82171137') format('truetype'),
	   url('fonts/options.svg?82171137#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
}

#comments .listing-rating-stars .icon-star:before,
#comments .listing-rating-stars .icon-star-empty:before,
#comments .listing-rating-stars,
.tabs .icon-star:before,
.tabs .icon-star-empty:before,
.reviewer-rating .icon-star:before,
.reviewer-rating .icon-star-empty:before { color: #aeaeae; } /* '' */

.icon-arrows-cw:before { content: '\21'; } /* '!' */
.icon-pencil:before { content: '\22'; } /* '&quot;' */
.icon-trash-empty:before { content: '\23'; } /* '#' */
.icon-upload:before { content: '\24'; } /* '$' */
.icon-phone-1:before { content: '\25'; } /* '%' */
.icon-location:before { content: '\26'; } /* '&amp;' */
.icon-down-open:before { content: '\27'; } /* ''' */
.icon-up-open:before { content: '\28'; } /* '(' */
.icon-columns:before { content: '\29'; } /* ')' */
.icon-left-big:before { content: '\2a'; } /* '*' */
.icon-book:before { content: '\2b'; } /* '+' */
.icon-right-open:before { content: '\2c'; } /* ',' */
.icon-reply:before { content: '\2d'; } /* '-' */
.icon-retweet:before { content: '\2e'; } /* '.' */
.icon-clock:before { content: '\2f'; } /* '/' */
.icon-chat-empty:before { content: '\30'; } /* '0' */
.icon-battery:before { content: '\31'; } /* '1' */
.icon-facebook-squared:before { content: '\32'; } /* '2' */
.icon-cloud:before { content: '\33'; } /* '3' */
.icon-picture:before { content: '\34'; } /* '4' */
.icon-anchor:before { content: '\35'; } /* '5' */
.icon-binoculars:before { content: '\36'; } /* '6' */
.icon-file-image:before { content: '\37'; } /* '7' */
.icon-music:before { content: '\38'; } /* '8' */
.icon-bookmark:before { content: '\39'; } /* '9' */
.icon-camera-alt:before { content: '\3a'; } /* ':' */
.icon-chart-bar:before { content: '\3b'; } /* ';' */
.icon-chart-pie:before { content: '\3c'; } /* '&lt;' */
.icon-videocam:before { content: '\3d'; } /* '=' */
.icon-video:before { content: '\3e'; } /* '&gt;' */
.icon-shield:before { content: '\3f'; } /* '?' */
.icon-play:before { content: '\40'; } /* '@' */
.icon-fire:before { content: '\41'; } /* 'A' */
.icon-wristwatch:before { content: '\42'; } /* 'B' */
.icon-file-excel:before { content: '\43'; } /* 'C' */
.icon-file-pdf:before { content: '\44'; } /* 'D' */
.icon-file-powerpoint:before { content: '\45'; } /* 'E' */
.icon-file-word:before { content: '\46'; } /* 'F' */
.icon-doc-text-inv:before { content: '\47'; } /* 'G' */
.icon-asterisk:before { content: '\48'; } /* 'H' */
.icon-hammer:before { content: '\49'; } /* 'I' */
.icon-menu-1:before { content: '\2630'; } /* '☰' */
.icon-mail:before { content: '\2709'; } /* '✉' */
.icon-ok-circled:before { content: '\2714'; } /* '✔' */
.icon-quote-left:before { content: '\275d'; } /* '❝' */
.icon-quote-right:before { content: '\275e'; } /* '❞' */
.icon-reply-outline:before { content: '\e005'; } /* '' */
.icon-tag:before { content: '\e00c'; } /* '' */
.icon-params:before { content: '\e01f'; } /* '' */
.icon-cancel-circled-outline:before { content: '\e053'; } /* '' */
.icon-css:before { content: '\e09f'; } /* '' */
.icon-menu-outline:before { content: '\e0fd'; } /* '' */
.icon-menu:before { content: '\e0fe'; } /* '' */
.icon-info-circled:before { content: '\e705'; } /* '' */
.icon-tags:before { content: '\e70d'; } /* '' */
.icon-code:before { content: '\e714'; } /* '' */
.icon-resize-full-alt:before { content: '\e745'; } /* '' */
.icon-resize-small-alt:before { content: '\e747'; } /* '' */
.icon-left-open-big:before { content: '\e765'; } /* '' */
.icon-right-open-big:before { content: '\e766'; } /* '' */
.icon-angle-up:before { content: '\e800'; } /* '' */
.icon-angle-down:before { content: '\e801'; } /* '' */
.icon-angle-left:before { content: '\e802'; } /* '' */
.icon-heart-filled:before { content: '\e803'; } /* '' */
.icon-tag-1:before { content: '\e804'; } /* '' */
.icon-comment-1:before { content: '\e805'; } /* '' */
.icon-angle-right:before { content: '\e806'; } /* '' */
.icon-link-1:before { content: '\e807'; } /* '' */
.icon-link:before { content: '\e808'; } /* '' */
.icon-location-inv:before { content: '\e809'; } /* '' */
.icon-quote:before { content: '\e80a'; } /* '' */
.icon-heart-broken:before { content: '\e80b'; } /* '' */
.icon-heart:before { content: '\e80c'; } /* '' */
.icon-linkedin-squared:before { content: '\e80d'; } /* '' */
.icon-folder-open:before { content: '\e80e'; } /* '' */
.icon-info:before { content: '\e80f'; } /* '' */
.icon-smile:before { content: '\e810'; } /* '' */
.icon-attention-1:before { content: '\e811'; } /* '' */
.icon-attention-alt:before { content: '\e812'; } /* '' */
.icon-user:before { content: '\e813'; } /* '' */
.icon-quote-right-1:before { content: '\e814'; } /* '' */
.icon-mobile:before { content: '\e815'; } /* '' */
.icon-home:before { content: '\e816'; } /* '' */
.icon-star:before { content: '\e817'; } /* '' */
.icon-right-circled:before { content: '\e818'; } /* '' */
.icon-left-circled:before { content: '\e819'; } /* '' */
.icon-ok:before { content: '\e81a'; } /* '' */
.icon-heart-empty:before { content: '\e81b'; } /* '' */
.icon-heart-1:before { content: '\e81c'; } /* '' */
.icon-star-empty:before { content: '\e81d'; } /* '' */
.icon-youtube-play:before { content: '\e81e'; } /* '' */
.icon-resize-full:before { content: '\e81f'; } /* '' */
.icon-resize-small:before { content: '\e820'; } /* '' */
.icon-share:before { content: '\e821'; } /* '' */
.icon-mail-alt:before { content: '\e822'; } /* '' */
.icon-plus-circled:before { content: '\e823'; } /* '' */
.icon-chat:before { content: '\e824'; } /* '' */
.icon-pencil-squared:before { content: '\e825'; } /* '' */
.icon-cancel-circled:before { content: '\e826'; } /* '' */
.icon-camera:before { content: '\e827'; } /* '' */
.icon-zoom-in:before { content: '\e828'; } /* '' */
.icon-youtube-squared:before { content: '\e829'; } /* '' */
.icon-angle-circled-right:before { content: '\e82a'; } /* '' */
.icon-filter:before { content: '\e82b'; } /* '' */
.icon-skype:before { content: '\e82c'; } /* '' */
.icon-yahoo:before { content: '\e82d'; } /* '' */
.icon-aim:before { content: '\e82e'; } /* '' */
.icon-calendar:before { content: '\e82f'; } /* '' */
.icon-torso:before { content: '\e830'; } /* '' */
.icon-eye:before { content: '\e831'; } /* '' */
.icon-thumbs-up-alt:before { content: '\e832'; } /* '' */
.icon-paper-plane:before { content: '\e833'; } /* '' */
.icon-folder-empty:before { content: '\f069'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-menu-2:before { content: '\f0c9'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-apple:before { content: '\f179'; } /* '' */
.icon-windows:before { content: '\f17a'; } /* '' */
.icon-android:before { content: '\f17b'; } /* '' */
.icon-flickr:before { content: '\f303'; } /* '' */
.icon-vimeo:before { content: '\f306'; } /* '' */
.icon-twitter-1:before { content: '\f309'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-gplus:before { content: '\f30f'; } /* '' */
.icon-pinterest:before { content: '\f312'; } /* '' */
.icon-credit-card:before { content: '\1f4b3'; } /* '\1f4b3' */
.icon-phone:before { content: '\1f4de'; } /* '\1f4de' */
.icon-search:before { content: '\1f50d'; } /* '\1f50d' */


/* Carousel template */

.jcarousel-wrapper {
	margin: 7px auto;
	position: relative;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 198px;
	margin-top: 42px;
}

.jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcarousel li {
	width: 200px;
	float: left;
}

.jcarousel img {
	padding-right: 20px;
	display: block;
	max-width: 100%;
	height: auto !important;
}

.jcarousel-prev,
.jcarousel-next {
	position: absolute;
	top: 50%;
	margin-top: -34px;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #4E443C;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 24px/27px Arial, sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 4px #F0EFE7;
	-moz-box-shadow: 0 0 4px #F0EFE7;
	box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-prev {
	left: -115px;
}

.wrapper .jcarousel-buttons {
	display:block;
	width:59px;
	height:59px;
	line-height:60px;
	border-radius: 50%;
	color:#f5f5f5;
	text-align:center;
	text-decoration:none;
	background: #000000;
	-webkit-box-shadow: 0 0 3px gray;
	-moz-box-shadow: 0 0 3px gray;
	box-shadow: 0 0 3px gray;
	font-size:20px;
	color: white;
	margin-bottom: 32px;
	opacity: 0.1;
	filter: alpha(opacity=10);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.jcarousel-prev:hover {
	background: #0099ff;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(34, 34, 34, 0.4);
	-moz-box-shadow: 0px 4px 7px 0px rgba(34, 34, 34, 0.4);
	box-shadow: 0px 4px 7px 0px rgba(34, 34, 34, 0.4);
	opacity: 1;
	text-shadow: none;
	filter: alpha(opacity=100);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.jcarousel-next {
	right: -115px;
}

.jcarousel-next:hover {
	background: #0099ff;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(34, 34, 34, 0.4);
	-moz-box-shadow: 0px 4px 7px 0px rgba(34, 34, 34, 0.4);
	box-shadow: 0px 4px 7px 0px rgba(34, 34, 34, 0.4);
	opacity: 1;
	text-shadow: none;
	filter: alpha(opacity=100);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.jcarousel-pagination {
	position: absolute;
	bottom: -107px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin: 0;
	margin-bottom: 15px !important;
}

.jcarousel-pagination a {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	font-size: 0;
	border: 4px solid transparent;
	background-clip: content-box;
	margin-right: 7px;
}

.jcarousel-pagination a.active {
	background: #666;
	border-color: #fff;
}

.clients_bottom_carousel > .jcarousel > ul > li {
	width: 415px;
}

.clients_bottom_carousel > .jcarousel > ul > li > .post_content-m {
	margin-left: 12px;
	margin-right: 12px;
}

.clients_bottom_carousel > .jcarousel > ul > li > .post_content-m > .content,
.bubble_content > .content {
	width: 368px;
	margin-top: 8px;
	box-shadow: 0px 0px 3px 1px rgba(34, 34, 34, 0.2);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(34, 34, 34, 0.2);
	-moz-box-shadow: 0px 0px 3px 1px rgba(34, 34, 34, 0.2);
}

.clients_bottom_carousel > .jcarousel > ul > li > .post_content-m > .content:before,
.bubble_content > .content:before {
	content: '';
	width: 21px;
	height: 40px;
	background: #eee;
	display: block;
	position: absolute;
	bottom: -14px;
	right: -4px;
	transform: rotate(45deg);
	box-shadow: inset 4.5px 0px 3px -3px rgba(34, 34, 34, 0.2);
	-webkit-box-shadow: inset 4.5px 0px 3px -3px rgba(34, 34, 34, 0.2);
	-moz-box-shadow: inset 4.5px 0px 3px -3px rgba(34, 34, 34, 0.2);
}

.clients_bottom_carousel > .jcarousel > ul > li > .post_content-m > .content > .text_content,
.bubble_content > .content > .text_content {
	padding: 14px 15px 11px 19px;
	line-height: 1.75;
	max-width: 330px;
}

.clients_bottom_carousel {
	margin:  16px -11px 123px -11px;

}

.clients_bottom_carousel > .jcarousel-prev {
	left: -95px;
	top: 78px;
}

.clients_bottom_carousel > .jcarousel-next {
	right: -95px;
	top: 78px;
}

.clients_bottom_carousel > .jcarousel-pagination a.active {
	background: #0099ff;
}

.clients_bottom_carousel > .jcarousel-pagination {
	bottom: -79px;
}

/* Bottom info block */
.custom_info_block > .call_us {
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 600;
	line-height: 13px;
	margin-left: 85px;
	color: #fff;
}

.custom_info_block > .phone_number {
	margin-left: 31px;
	margin-top: -3px;
	font-size: 46px;
	color: #fff;
}

.custom_info_block > .phone_number:before {
	position: relative;
	top: 1px;
}

.custom_info_block > .phone_number > span,
.footer-wrapper .custom_info_block > .phone_number > span a {
	font-family: 'Roboto';
	font-size: 28px;
	font-weight: 600;
	margin-left: 6px;
	line-height: 32px;
	color: #fff;
}

.footer-wrapper .custom_info_block > .phone_number > span a {
	margin-left: 0;
}

.custom_info_block > .write_us {
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 600;
	margin-left: 86px;
	margin-top: 44px;
	line-height: 12px;
	color: #fff;
}

.custom_info_block > .email_address {
	font-size: 34px;
	margin-left: 34px;
	margin-top: 1px;
	color: #fff;
}

.custom_info_block > .email_address:before {
	position: relative;
	top: -6px;
	left: -3px;
}

.custom_info_block > .email_address > span a {
	font-family: 'Roboto';
	font-size: 28px;
	font-weight: 300;
	margin-left: 8px;
	color: #fff;
}

.custom_info_block > .email_address > span > a:hover {
	text-decoration: underline;
}

.custom_info_block > .visit_us {
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 600;
	margin-top: 50px;
	margin-left: 86px;
	line-height: 5px;
	color: #fff;
}

.custom_info_block > .real_address {
	font-size: 52px;
	margin-left: 39px;
	margin-top: -3px;
	color: #fff;
}

.custom_info_block > .real_address > .visit_address {
	font-family: 'Roboto';
	font-size: 28px;
	font-weight: 300;
	margin-left: 45px;
	line-height: 33px;
	margin-top: -19px;
	color: #fff;
}

.custom_info_block {
	max-width: 470px;
	float: right;
	margin-top: 92px;
	margin-right: -15px;
}

/* Bottom date and map container */
.custom_info_block > .map_side > .on_map_shape {
	width: 150px;
	height: 0;
	border-top: 410px solid #666666;
	border-right: 427px solid transparent;
}

.custom_info_block > .map_side {
	position: absolute;
	width: 150px;
	right:-165px;
	top: 0px;
	z-index:100;
}

.custom_info_block > .map_side > .on_map_content {
	position: absolute;
	top: 81px;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 18px;
	width: 230px;
	color: #fff;
}

/* contact form 7 custom style */
.wpcf7-form > .wpcf7-response-output {
	color: #fff;
	border: none;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: -40px !important;
	padding: 0;
	width: 100%;
	text-align: center;
}

.top_contact_form .wpcf7-form > .wpcf7-response-output {
	color: #000;
}

.contact_main > .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
	display: none;
}

.book_contact_form > .contact_main > span > .wpcf7-not-valid[type="text"] {
   border: 1px solid #ff0000;
   border-top: 0;
   border-left: 0;
   border-right: 0;
}

.book_contact_form > .contact_main > span > .wpcf7-not-valid[type="tel"] {
   border: 1px solid #ff0000;
   border-top: 0;
   border-left: 0;
   border-right: 0;
}

.contact_button > .ajax-loader {
	position: absolute;
	left: 45%;
	margin-top: 60px;
}

/* New VC styles */

body .wrapper .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab {
	position: relative;
}

body .wrapper .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab a {
	color: #333;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

body .wrapper .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab a:hover {
	border-color: #0099ff;
}

body .wrapper .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active a {
	color: #0099ff;
}

body .wrapper .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
	background-color: transparent;
	border: none;
	border-top: 1px solid #b6b6b6;
}

body .wrapper .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active:before {
	content: '';
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #0099ff;
	bottom: 0;
}

body .wrapper .vc_tta-tabs .vc_tta-panel .vc_tta-panel-body {
	padding: 21px 0;
}

body .wrapper .vc_tta-tabs .vc_tta-panel .vc_tta-panel-body p {
	font-weight: 500;
}

body .wrapper .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-body {
	padding: 0 21px;
}

body .wrapper .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels {
	border-top: none;
	border-left: 1px solid #b6b6b6;
}

body .wrapper .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab.vc_active:before {
	bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
}

body .wrapper .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab a {
	border-bottom: 0;
	border-right: 1px solid transparent;
}

body .wrapper .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab a:hover {
	border-right: 1px solid #0099ff;
}

body .wrapper .vc_tta-accordion .vc_tta-panels .vc_tta-panel-title .vc_tta-controls-icon {
	display: none;
}

body .wrapper .vc_tta-accordion .vc_tta-panels .vc_tta-panel-title a {
    padding: 24px 10px 23px 62px;
    color: #0099ff !important;
}

body .wrapper .vc_tta-accordion .vc_tta-panels .vc_tta-panel-heading {
	border: none;
    background-color: #fff !important;
	margin-bottom: 0 !important;
	position: relative;
}

body .wrapper .vc_tta-accordion .vc_tta-panels .vc_tta-panel-heading:before {
    font-family: "icons";
    content: '\27';
    font-size: 14px;
    color: #999999;
    position: absolute;
    top: 24px;
    left: 18px
}

body .wrapper .vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading:before {
	content: '\28';
	color: #0099ff;
}

body .wrapper .vc_tta-accordion .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading:before {
	color: #0099ff;
}

body .wrapper .vc_tta-accordion .vc_tta-panels .vc_tta-panel-body {
	border: none;
    background-color: #fff;
	padding: 7px 10px 37px 64px;
}

body .wrapper .vc_tta-accordion .vc_tta-panels .vc_tta-panel {
	border-left: 6px solid #fff;
	-webkit-transition: box-shadow .2s;
    -moz-transition: box-shadow .2s;
    -ms-transition: box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
}

body .wrapper .vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active {
    box-shadow: 0px 0px 3px 1px rgba(34, 34, 34, 0.2);
    margin: 11px 0;
    border-color: #0099ff;
}

body .wrapper .vc_tta-accordion .vc_tta-panels .vc_tta-panel:hover {
	box-shadow: 0px 4px 7px 3px rgba(34, 34, 34, 0.2);
	z-index: 2;
    position: relative;
}

/* Google maps plugin style */
.widget-area > .autorepair-googlemap > .gmap_triangle_over {
	width: 0;
	height: 0;
	border-top: 415px solid #666666;
	border-right: 437px solid transparent;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 189px;
}

.widget-area > .autorepair-googlemap > .left_gmap_side {
	background-color: #666666;
	width: 266px;
	height: 326px;
	z-index: 200;
	top: 0;
	position: absolute;
}

.footer-links-container {
	background-color: #666666;

}

.footer-left-block {
		background: url('images/footer-image.png') no-repeat top left;
}

.footer-cform {
	background-color: #0099ff;
}

.left_gmap_side .vertical-text {
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
}

.left_gmap_side .work_time_v .work_day {
	background-color: #1f9757;
	margin-top: 12px;
	width: 174px;
	height: 22px;
	float: right;
}

.left_gmap_side .work_time_v .work_day span {
	float: right;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 100;
	color: #fff;
	margin-right: 10px;
	-webkit-font-smoothing: initial;
}

.left_gmap_side .work_time_v .free_day {
	background-color: #ff3333;
	margin-top: 10px;
	width: 109px;
	float: right;
}

.left_gmap_side .work_time_v .free_day span {
	float: right;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 100;
	color: #fff;
	margin-right: 10px;
	-webkit-font-smoothing: initial;
}

.left_gmap_side .work_time_v {
	width: 160px;
	margin-top: 159px;
	margin-left: 10px;
}

.left_gmap_side .work_time {
	margin-top: 96px;
	margin-left: -40px;
	color: #fff;
	font-size: 43px;
}

.left_gmap_side .work_time span {
	font-family: 'Roboto';
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	position: absolute;
	margin-left: 24px;
	margin-top: -3px;
	line-height: 2px;
	text-transform: capitalize;
	-webkit-font-smoothing: initial;
}

.gmap_box_over {
	width: 175px;
	height: 100%;
	position: absolute;
	background-color: #666666;
	top: 0px;
}

.gmap_box_over button {
	margin-top: 3px;
}

.view_big_map {
	z-index: 200;
	min-width: 100px;
	position: absolute;
	top: 364px;
	left: 252px;
}

.view_big_map > span {
	font-weight: 400;
}

.vh_googlemap {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	background-color: transparent;
	margin-top: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.vh_informationblock {
	border: 0;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
}

/* Footer main menu */
.responsive-footer-menu {
	margin-top: 38px;
	margin-left: -2px;
}

.responsive-footer-menu > li {
	float: left;
	margin-right: 13px;
	list-style-type: none;

	border: solid;
	border-color: #eeeeee;
	border-radius: 3px;
	background-color: #eeeeee;
	margin-bottom: 10px;
}

.responsive-footer-menu > .menu-item > a  {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 500;
	color: #585858;

	margin-left: 12px;
	margin-right: 12px;
	line-height: 38px;
}

.responsive-footer-menu > .current-menu-item > a  {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.responsive-footer-menu > .current-menu-item {
	border: solid;
	border-color: #0099ff;
	border-radius: 3px;
	background-color: #0099ff;
}

.responsive-footer-menu > .menu-item:hover  {
	background-color: #e3e3e3;
	border: solid;
	border-color: #e3e3e3;
	border-radius: 3px;

	-webkit-box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.3);
	-moz-box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.3);
	box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.3);

	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.responsive-footer-menu > .menu-item {
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.responsive-footer-menu > .menu-item:hover > a {
	color: #585858;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.copyright {
	float: right;
	font-family: 'Roboto';
	font-size: 12px;
	color: #666;
	font-weight: 300;
	margin-top: 11px;
	margin-right: 25px;
}

.copyright a {
	font-size: 12px;
}

.footer-inner {
	max-width: 1550px;
}

.footer-container > .max-width {
	position: relative;
}

.scroll-to-top {
	position: absolute;
	top: -38px;
	right: 25px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #fff;
	border-radius: 0 0 3px 3px;

	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.scroll-to-top:hover {
	background-color: #0099ff;
	color: #fff;

	-webkit-box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.3);
	-moz-box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.3);
	box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.3);
}

/* Index blog posts */

body.wp-post-4-4 #commentform p {
	margin: 0;
}

body.wp-post-4-4 #commentform #url {
	float: none;
	margin-bottom: 30px;
	margin-top: 10px;
}

body.wp-post-4-4 #commentform #email,
body.wp-post-4-4 #commentform #author {
	margin-top: 10px;
}

body.wp-post-4-4 .comment-circle.comment-shape {
	margin-top: -25px;
}

body.wp-post-4-4 .author-shape,
body.wp-post-4-4 .email-shape {
    margin-top: 15px;
}

body.wp-post-4-4 .input-shape {
	margin-left: 675px;
    margin-top: 15px;
}

.wpb_thumbnails-posts {
	margin-right: -10px;
}

.wpb_thumbnails-posts .blog-inner-container {
	width: calc(25% - 24px);
	float: left;
	display: block;
	padding-bottom: 19px;
	box-sizing: border-box;
}

.wpb_thumbnails-posts .blog-inner-container > div {
	background-color: #fafafa;
	box-shadow: 0px 0px 3px 1px rgba(34,34,34,0.2);
	border-radius: 2px;
	position: relative;

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.wpb_thumbnails-posts .blog-inner-container > div.sticky {
	background-color: #ededed;
}

.wpb_thumbnails-posts .blog-inner-container > div:hover {
	box-shadow: 0px 5px 5px 2px rgba(34,34,34,0.2);
}

.wrapper .wpb_thumbnails-posts .blog-inner-container > div:hover .post-read-more a {
	background-color: #09f;
	border-color: #09f;
	color: #ccebff;
}

.wpb_thumbnails-posts .blog-inner-container .post-image {
	position: relative;
}

.wpb_thumbnails-posts .blog-inner-container .post-image.no-image {
	height: 75px;
}

.wpb_thumbnails-posts .blog-inner-container .post-image img {
	display: block;
}

.wpb_thumbnails-posts .blog-inner-container .post-image .blog-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	padding: 9px 10px 14px 16px;
	box-sizing: border-box;
	line-height: 22px;
}

.wpb_thumbnails-posts .blog-inner-container .post-image.no-image .blog-title {
	color: #000;
	background: transparent;
	padding-bottom: 0;
}

.wpb_thumbnails-posts .blog-inner-container .post-image.no-image .blog-title a {
	color: #000;
}

.wpb_thumbnails-posts .blog-inner-container .post-image .blog-title a {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	line-height: 22px;
}

.wpb_thumbnails-posts .blog-inner-container .post-image .blog-title a:hover {
	text-decoration: none;
}

.wpb_thumbnails-posts .blog-inner-container .entry-content {
	padding: 10px 15px 0 15px;
	box-sizing: border-box;
}

.wpb_thumbnails-posts .blog-inner-container .entry-content p {
	margin-bottom: 0;
	line-height: 24px;
	color: #333;
	font-size: 15px;
}

.wpb_thumbnails-posts .blog-inner-container .post-author-meta {
	padding: 0 11px;
}

.wpb_thumbnails-posts .blog-inner-container .post-author-meta .post_author span,
.wpb_thumbnails-posts .blog-inner-container .post-author-meta .post_date span {
	font-size: 12px;
}

.wpb_thumbnails-posts .blog-inner-container .post-read-more {
	border-top: 1px solid #e7e7e7;
	margin-top: 7px;
	padding: 9px 0;
}

.wpb_thumbnails-posts .blog-inner-container .post-read-more a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #fafafa;
	padding: 5px 15px 2px 17px;
	margin-left: 15px;
	background-color: #fafafa;
	border-radius: 3px;
	color: #323232;
	display: inline-block;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.wpb_thumbnails-posts .blog-inner-container > div.sticky .post-read-more a {
	background-color: #ededed;
	border-color: #ededed;
}

.wpb_thumbnails-posts .blog-inner-container .post-read-more a:hover {
	text-decoration: none;
}

.teaser_grid_container {
	margin-top: 35px;
}

/* Blog post page */

body.single:not(.home) .main-content .main-inner {
	padding-left: 14px;
	padding-right: 8px;
}

body.single .main-inner .entry {
	margin-top: 23px;
}

body.single .page_title {
	margin-bottom: 23px;
}

.page_title {
	line-height: 50px !important;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.top_gap-1 {
	height: 0px;
}

.line_gap-before {
	height: 0px;
}

.line_gap-after {
	height: 53px;
}

.post_horizontal_line {
	width: 100%;
	float: left;
	margin-top: 3px;
	margin-bottom: 10px;
	border-top: 1px solid #d1d1d1;
}

.first-entry {
	margin-left: 15px;
}

.post_author {
	float: left;
	color: #999999;
	margin-top: 0;
	margin-left: 4px;
	font-size: 11px;
}

.entry .post_author {
	margin-left: 1px;
}

.entry .post_date {
	margin-left: 16px;
}

.post_author:before {
	position: relative;
	top: 1px;
	left: 1px;
}

.post_author > span {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 300;
	margin-left: 4px;
	position: relative;
	top: 2px;
	color: #999999;
}

.post_date {
	float: left;
	color: #999999;
	margin-top: 1px;
	margin-left: 14px;
	font-size: 14px;
}

.post_date > span {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 300;
	margin-left: 8px;
	color: #999999;
}

.wrapper .post_date > span {
	margin-left: 3px;
}

.post_comments_count {
	float: right;
	color: #777777;
	margin-top: 1px;
	margin-right: -2px;
	font-size: 14px;
}

.post_comments_count > span {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 300;
	margin-left: 4px;
	color: #777777;
}

.post_counter {
	float: right;
	color: #777777;
	margin-top: 1px;
	margin-right: 10px;
	font-size: 14px;
}

.post_counter:before {
	padding-right: 4px;
}

.post_counter > span {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 300;
	margin-left: 0px;
	color: #777777;
}

.blog-open-content {
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 300;
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 10px;
}

.blog-open-content .page-link {
	margin-left: auto;
	margin-right: auto;
	width: 10%;
}

.blog-open-content > p {
	line-height: 30px;
}

.gallery-columns-2 .gallery-item {
	width: 45% !important;
}

.gallery-columns-3 .gallery-item {
	width: 31% !important;
}

.gallery-columns-4 .gallery-item {
	width: 22% !important;
}

.gallery-columns-5 .gallery-item {
	width: 18% !important;
}

.gallery-columns-6 .gallery-item {
	width: 14% !important;
}

.gallery-columns-7 .gallery-item {
	width: 12% !important;
}

.gallery-columns-8 .gallery-item {
	width: 10% !important;
}

.gallery-columns-9 .gallery-item {
	width: 9% !important;
}

.category_list_content {
	float: right;
	margin-top: -2px;
	margin-right: -6px;
}

.category_icon {
	float: left;
	color: #999999;
	font-size: 12px;
}

.post-categories > li {
	list-style-type: none;
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: 300;
	display: inline;
}

.post-categories > li > a {
	color: #999999;
	font-size: 14px;
}

.wrapper .entry hr {
	margin-top: 25px;
	margin-bottom: 0;
}

/* Share button styles */
.ssba {
	margin-top: -5px;
	margin-left: -4px;
	float: left;
}

.blog-open-content .ssba img {
	width: 32px !important;
	padding-right: 3px;
}

/* Autorepair social media links */
.widget .item-title-bg h4 {
	color: #0099ff;
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 17px;
	text-transform: uppercase;
}

.social_net_name {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin-left: 54px;
	margin-top: 4px;
}

.social_net_url {
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 300;
	color: #666666;
	margin-left: 55px;
	word-wrap: break-word;
	margin-right: 5px;
}

.li_first {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: 0px 6px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.li_last {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 0px 2px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.li_element {
	box-shadow: 0px 6px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.li_element:hover .social_net_name {
	color: #0099ff;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.li_last:hover .social_net_name {
	color: #0099ff;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.li_first:hover .social_net_name {
	color: #0099ff;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.li_element:hover {
	cursor: pointer;
}

.li_last:hover {
	cursor: pointer;
}

.li_first:hover {
	cursor: pointer;
}

.entry-image .main_image_wrapper {
	margin-bottom: 23px;
}

.w_about_container {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding: 13px 10px 9px 17px;

	border: 0; 
	border-bottom: 1px 
	solid #e7e7e7;
}

.w_main_about {
	background-color: #fafafa;
	margin-top: -7px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.w_about_url {
	margin-left: 11px;
	margin-top: 11px;
	padding-bottom: 9px;
}

.wrapper .w_about_url button {
	box-shadow: none;
	background-color: transparent;
}

.w_about_url > a > span {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 600;
	color: #323232;
	-webkit-transition-duration: .2s; 
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.w_about_url:hover > a > span {
	opacity: 0.7;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.w_about_url:hover {
	cursor: pointer;
}

.w_about_url > a:hover {
	text-decoration: none;
}

.w_about_img {
	box-shadow: 0px 2px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);
	background-color: #fafafa;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.w_about_img img {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	width: 100%;
}

.post_container .image-container {
	width: 71px;
	height: 100px;
	float: left;
	overflow: hidden;
	position: relative;
}

.post_container .image-container img {
	width: 100px;
	max-width: none;
	height: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.post_container .text-container {
	margin-left: 87px;
	padding-top: 11px;
	padding-right: 10px;
	line-height: 18px;
}

.post_container .text-container > a {
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #000;
}

.post_container .text-container .post-info {
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 400;
	color: #999;
	padding-top: 3px;
}

.image-container .image-background {
	width: 71px;
	height: 100px;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-image: url('images/eye_trans_ico.png');
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

/* Login plugin */

.sidebar_login_links {
	background-color: #fafafa;
	height: 35px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.sidebar_login_links li {
	float: left;
	margin-left: 15px;
	margin-top: 0;
}

.avatar_container img {
	border-top-left-radius: 3px;
}

.dashboard-link, .profile-link, .logout-link {
	margin-left: 0px;
	color: #5b5b5b;
}

.sidebarlogin > .item-title-bg > h4 {
	margin-bottom: 18px;
	text-transform: uppercase;
}

.sidebarlogin #loginform {
	background-color: #fafafa;
	box-shadow: 0px 2px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);
	padding-top: 20px;
	padding-bottom: 20px;
}

.sidebarlogin > li {
	margin-left: 40px;
}

.sidebarlogin.widget .avatar_container {
	position: relative;
	height: 50px;
}

.sidebarlogin.widget .avatar_container img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	padding-top: 15px;
}

.sidebarlogin label {
	display: none;
}

.sidebarlogin input[type="text"] {
	display: block;
	background-color: #fafafa;
	color: #5b5b5b;
	border: solid 1px #c8c8c8;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	max-width: 232px;
	width: 100%;
}

.sidebarlogin input[type="password"] {
	display: block;
	background-color: #fafafa;
	color: #5b5b5b;
	border: solid 1px #c8c8c8;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding-bottom: 9px;
	max-width: 232px;
	width: 100%;
}

.wrapper .login-remember {
	margin-left: 21px;
	margin-bottom: 22px
}

.lost_password-link {
	bottom: 83px;
	left: 141px;
}

.lost_password-link > a {
	text-decoration: underline;
}

.sidebarlogin .lost_password-link > a {
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 300;
	color: #999999;
}

.login_wid > li > input[type="submit"] {
	display: block;
	background-color: #fafafa;
	color: #5b5b5b;
}

.sidebarlogin .login-remember > label {
	display: none;
}

.login-username {
	margin-left: 18px;
	margin-top: 6px;
}

.login-username > input[type="text"] {
	padding-bottom: 9px;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
	color: #5b5b5b;
}

.login-username > input[type="text"]::-webkit-input-placeholder, 
.login-password > input[type="password"]::-webkit-input-placeholder {
	color: #5b5b5b;
}

.login-username > input[type="text"]:-moz-placeholder,
.login-password > input[type="password"]:-moz-placeholder {
	color: #5b5b5b;
}

.login-username > input[type="text"]::-moz-placeholder,
.login-password > input[type="password"]:-moz-placeholder  {  /* Firefox 19+ */
	color: #5b5b5b; 
}

.login-username > input[type="text"]:-ms-input-placeholder,
.login-password > input[type="password"]:-ms-input-placeholder {  
	color: #5b5b5b; 
}

.login-password {
	margin-left: 18px;
	margin-top: -8px;
}

.login-password > input[type="password"] {
	font-weight: 400;
	font-size: 15px;
	color: #5b5b5b;
}

.login-remember {
	margin-left: 20px;
	margin-top: -18px;
}

.login-remember > label {
	//visibility: hidden;
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 300;
	color: #999999;
}

#loginform > .login-submit {
	margin-left: 17px;
	margin-bottom: -73px;
}

#wp-submit {
	line-height: 16px;
	box-shadow: 0px 0px 3px 1px rgba(34, 34, 34, 0.2);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	text-transform: uppercase;
	border: 0;
	text-shadow: none;
	background-color: #0099ff;
	font-family: 'Roboto';
	font-weight: 500;
	color: #ccebff;
	border-radius: 2px;
	padding: 9px 19px 7px 19px;
	font-size: 14px;
	margin-top: 0;
}

#wp-submit:hover {
	-webkit-box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.4);
	-moz-box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.4);
	box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.4);
	-webkit-transition-duration: .2s; 
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.widget_wysija_cont p label {
	display: none;
}

/* Like button */
.like_button > .ldc-ul_cont {
	float: right;
	margin-top: 2px;
	border: none;
	background: none;
	box-shadow: none;
	margin-bottom: 0px;
	margin-right: 0;
	padding-right: 0px;
	color: transparent;
    text-shadow: none;
    padding-left: 0px;
}

.entry .like_button {
	float: right;
	margin-right: 0px;
	padding-left: 10px;
	color: #777777;
	font-size: 14px;
}

.like_button {
	margin-right: 2px;
	margin-top: 0px;
}

.like_button > .ldc-ul_cont > span {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 14px;
	color: #777777;
}

.like_button > .ldc-ul_cont > img {
	top: 1px;
}

/* Flickr feed style */
.autorepair-fastflickrwidget {
	background-color: transparent;
}

.autorepair-fastflickrwidget > a {
	display: inline-block;
	width: 33.33%;
	position: relative;
}

.autorepair-fastflickrwidget > a:before,
.autorepair-fastflickrwidget > a:after {
	content: '';
	opacity: 0;

	-webkit-transition: opacity .2s linear; 
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.autorepair-fastflickrwidget > a:hover:before {
	content: '';
	position: absolute;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	opacity: 1;
}

.autorepair-fastflickrwidget > a:hover:after {
	content: '\e831';
	font-family: 'icons';
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0;
	top: 0;
	line-height: 90px;
	color: #cecece;
	font-size: 22px;
	opacity: 1;
}

.autorepair-fastflickrwidget > a > img {
	width: 100%;
	margin-bottom: -8px;
}

/* Subscribe widget */

.widget_wysija_cont > form {
	background-color: #fafafa;
	padding-top: 20px;
	padding-bottom: 11px;
}

.wysija-msg {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 300;
	color: #333333;
}

.widget_wysija_cont .widget_wysija {
	color: #333;
	font-family: 'Roboto';
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;

	padding-top: 13px;
	padding-left: 16px;
	padding-right: 10px;
}

.widget_wysija_cont .widget_wysija > p {
	padding-bottom: 15px;
	margin-bottom: 10px;
	position: relative;
}

.widget_wysija_cont .widget_wysija > p:before {
	content: '';
	position: absolute;
	border-bottom: 1px solid #e7e7e7;
	width: 111%;
	bottom: 0;
	margin-left: -16px;
}

.widget_wysija_cont .widget_wysija > hr {
	margin-left: -16px;
	margin-right: -10px;
	border: 0; 
	border-top: 1px 
	solid #e7e7e7;
}

.wysija-input {
	border: 1px solid #c8c8c8;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin-top: 18px;
	padding-bottom: 10px;
	width: 235px;
	color: #5b5b5b;
	background-color: #fafafa;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 2px;
}

.widget_wysija > .wysija-submit {
	line-height: 16px;
	box-shadow: 0px 0px 3px 1px rgba(34, 34, 34, 0.2);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	text-transform: uppercase;
	border: 0;
	text-shadow: none;
	background-color: #0099ff;
	font-family: 'Roboto';
	font-weight: 500;
	color: #ccebff;
	border-radius: 2px;
	padding: 9px 19px 7px 19px;
	font-size: 14px;
	margin-top: 0;
}

.wysija-submit:hover {
	-webkit-box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.4);
	-moz-box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.4);
	box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.4);
	-webkit-transition-duration: .2s; 
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

/* About author */
.blog-open-content .wp-about-author-containter-none {
	border: 1px solid #d1d1d1;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin-right: 5px;
	margin-top: 90px;
	padding-top: 32px;
	margin-left: 7px;
}

.blog-open-content .wp-about-author-pic {
	background: none;
	border: none;
}

.blog-open-content .wp-about-author-pic > img {
	width: 95px;
	height: 95px;
}

.blog-open-content .wp-about-author-containter-none > .wp-about-author-text {
	margin-top: 13px;
}

.is_author_desc .wp-about-author-text > h3 > a {
	color: #333333;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 400;
}

.is_author_desc .wp-about-author-text > p {
	color: #666666;
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
}

.wp-about-author-text > h3 {
	margin-bottom: 4px;
}

.wp-about-author-text p.wpa-nomargin {
	display: none;
}


/* Next and previous posts */
.prev-post-img, .next-post-img {
	display: none;
}

.nav-single .left {
	background-color: #cccccc;
	float: left;
	width: 50%;
	min-height: 115px;
}

.nav-single .right {
	background-color: #0099ff;
	float: right;
	width: 50%;
	min-height: 115px;
}

.nav-single .blog-category {
	display: none;
}

.nav-single .blog-comments {
	display: none;
}

.prev-post-content {
	display: none;
}

.next-post-content {
	display: none;
}

.nav-single .right > .next-post-text {
	float: right;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 300;
	margin-top: 32px;
	margin-right: 72px;
	color: #7dcafc;
	line-height: 20px;
}

.nav-single .right > .next-post-link {
	float: right;
	margin-right: 48px;
	color: #fafafa;
	line-height: 23px;
}


.nav-single .right > .next-post-link > a {
	float: left;
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 300;
	color: #fafafa;
	margin-right: 17px;
	max-width: 350px;
	text-align: right;

	-webkit-transition-duration: .2s; 
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.nav-single .right > .next-post-link > a:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition-duration: .2s; 
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}


.nav-single .left > .prev-post-text {
	float: left;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 300;
	margin-top: 35px;
	margin-left: 70px;
	color: #fafafa;
	line-height: 20px;
}


.nav-single .left > .prev-post-link {
	float: left;
	margin-left: 50px;
	color: #fafafa;
	line-height: 23px;
}

.nav-single .left > .prev-post-link > a {
	float: right;
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 300;
	color: #fafafa;
	margin-left: 14px;
	margin-right: 5px;
	max-width: 350px;

	-webkit-transition-duration: .2s; 
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.nav-single .left > .prev-post-link > a:hover {
	text-decoration: none;
	opacity: 0.7;

	-webkit-transition-duration: .2s; 
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.nav-single .full-size-nav {
	width: 100%;
}

.nav-single .left > .prev-post-link > a,
.nav-single .right > .next-post-link > a {
	max-width: 90%;
}

/* Related content */
.wp_rp_content {
	margin-top: 57px;
	margin-left: 2px;
}

.related_post_title {
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 300;
	color: #000000;
	text-transform: uppercase;
}

.related_post  li {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	width: 270px;
	min-height: 165px;
	margin: 0;
	padding: 5px;
	border-bottom-style : none;
	margin-right: 19px;
	background-color: #fafafa;
}

.related_post  li a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-indent: 0;
	border: 0;
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #000000;
}

.related_post  li img {
	width: 270px;
	height: 165px;
	max-width: 100%;
	margin: 0;
	border 1px solid #ddd;
	padding: 2px;
	float: none;
}

.related_post li a.wp_rp_title {
	margin-top: -70px;
	margin-left: 17px;
	font-family: 'Roboto';
	font-size: 21px;
	font-weight: 400;
	color: #ffffff;
	position: absolute;
}
.related_post {
	display: inline-block;
	position: relative;
	margin-left: -26px;
	margin-top: 16px;
	min-width: 900px;
}

/* Toggle button */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 35px;
  height: 20px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}
input.cmn-toggle-round + label:after {
  width: 20px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin .2s;
  -moz-transition: margin .2s;
  -o-transition: margin .2s;
  transition: margin .2s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 18px;
}

.remember_me {
	position: absolute;
	margin-top: -28px;
	margin-left: 44px;
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 300;
	color: #666;
}

.switch {
	margin-top: -3px;
}

/* About author */
#author-avatar > img {
	border-radius: 50%;
	height: auto;
	width: 93px;
	float: left;
}

#author-description {
	float: left;
	max-width: 600px;
	margin-left: 37px;
	margin-top: 3px;
}

#author-description > a {
	font-family: 'Roboto';
	color: #333333;
	font-size: 16px;
	font-weight: 400;

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#author-description > a:hover {
	text-decoration: none;
	color: #0099ff;

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#author-description > p {
	font-family: 'Roboto';
	color: #666666;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 4px;
}

#author-info {
	margin-top: 42px;
	margin-left: 40px;
	margin-bottom: 51px;
}

/* Thumbnails */
.yarpp-thumbnail {
	float: left;
	width: 33.33%;
	list-style-type: none;
	max-width: 270px;
	padding-left: 30px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.yarpp-thumbnail .yarpp-thumbnail-wrapper {
	background-color: #fafafa;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,.1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,.1);
}

.yarpp-thumbnail-picture {
	display: block;
	position: relative;
}

.yarpp-meta {
	position: absolute;
	top: 11px;
	left: 17px;
}

.yarpp-block {
	margin-top: 18px;
	margin-left: -17px;
}

.yarpp-content > p {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 12px;
	padding-top: 4px;
	margin-bottom: 15px;
}

.yarpp-title {
	position: absolute;
    bottom: 11px;
    width: 100%;
    padding: 0 17px;
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
}

.yarpp-content {
	padding-top: 8px;
}

.yarpp-author > span,
.yarpp-date > span {
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 300;
	color: #777777;
}

.yarpp-author,
.yarpp-date {
	color: #777777;
	float: left;
	margin-left: 15px;
	margin-top: -14px;
	font-size: 12px;
}

.yarpp-date {
	margin-left: 12px;
	font-size: 13px;
}

.yarpp-thumbnail > hr {
	border: 0;
	margin-top: 34px;
	margin-bottom: 0;
	width: 100%;
	border-top: 1px solid #e7e7e7;
}

.yarpp-button {
	margin-left: 21px;
	margin-top: 13px;
	margin-bottom: 12px;
	cursor: pointer;
	display: inline-block;
}

.yarpp-thumbnail .yarpp-button > a {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 600;
	color: #404040;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;

}

.yarpp-thumbnail .yarpp-button:hover > a {
	background-color: #0099ff;
	border-radius: 3px;
	color: #ddedff;
	font-weight: 400 !important;

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.yarpp-post-count > span {
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 300;
	margin-left: 0px;
	color: #ffffff;
	float: left;
}

.ldc-ul_cont img {
	display: none;
}

.yarpp-post-count {
	color: #ffffff;
	opacity: 0.7;
	font-size: 12px;
	float: left;
	padding-right: 8px;
}

.yarpp-thumbnail-picture img {
	display: block;
}

.yarpp-post-count:before {
	float: left;
}

.yarpp-post-count .bawpvc-ajax-counter {
	margin: 0;
    line-height: inherit;
	padding-left: 3px;
}

.yarpp-post-comments {
	color: #ffffff;
	opacity: 0.7;
	font-size: 12px;
	float: left;
	padding-right: 8px;
}

.yarpp-post-comments > span {
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 300;
	margin-left: 0px;
	color: #ffffff;
}

.yarpp-post-likes {
	color: #ffffff;
	opacity: 1;
	float: left;
}

.yarpp-post-likes:before {
	opacity: 0.7;
	float: left;
}

.yarpp-post-likes img {
	display: none;
}

.yarpp-thumbnail .yarpp-post-likes span > span > span {
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 300;
	color: #ffffff;
	opacity: 0.7;
	text-shadow: none;
}

.yarpp-thumbnail .yarpp-post-likes span > span {
	border: none;
	background: none;
	box-shadow: none;
	color: transparent;
    text-shadow: none;
    padding-left: 0;
}
.yarpp-thumbnail .yarpp-post-likes span > span > img {
	filter: invert(100%);
	-webkit-filter: invert(100%); 
}

.yarpp-category-name {
	position: absolute;
	margin-top: 4px;
	margin-left: 16px;
}

.yarpp-category-name > .icon-tags {
	font-size: 12px;
}

.yarpp-category-name  .post-categories {
	padding-left: 13px;
	padding-top: 0px;
}


/* Override defaults */
.main-content .yarpp-related > h3 {
	margin-left: 17px !important;
	margin-top: 170px !important;

	font-family: 'Roboto';
	font-weight: 300 !important;
	font-size: 24px !important;
	text-transform: uppercase !important;
	color: #000000;
}

.yarpp-related-none > p {
	margin-left: 12px;
}

.main-content .yarpp-related .post-categories a {
	font-weight: normal !important;
	font-size: 12px;
}

/* 404 page */

body.error404 .sb-icon-search {
	display: none;
}

body.error404 .footer_search_input {
	border: 0;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	font-family: 'Roboto';
	color: #000;
	font-size: 15px;
	font-weight: 400;
	padding-left: 0;
	padding-bottom: 9px;
	margin-bottom: 19px;
	min-width: 250px;
	text-indent: 0;
	margin-right: 28px;
}

body.error404 .page-wrapper {
	margin-top: 78px;
}

/* Comments */
.comment-content {
	background-color: #fafafa;
	box-shadow: 0px 0px 2px 1px rgba(34, 34, 34, 0.2);
	border-radius: 1px;
	padding: 19px;
	margin-bottom: 8px;
	text-align: justify;
	padding-top: 17px;
	padding-bottom: 15px;
}

.comment-content .comment-awaiting-moderation {
	padding-left: 10px;
}

.comment-content .fn,
.comment-content .fn a {
	font-family: 'Roboto';
	color: #46719e;
	font-size: 20px;
	text-decoration: none;
}

.wrapper .main-inner .comment-content p,
.wrapper .main-inner #author-description p {
	font-family: 'Roboto', sans-serif;
	color: #999999;
	font-size: 13px;
	margin: 0;
}

.wrapper .main-inner #author-description {
	margin-top: 2px;
}

.comment-meta {
	float: left;
}

.children {
	margin-left: 48px;
	max-width: 800px;
}

.commentlist li {
	list-style-type: none;
}

.comment-respond {
	margin-top: 9px;
	margin-bottom: 42px;
	margin-left: 20px;
}

#comments {
	margin-top: 40px;
	margin-left: -19px;
}

.post_comment_title {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	margin-left: 20px;
}

.comment-meta img {
	border-radius: 50%;
	width: auto;
	height: 40px;
	margin-top: 15px;
	margin-left: 2px;
}

.comment-author{
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 500;
	margin-left: 14px;
	color: #333333;

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.commentlist .comment-author:hover {
	text-decoration: none;
	color: #0099ff;

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.reply-count {
	float: right;
}

.comment-time {
	float: right;
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 300;
	color: #999999;
}

.commentlist {
	margin-top: 32px;
}

.comment-content hr {
	margin: 15px -19px 12px 50px;
}

#comments .comment-content > p {
	margin-left: 51px;
	font-family: 'Roboto';
	font-size: 13px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	margin-top: 1px;
}

#comments .comment-reply-link {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 14px 5px 14px;

	font-family: 'Roboto';
	font-size: 11px;
	font-weight: 600;
	color: #333333;
	margin-left: 50px;

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#comments .comment-reply-link:hover {
	-webkit-box-shadow: 0px 6px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);
	-moz-box-shadow: 0px 6px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);
	box-shadow: 0px 6px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

/* Add coment block */
#reply-title {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 24px;
	color: #3f3f3f;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 58px;
}

.comment-form-comment > span {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 12px;
	color: #acacac;
	margin-left: 17px;
}

.comment-form-comment > textarea {
	background-color: #fafafa;
	color: #5b5b5b;
	width: 96%;
	border-bottom: 1px solid #c8c8c8;
	margin-left: 15px;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
	margin-top: 20px;
	padding-bottom: 9px;
	min-height: 67px;
	margin-bottom: 7px;
}

#comments .form-submit > .submit {
	background-color: #0099ff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	border: none;
	font-size: 30px;
	color: #ffffff;
	float: right;
	margin-right: 100px;
	position: absolute;
	right: -49px;
	margin-top: -50px;

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#comments .form-submit > .submit:hover {
	-webkit-box-shadow: 0px 6px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);
	-moz-box-shadow: 0px 6px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);
	box-shadow: 0px 6px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.comment-form {
	background-color: #fafafa;
	-webkit-box-shadow: 0px 2px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);
	-moz-box-shadow: 0px 2px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);
	box-shadow: 0px 2px 6px -2px rgba(34, 34, 34, 0.4), 0px 0px 1px 1px rgba(34, 34, 34, 0.1);

}

.comment-form #author {
	float: left;
	border: 0;
	background-color: #fafafa;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;

	margin-top: 28px;
	margin-left: 17px;
	margin-right: 52px;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 9px;
}

.comment-form #author::-webkit-input-placeholder {
	color: #5b5b5b;
}

.comment-form #author:-moz-placeholder { /* Firefox 18- */
	color: #5b5b5b;
}

.comment-form #author::-moz-placeholder {  /* Firefox 19+ */
	color: #5b5b5b; 
}

.comment-form #author:-ms-input-placeholder {  
	color: #5b5b5b; 
}

.comment-form #email {
	float: left;
	border: 0;
	background-color: #fafafa;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;

	margin-right: 52px;
	margin-left: 17px;
	margin-top: 28px;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 9px;
}

.comment-form #email::-webkit-input-placeholder {
	color: #5b5b5b;
}

.comment-form #email:-moz-placeholder { /* Firefox 18- */
	color: #5b5b5b; 
}

.comment-form #email::-moz-placeholder {  /* Firefox 19+ */
	color: #5b5b5b; 
}

.comment-form #email:-ms-input-placeholder {  
	color: #5b5b5b; 
}

.comment-form #url {
	float: left;
	border: 0;
	background-color: #fafafa;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;

	margin-top: 28px;
	margin-left: 17px;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 9px;
	max-width: 150px;
}

.comment-form #url::-webkit-input-placeholder, 
.comment-form-comment > textarea::-webkit-input-placeholder {
	color: #5b5b5b;
}

.comment-form #url:-moz-placeholder,
.comment-form-comment > textarea:-moz-placeholder { /* Firefox 18- */
	color: #5b5b5b; 
}

.comment-form #url::-moz-placeholder,
.comment-form-comment::-moz-placeholder {  /* Firefox 19+ */
	color: #5b5b5b; 
}

.comment-form #url:-ms-input-placeholder,
.comment-form-comment:-ms-input-placeholder {  
	color: #5b5b5b;  
}

.comment-circle {
	width: 5px;
	height: 5px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50%;
	position: absolute;
}

.comment-shape {
	margin-top: -50px;
	margin-left: 387px;
}

.author-shape {
	margin-top: 30px;
	margin-left: 60px;
}

.email-shape {
	margin-left: 359px;
	margin-top: 30px;
}

.input-shape {
	margin-left: 86px;
	margin-top: 80px;
}

#cancel-comment-reply-link {
	font-family: 'Roboto';
	font-size: 12px;
	color: #acacac;

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#cancel-comment-reply-link:hover {
	color: #0099ff;
	text-decoration: none;

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.single-contacts-after {
	line-height: 72px; 
	height: 72px;
}

.single-contacts-before {
	line-height: 61px; 
	height: 61px;
}

/* Bubble info */
.bubble_content {
	margin-left: 0px;
	float: left;
	margin-right: 82px;
	margin-top: 27px;
	margin-bottom: 5px;
}

.bubble_content > .content, 
.post_content-m > .content {
	position:relative;
	background: #fff;
}

.bubble_content > .content :before, .bubble_content > .content :after, 
.post_content-m > .content :before, .post_content-m > .content :after {
	content: ' ';
	position:absolute;
	right:0px;
}

.bubble_content > .content{
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 15px;
	color: #747474;
	min-height: 65px; /*box size*/
	background-color: #fff;
}

.bubble_content > .triangle-topleft {
	background: url('images/question_m1.png') no-repeat bottom right;
	width: 36px;
	height: 31px;
	float: right;
	margin-left: 23px;
	float: left;
	position: relative;
}

/* Static height only */
.bubble_content > .triangle-bottomright {
	background: url('images/bubble_side.png') no-repeat bottom right;
	width: 44px;
	height: 137px;
	float: right;
	margin-right: -44px;
	margin-top: -132px;
}


.bubble_content > .meta_full_name{
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 28px;
	color: #0099ff;
	margin-top: 19px;
	margin-left: 20px;
	margin-bottom: 22px;
	float: left;
}

.bubble_content > .meta_car_name {
	font-weight: 500;
	color: #333333;
	position: absolute;
	margin-left: 19px;
	margin-top: 45px;
}

.bubble_content {
	width: 330px;
}

.last_bubble {
	margin-right: 40px;
	margin-left: 5px;
}

.top_class > .contact_main > span > input[type="text"], textarea {
	background: transparent;
	border: solid 1px #b3b3b3;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-weight: 400;
	padding-left: 0;
	color: #000;
	text-indent: 15px;
	width: 100%;

	-webkit-font-smoothing: initial;
}


.top_class > .contact_main > span > input[type="text"]:focus, textarea:focus{
	outline: 0;
}

.top_class > .contact_main > span > input[type="tel"], textarea {
	background-color: #e0e0e0;
	border: solid 1px #b3b3b3;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-weight: 500;
}

.top_class > .contact_main > span > input::-webkit-input-placeholder {
	color: #2d2d2d;
	font-weight: 400 !important;
}

.top_class > .contact_main > span > input:-moz-placeholder { /* Firefox 18- */
	color: #2d2d2d;
	font-weight: 400 !important; 
}

.top_class > .contact_main > span > input::-moz-placeholder {  /* Firefox 19+ */
	color: #2d2d2d;
	font-weight: 400 !important;
}

.top_class > .contact_main > span > input:-ms-input-placeholder {  
	color: #2d2d2d;
	font-weight: 400 !important;
}

/* Contact/Info form */
.info_contact_block {
	background-image: url('images/corner_image.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 110px 110px;
}

.info_contact_block .e_mail, .real_address {
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 400;
	color: #666666;
}

.info_contact_block {
	background-color: #ffffff;
	box-shadow: 0px 0px 1px 1px rgba(34, 34, 34, 0.2);
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 34, 34, 0.2);
	-moz-box-shadow: 0px 0px 1px 1px rgba(34, 34, 34, 0.2);
}

.info_contact_block .call_us, .write_us, .visit_us, .work_time > span {
	color: #0099ff;
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.info_contact_block .write_us, .visit_us, .work_time > span {
	color: #666666;
}

.info_contact_block .phone_number {
	font-family: 'Roboto';
	font-weight: 400;
	color: #0099ff;
	margin-left: 49px;
	font-size: 43px;
	margin-top: -1px;
}

.info_contact_block .phone_number > span {
	font-family: 'Roboto';
	padding-left: 15px;
	font-size: 28px;
	font-weight: 400;
}

.info_contact_block .day {
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 300;
	color: #666666;
}

.info_contact_block .day > span {
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 400;
	float: right;
	margin-right: 73px;
}

.info_contact_block .e_mail {
	font-size: 36px;
	margin-left: 48px;
	margin-top: -2px;
}

.info_contact_block .e_mail > span {
	font-family: 'Roboto';
	color:  #666666;
	font-size: 24px;
	font-weight: 300;
	padding-left: 14px;
	position: absolute;
	margin-top: 9px;
}

.info_contact_block .real_address {
	margin-left: 51px;
	font-size: 55px;
}

.info_contact_block .real_address > span {
	font-family: 'Roboto';
	color:  #666666;
	font-size: 24px;
	font-weight: 300;
	position: absolute;
	margin-left: 20px;
	margin-top: 6px;
	line-height: 28px;
}

.info_contact_block .call_us {
	margin-top: 68px;
	margin-left: 98px;
	line-height: 10px;
}

.info_contact_block .write_us {
	margin-top: 50px;
	margin-left: 100px;
	line-height: 6px;
}

.info_contact_block .visit_us {
	margin-top: 55px;
	margin-left: 100px;
	line-height: 6px;
}

.info_contact_block .work_time {
	margin-top: 83px;
	margin-left: 40px;
	font-size: 41px;
	line-height: 7px;
}

.info_contact_block .work_time > span {
	position: absolute;
	margin-top: -11px;
	margin-left: 24px;
	word-spacing: 2px;
}

.info_contact_block .days {
	margin-left: 99px;
	line-height: 33px;
	margin-top: -4px;
}
.info_contact_block .status_closed {
	color: #ff3333;
}

.info_contact_block .status_closed > span {
	margin-right: 164px;
}

.vh_uppercase {
	text-transform: uppercase;
}

.info_contact_block .msg_title {
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 300;
	color: #666666;
	margin-left: -31px;
	margin-top: 63px;
}

.info_contact_block .wpcf7 {
	margin-left: -31px;
	margin-top: 22px;
	margin-bottom: 69px;
	width: 90%;
}

.info_contact_block input, textarea {
	border: 0;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 400;
	padding-left: 0;
	padding-bottom: 9px;
	margin-bottom: 19px;
	min-width: 355px;
	text-indent: 0;
	width: 100%;
}

.info_contact_block textarea {
	padding-bottom: 68px;
}

.info_contact_block input::-webkit-input-placeholder, textarea::-webkit-input-placeholder   {
	color: #5c5c5c;
}

.info_contact_block input:-moz-placeholder,  textarea:-moz-placeholder { /* Firefox 18- */
	color: #5c5c5c; 
}

.info_contact_block input::-moz-placeholder, textarea::-moz-placeholder  {  /* Firefox 19+ */
	color: #5c5c5c; 
}

.info_contact_block input:-ms-input-placeholder, textarea:-ms-input-placeholder, {  
	color: #5c5c5c;  
}

.info_contact_block input:focus, textarea:focus{
	outline: 0;
}

.info_contact_block .submit-form-button {
	border: 1px solid #0099ff;
	background-color: #0099ff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
	position: absolute;
	right: 65px;
	bottom: -30px;

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.info_contact_block .submit-form-button > span {
	padding-left: 17px;
	color: #ffffff;
}

.info_contact_block .submit-form-button:hover {
	cursor: pointer;

	-webkit-box-shadow: 0px 4px 7px 0px rgba(34, 34, 34, 0.4);
	-moz-box-shadow: 0px 4px 7px 0px rgba(34, 34, 34, 0.4);
	box-shadow: 0px 4px 7px 0px rgba(34, 34, 34, 0.4);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}


.info_contact_block .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -4px;
	right: 0;
	font-size: 14px;
}

/* Override defaults */
.info_contact_block .wpcf7-response-output {
	color: red;
	bottom: 0px !important;
	float: none;
	margin-left: 0px;
	font-size: 14px;
	line-height: 14px;
	padding-right: 32px;
	box-sizing: border-box;
}

.contact_info_block {
	position: absolute;
	margin-top: -504px;
	margin-left: 15px;
	max-width: 1200px;
}

.contact_info_block  .info_cobntact_block{

}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}

.wpb_gmaps_widget iframe{
	margin-top: -40px;
}

.wpb_gmaps_widget {
	overflow: hidden;
}

.max-width .banner_block_class {
	float: left;
	margin-top: -173px;
	z-index:1000;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;

	box-shadow: 0px 1px 4px 1px rgba(34,34,34,0.2);
	-webkit-box-shadow: 0px 1px 4px 1px rgba(34,34,34,0.2);
	-moz-box-shadow: 0px 1px 4px 1px rgba(34,34,34,0.2);
	background-color: #ffffff;
}

.service_client_block .serv_header {
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	margin-top: 21px;
	margin-bottom: 25px;
}

.service_client_block .serv_content {
	color: #333333;
	margin-top: 6px;
	line-height: 24px;
	margin-left: -2px;
}

.service_client_block .serv_user_name {
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: 300;
	color: #0099ff;

	position: absolute;
	margin-top: -5px;
	margin-left: 91px;
}

.service_client_block .serv_user_work {
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 300;
	color: #999999;

	position: absolute;
	margin-left: 92px;
	margin-top: 13px;

	-webkit-font-smoothing: initial;
}

.service_client_block .serv_phone_nr {
	font-size: 22px;
	color: #666666;

	position: absolute;
	margin-top: 50px;
	margin-left: 92px;
}

.service_client_block .serv_phone_nr > span {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 18px;
	padding-left: 9px;
}

.service_client_block .serv_button {
	margin-top: 18px;
	-webkit-transition-duration: .2s; 
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.service_client_block .serv_button a {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ccebff;
	border-radius: 3px;
	background-color: #0099ff;
	line-height: 23px;
	border: none;

	padding-left: 19px;
	padding-right: 19px;
	padding-top: 9px;
	padding-bottom: 9px;

	-webkit-font-smoothing: initial;

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.service_client_block .serv_button > a:hover {
	text-decoration: none;

	-webkit-box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.4);
	-moz-box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.4);
	box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.4);
	
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.service_client_block .serv_talk_to {
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 400;
	color: #999999;
	margin-top: 13px;
	margin-left: -1px;
}

.service_client_block .serv_bottom_container {
	margin-top: 11px;
}

.service_client_block .serv_user_img {
	float: left;
}

.custom_mid_line {
	margin-left: 16px;
}

.service_part_block .header {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 20px;
	color: #101010;

	margin-top: 27px;
	margin-left: 13px;
}

.service_part_block .content {
	margin-top: 12px;
	margin-left: 12px;
	line-height: 24px;
}

.service_part_block .url {
	margin-top: 17px;
	margin-left: 14px;
}

.service_part_block .url > a {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #2e2e2e;
	border-radius: 3px;
	background-color: #e8e8e8;
	line-height: 23px;
	border: none;

	padding-left: 19px;
	padding-right: 19px;
	padding-top: 9px;
	padding-bottom: 6px;

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}


.service_part_block .url > a:hover {
	text-decoration: none;

	-webkit-box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.4);
	-moz-box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.4);
	box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.4);
	
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.service_part_block {
	margin-top: -6px;
	margin-left: -14px;
}

.service_middle_content {
	margin-top: 0px;
}

/* Blog page style */

.vc_grid-item {
	display: inline-block;
	margin: 0 0 1em;
	width: 100%;
}

.vc_gitem-post-data-source-post_title {
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
}

.vc_gitem-zone-a {
	box-shadow: 0px 0px 3px 1px rgba(34, 34, 34, 0.2);
}

.main-blog_post_c {
	box-shadow: 0px 0px 3px 1px rgba(34, 34, 34, 0.2);
	border-radius: 2px;
}

.vc_grid-item-mini:hover .main-blog_post_c {
	box-shadow: 0px 5px 5px 2px rgba(34, 34, 34, 0.2);
}

.vc_grid-item-mini {
	margin-left: 4px;
}

.vc_grid-item-mini:hover .main-blog_post_c {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.vc_grid-item-mini .vc_gitem-zone-a {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.vc_grid-item-mini:hover .vc_gitem-zone-a {
	box-shadow: 0px 2px 5px 2px rgba(34, 34, 34, 0.3);
}

.wrapper .vc_masonry_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
	margin-bottom: 0px;
	padding-bottom: 19px;
}

.vc_grid-item-mini:hover .post-gitem-button > a {
	background-color: #0099ff;
	border-color: #0099ff;
	color: #ccebff;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.vc_grid-item-mini .post-gitem-button > a {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.vc_grid-item-mini .vc_gitem-animated-block {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone-a {
	border-radius: 2px 2px 0 0;
}

.vc_gitem-post-data-source-post_excerpt {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}

.vc_gitem-post-data-source-post_excerpt p {
	line-height: 24px;
}

.vc_pageable-slide-wrapper .vc_grid-item {
	display: inline-block;
}

.vc_gitem-animated-block .like-button {
	color: #ffffff;
	opacity: 0.7;
	font-family: 'Roboto';
	font-size: 12px;
	float: left;
	margin-left: 7px;
}

.vc_gitem-post-data p {
	margin-bottom: 0px;
	margin-top: -24px;
}

.vc_gitem-animated-block .like-button span {
	margin-left: 2px;
}

.wrapper .vc_gitem-zone-mini .vc_gitem-col {
	padding-bottom: 0;
	background-color: #fafafa;
}

.wrapper .vc_gitem-zone-mini .vc_gitem-col.post_title-gradient {
	background-color: transparent;
}

.vc_gitem-zone-mini .vc_custom_heading {
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 25px;
}

.vc_gitem-zone-mini .vc_custom_heading div {
	font-weight: 300 !important;
}

.vc_gitem-zone {
	background-color: #838383;
	min-height: 70px;
}

.vc_gitem-animated-block .share-button {
	position: absolute;
	top: 11px;
	right: 16px;
	color: #ffffff;
	opacity: 0.7;
	font-size: 11px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.vc_grid.vc_row .vc_pageable-slide-wrapper > *:hover {
	z-index: 1 !important;	/* Fix hover shadow glich */
}

.hidden_share_block {
	display: none;
	position: absolute;
	top: 5px;
	right: 3px;
}

.hidden_share_block .ssba img {
	padding-left: 2px;
	padding-right: 2px;
}

.hidden_share_block .ssba img:hover {
	box-shadow: 2px 2px 2px 2px red;
}

.facebook-button {
	background-image: url("images/social-icons/facebook.png");
	width: 40px;
	height: 40px;
	float: left;
}

.twitter-button {
	background-image: url("images/social-icons/twitter.png");
	width: 40px;
	height: 40px;
	float: left;
}


.hidden_share_block .ssba {
	margin-top: 0px;
	margin-left: 0px;
}


.vc_gitem-animated-block .share-button:hover {
	opacity: 0.3;
	cursor: pointer;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.post_title-gradient {
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.vc_gitem-animated-block .comments-count {
	color: #ffffff;
	opacity: 0.7;
	font-family: 'Roboto';
	font-size: 12px;
	float: left;
	margin-left: 10px;
}

.vc_gitem-animated-block .view-counter {
	color: #ffffff;
	opacity: 0.7;
	font-family: 'Roboto';
	font-size: 12px;
	float: left;
	margin-left: 16px;
}

.post-image.no-image .blogpost-button_panel > div,
.post-image.no-image .vc_gitem-animated-block .share-button {
	color: #000;
}

.vc_gitem-animated-block .view-counter:before {
	float: left;
}

.vc_gitem-animated-block .view-counter .bawpvc-ajax-counter,
.vc_gitem-animated-block .view-counter .bawpvc-counter {
	float: left;
    margin: 0;
    line-height: inherit;
    padding-left: 3px;
}

.post_masonry_class {
	margin-top: 60px;
	min-height: 1000px !important;
}

.post-category-list {
	float: left;
	margin-top: 4px;
	margin-left: 14px;
	color: #999;
	-webkit-font-smoothing: initial;
}

.post-category-list .category_icon {
	margin-right: 2px;
	font-size: 12px;
}

.post-category-list a {
	color: #999999;
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 300;
}

.post-category-list a:hover {
	text-decoration: none;
}

.author_date_block {
	margin-left: 10px;
	margin-top: -9px;
	float: left;
}

.author_date_block span {
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 300;
	margin-left: 5px;
	-webkit-font-smoothing: initial;
}

.post-gitem-button {
	background-color: #fafafa;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #e7e7e7;
	position: relative;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.post-gitem-button a {
	text-transform: uppercase;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #fafafa;
	padding: 8px 15px 6px 17px;
	margin-left: 15px;
	background-color: #fafafa;
	border-radius: 3px;
	color: #323232;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.blogpost-button_panel {
	position: absolute;
	top: 10px;
}

.vc_gitem-zone-c {
	background-color: #fafafa;
	padding-bottom: 8px;
}

.post-gitem-button:hover > a {
	background-color: #0099ff;
	border-color: #0099ff;
	color: #ccebff;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.post-gitem-button:hover {
	cursor: pointer;
}

.post-gitem-button a:hover {
	text-decoration: none;
}

/* Override owl carousel */
.wpb_wrapper .vc_grid-owl-next {
	position: relative !important;
	float: right;
	margin-right: 315px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	padding: 5px;
}

.wpb_wrapper .vc_grid-owl-prev {
	position: relative !important;
	float: left;
	margin-left: 315px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	padding: 5px;
}
}

.wpb_wrapper .vc_grid-page > a {
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
	line-height: 30px !important;
	font-family: 'Roboto';
	font-size: 14px !important;
	padding-top: 5px;
	margin-left: 4px !important;
	margin-right: 4px !important;
}

/* Comment block button */

.open_comment_win_btn {
	background-color: #0099ff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	border: none;
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	right: 39px;
	bottom: 0px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.open_comment_win_btn span {
	color: #ffffff;
	font-size: 30px;
	padding-left: 21px;
	line-height: 60px;
}

.open_comment_win_btn:hover {
	-webkit-box-shadow:  0 6px 6px -2px rgba(34, 34, 34, 0.3), 0 0 2px 1px rgba(34, 34, 34, 0.3);
	-moz-box-shadow:  0 6px 6px -2px rgba(34, 34, 34, 0.3), 0 0 2px 1px rgba(34, 34, 34, 0.3);
	box-shadow: 0 6px 6px -2px rgba(34, 34, 34, 0.3), 0 0 2px 1px rgba(34, 34, 34, 0.3);

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	cursor: pointer;
}

#commentform {
	display: none;
}

#commentform p {
	padding-top: 0px;
}

.open_comemnt_win_hr {
	margin-left: 87px;
	margin-top: 62px;
	border: 0;
	border-top: 1px solid #d1d1d1;
}

 /* Mobile menu */
.top-header .menu-btn {
	float: right;
	width: 70px;
	height: 70px;
	background: #ff3333;
	text-align: center;
	line-height: 70px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
	display: none;
	margin-top: 5px;
	margin-right: 20px;

	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.top-header .menu-btn:hover {
	-webkit-box-shadow:  0 6px 6px -2px rgba(34, 34, 34, 0.3), 0 0 2px 1px rgba(34, 34, 34, 0.3);
	-moz-box-shadow:  0 6px 6px -2px rgba(34, 34, 34, 0.3), 0 0 2px 1px rgba(34, 34, 34, 0.3);
	box-shadow: 0 6px 6px -2px rgba(34, 34, 34, 0.3), 0 0 2px 1px rgba(34, 34, 34, 0.3);

	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

/* Rectangle */
.rectangle-topright {
	background-color: red;
	width: 10px;
	height: 10px;
	float: right;
}

/* Banner custom style */
.bannertextstyle1 b, .bannerverysmall b {
	font-weight: 400 !important;
}

.like-polymer a {
	background: #fafafa;
	color: #333;
	text-decoration: none;
	display: inline-block;
	padding: 10px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); 
}

.like-polymer a:hover {
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6); }

.like-polymer a:active {
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6); 
}

.link-wrap {
	margin: 0 1.4em 1.4em 0;
	float: left; 
}

.link-wrap a {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	width: 180px;
	height: 180px;
	line-height: 180px;
	text-align: center; 
}

#buy-now-ribbon {
	background: url(images/ribbon.png) no-repeat;
	top: -8px;
	right: 25px;
	position: fixed;
	z-index: 222;
	width: 53px;
	height: 145px;
	display: none;
}

body.admin-bar #buy-now-ribbon {
	top: 24px;
}