/*
Theme Name: Jaunrota
Theme URI: http://itap.lv/
Author: jaunrota
Author URI: http://itap.lv
Created by: jaunrota
Description: Special Build for SIA Jaunrota by itap.lv (Arturs Pugejs)

Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: jaunrota
*/

/**
 * Table of Contents
 *
 * 1.1 - Normalize
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.1 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 *    11.7 - Home Page Slider
 *    11.8 - img-block-bg-responsive
 *
 *    11.16 - Sub header
 *    11.17 - About page
 *    11.18 - Pagination
 *    11.19 - contact page
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 * 15.0 - Print
 */


/* 1.1 Normalize css ======================= */
 html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
	height:40px;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #F5F5F5;
	margin: 0 0 1.75em;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

body {
    padding:0;
	margin:0;
	overflow-x:hidden;
	background-color:#ebeff2;
}

.page-header {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.vc_row { margin-bottom: 25px !important;}
.custom_block_footer .vc_row { margin-bottom: 0 !important;}
article strong,
article .fa {
	color: #69584D;
}

.textwhite * {

	color:#fff !important;

}

/* 3.0 Typography css ======================= */
body, 
button, 
input, 
select, 
textarea {
    color: #69584d;
    word-wrap: break-word;
    font-size: 16px;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500;
	margin: 0;
	text-rendering: optimizeLegibility;
	color:#242424;
	
	font-family: "Open Sans", sans-serif;
}

p {
	margin: 0 0 1.25em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #686868;
	font-size: 18px;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: initial;
}

q:before,
q:after{
	font-size: 100%;
}

blockquote:before,
blockquote:after{
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em, blockquote i, blockquote cite {
    font-style: italic;
    display: inline-block;
    font-size: 19px;
}

blockquote cite{
	color: #000000;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #F5F5F5;
	font-size: 16px;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #F5F5F5;
}

abbr,
acronym {
	border-bottom: 1px dotted #F5F5F5;
	cursor: help;
}

mark,
ins {
	background: #878788;
	color: #242424;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/* 4.0 Elements css ======================= */
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

hr {
	background-color: #F5F5F5;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {

	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #F5F5F5;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color */
::-webkit-input-placeholder {
	color: #686868;
}

:-moz-placeholder {
	color: #686868;
}

::-moz-placeholder {
	color: #686868;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #686868;
}



/* 5.0 Forms css ======================= */

/* contact us */


.form-left { width: 49%; float: left; margin-right:2%;}
.form-right { width: 49%; float: left; }

.formline {
	margin-bottom: 15px;
}

span.wpcf7-list-item {
	margin-left:0;
	margin-right:7px;
}

span.wpcf7-not-valid-tip {
	display:none;
}

.wpcf7-submit {
	float:right;
}

.ui-datepicker { z-index:10 !important; }

/* other */

input {
	line-height: normal;
}

.button,
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #69584d;
	border: 0;
	padding: 8px 18px;
	color:#fff !important;
	font-size:18px;
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s; 
	-moz-transition: all 0.1s ease 0s; 
	-ms-transition: all 0.1s ease 0s;
	font-weight:300;
	
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #ffffff;
	background: #4b3f34 !important;
	text-decoration:none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea {
	background: #f9f9f9;
	border:1px solid #69584d;
	color: #686868;
	padding: 0.725em 0.6375em;
	width: 100%;
}

.wpcf7 textarea{
	height: 115px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
	background-color: #fff;
	border-color: #878788;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-size: 16px;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}


.search-form {
	position: relative;
	width: auto;
    display: inline-block;
}
.search-form .screen-reader-text{ display: none; }
.search-form label{
	display: inline-block;
	margin:0;
	padding:0;
}
.search-form .search-field{
	font-size: 13px;
	font-weight: normal;
	color: #ccc;
	float:left;
	width: auto;
	border: 1px solid #f1f1f1;
}
.search-form .search-field:hover,
.search-form .search-field:focus{
	color: #ccc;
	border: 1px solid #f1f1f1;
	background: #f9f9f9;
}
.search-form .search-submit{
	float: left;
    border: none;
    font-size: 12px;
    box-shadow: 0 0 black;
    padding: 6px 29px;
    margin-left: 1px;
    background: #5a5a5a;
    color: #fff;
    border-radius: 4px;
}

form > p > label{ color: #8c8c8c; font-weight: 300; }

/* Default heddings css ======================= */
body{
	background-color:#ffffff;
	line-height:1.6842;
	
}
::selection{
	color:#fff;
}

.sticky-post{
	background: #eac407;
    padding: 2px 5px;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 10px;
}
.bypostauthor{}

h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 20px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 16px; }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {  margin-bottom:20px; }

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


/* 6.0 navigation css ======================= */
#rdn-menu{ 
	padding:32px 0; 
	background-color:#ffffff; 
	border-bottom: 1px solid #F5F5F5;
}

.home #rdn-menu {
    position: absolute;
    z-index: 999;
    width: 100%;
    background: rgba(255,255,255, 0.6);
    border-bottom: none;
}

.navbar{ 
	margin:0; 
	border:0; 
	min-height: 36px;
}

.site-title {
    color: #242424;
    display: inline-block;
    margin: 0;
}

/*
 * navigation
 */
.navbar-default{ 
	background-color: transparent;
}
.navbar-default .navbar-nav{
	margin: 0px;
}
.navbar-default .navbar-nav > li{
	margin: 0 2px;
}
.navbar-default .navbar-nav > li > a{
	padding-top:7px;
	padding-bottom:7px;
	font-size:15px;
	color:#242424;
	-webkit-transition: all 150ms linear;
    transition: all 150ms linear;
	margin-bottom:10px;
}
.navbar-default .navbar-nav > li > a .fa{
	margin-left:5px;
	display: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .dropdown.active > a,
.dropdown-menu > .active > a, 
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus{
	color: #ffffff;
	outline: none;
	
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.dropdown-menu > .active > a, 
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus{

}
.dropdown-menu{
	background-color: rgba(255,255,255, 0.9);
	padding: 0px;
	border:none;
	border-radius: 4px;
	-webkit-transition: all 10s ease-in-out;
    transition: all 10s ease-in-out;
	

}
.dropdown-menu li{
	position: relative;
}
.dropdown-menu li:first-child{
	margin-top: 0;
}
.dropdown-menu li:last-child{
	margin-bottom: 0;
}
.dropdown-menu li a{
	padding-top:7px;
	padding-bottom:7px;
	    border-radius: 0;
    margin-bottom: 1px;
}
.dropdown-submenu li:hover > .dropdown-menu { 
	display:block; 
}
.dropdown-menu > .dropdown-submenu > .dropdown-menu {
	display: block;
    left:100% !important;
    margin-top: -10px;
    margin-left:10px;
    -webkit-border-radius:0px 0px 0px 0px;
    -moz-border-radius:0px 0px 0px 0px;
    border-radius:0px 0px 0px 0px;
}
.navbar-collapse{
	border: none;
	width:100%;
}

/* mega menu */
.business-mega-menu .business-mm-col {
    text-align: center;
    vertical-align: top;
    display: table-cell;
    position: relative;
    padding: 5px;
}
.business-mega-menu .business-mm-col > a {
    display: none;
}
.business-mega-menu .mm-heading-wrapper{
	display: block;
    padding: 3px 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.navbar .business-mm-heading > span {
    text-transform: uppercase;
    padding: 7px 10px 5px 10px;
    margin: 0 5px;
}
.navbar_area,
.navbar .business-mega-menu{
	position: static;
	padding-top: 14px;
}
.navbar .business-mega-menu > .dropdown-menu {
    margin: auto;
    left: 0;
    right: 0;
	margin-top: -5px;
}
.navbar .business-mega-menu > .dropdown-menu li:first-child{
	margin: 0;
}


/* 6.1 Links css ======================= */
a{ 
	display: inline-block;
	word-break: break-all;
}
a,
a:hover,
a:focus,
a:active {
	text-decoration:none;
	
}
a:hover,
a:active {
	text-decoration:underline;
	outline: 0;
	color: #4b3f34;
}

/* 6.2 Menus css ======================= */



/* 7.0 Accessibility css ======================= */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}



/* 13.0 Multisites css ======================= */
.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #F5F5F5;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/* 8.0 Alignments css ======================= */
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/* 10.0 Widgets css ======================= */
.widget{ 
	padding: 20px; 
	background-color: #ffffff;
	margin-bottom: 30px;
	border: 1px solid #F5F5F5;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

/* .rdn-main-content .widget:first-child{
	padding-top:0;
} */

.widget ul, .widget ol { 
	list-style:none; 
}

.widget .widget-title{
	font-size:20px;
}

.widget .widget-title:after{ 
	content:''; 
	display:table; 
	margin:6px 0; 
	width:90px; 
	height:2px;
}

.widget > :last-child, 
.widget .widget-title:empty{ 
	margin-bottom: 0; 
}

.widget ul, .widget ol{ 
	margin:0; 
}

.widget ul  li{ 
	/* padding:3px 0; */
}

.widget ul  li > ul, .widget ol  li > ol{ 
	margin-left:20px;
}

.widget li:before{ 
	content: "\f105"; 
	font-family:'FontAwesome'; 
	display:inline-block; 
	font-size:20px; 
	margin-right:10px; 
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.widget li:hover:before{ 
	padding-left:3px;
	margin-right:7px; 
}

.widget li a{ 
	color:#767676;
	display: inline;
}

.widget_search form label{ 
	margin:0;
}

.widget_search .screen-reader-text{ 
	display: none; 
}
.widget.widget_calendar table { 
	margin: 0; 
}

.widget_calendar td,
.widget_calendar th {	
	line-height: 2.5625; 
	padding: 0; 
	text-align: center; 
}

.widget_calendar td{ 
	color:#767676; 
}

.widget_calendar caption {	
	font-weight: 900; 
	text-align:center; 
	font-size:18px; 
	color:#ffffff; 
}

.widget_calendar tbody a { 
	background-color: #878788; 
	color: #fff;	
	display: block; 
	font-weight: 700; 
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus { 
	color: #fff;
}

.tagcloud a {
	display: inline-block;
	line-height: 1;
	margin: 1px;
    padding: 5px;
	background-color:#f3f3f3;
}

.tagcloud a:hover, .tagcloud a:focus { 
	color: #ffffff; 
}

.sidebar-service .widget{
	background-color:transparent;
	border:none;
}

.sidebar-service div[class*="widget_jaunrota_service"]{
	box-shadow: none;
}

/* 11.1 content css ======================= */
.rdn-main-content{
	padding:40px 0;
}

.page .rdn-main-content {
	/* padding-bottom:0; */
}




/* 11.8 Sub header css ======================= */


.rdn-main-content h1,
.rdn-main-content h2,
.rdn-main-content h3,
.rdn-main-content h4,
.rdn-main-content h5,
.rdn-main-content h6 {
	color: #69584d;
	font-family: 'Open Sans', sans-serif;
}

.rdn-main-content {
	overflow:hidden;
}

.vc_row+.vc_row .uvc-heading {
	margin-top:45px;
}
.uvc-heading {
	margin-bottom:45px;
}

.uvc-sub-heading  {
	margin-top: 10px !important;
}

.uvc-heading h1,
.uvc-heading h2,
.uvc-heading h3,
.uvc-heading h4,
.uvc-heading h5,
.uvc-heading h6 {
	font-size:50px;
	font-family: 'Parisienne', cursive;
	font-style: italic;
}

.uvc-heading-spacer {
	max-width: 325px;
	height:1px;
	overflow:visible !important;
    margin-top: -8px !important;
    margin-bottom: 5px !important;
}

.uvc-heading-spacer span {
    background: #69584d ;
    display: block;
    width: 100%;
    height: 1px;

	border:none !important;
}

.uvc-heading-spacer:after,
.uvc-heading-spacer:before {
	content: "";
	display:block;
	width: 97px;
	height: 40px;
	position: absolute;
}

.uvc-heading-spacer:before {
	background: url(images/seperator-left.png) no-repeat;
    left: -125px;
    top: -30px;
}


.uvc-heading-spacer:after {
	background: url(images/seperator-right.png) no-repeat;
    right: -125px;
    top: -30px;
}

.uvc-sub-heading {
	color:#69584d;
}


/* 11.1 header css ======================= */
#rdn-wrapper{ 
	margin:0 auto;
	background-color: rgba(255,255,255,0.85);
	/* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); */
}
#rdn-top-header{  
	padding: 2px 0;
}
.custom-logo-link{
	display: inline-block;
}
.wp-custom-logo .site-title{
	margin-top:10px;
}
.site-description{
	margin:0;
}
.rdn-header-contact{ 
	margin: 5px 0 0 0; 
	padding: 0px; 
}
.rdn-header-contact li{ 
	display:inline-block; 
}
.rdn-header-contact li a{ 
	color:#ffffff; 
	font-size:15px;
}
.rdn-header-contact li:last-child  a{ 
	margin:0 0 0 15px; 
}
.rdn-header-contact li  a i{ 
	margin:0 8px 0 0; 
}
.rdn-header-social{ 
	float: right; 
	margin: 0px; 
	padding: 0px;
}
.rdn-header-social li {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    display: inline-block;
    width: auto;
    height: 32px;
    text-align: center;
    padding: 5px;
    border-radius: 10px 0 10px 0;
	color:#fff;
}
.rdn-header-social li a{ 
	color:#ffffff; 
}
.rdn-header-social li i{ 
	font-size: 20px; 
}

/* 11.2 post and pages css ======================= */
.post {
	border: 1px solid #F5F5F5;
	margin-bottom: 50px;
	/* background-color: #ffffff; */
	padding: 20px;
}

.page .post {
	border: 0px solid #F5F5F5;
	margin-bottom: 0px;
	/* background-color: #ffffff; */
	padding: 0px;
}

.post-thumbnail{
	display: block;
}

.rdn-featured-image{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}

.post-thumbnail img{
	transition: all 1.6s ease 0s;
	-webkit-transition: all 1.6s ease 0s; 
	-moz-transition: all 1.6s ease 0s; 
	-ms-transition: all 1.6s ease 0s;
}

.post-thumbnail img:hover{
	opacity: 0.8;
	transform: scale(1.15);
}

.entry-title, 
.entry-title a {
    color: #242424;
    display: inline;
}

.entry-title a:hover, 
.entry-title a:focus{
	/* text-decoration:underline; */
}

.entry-meta{
	margin:20px 0;
	padding:2px 0;
	border-top:1px dotted #c5c5c5;
	border-bottom:1px dotted #c5c5c5;
}

.author::before, .entry-date::before, .tag-links::before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 0px;
    padding-right: 10px;
    position: relative;
    text-decoration: inherit;
    top: 2px;
    vertical-align: text-bottom;
}

.author::before {
    content: "";
}

.entry-date::before {
    content: "";
}

.tag-links::before {
    content: "";
}

.entry-meta span{
	margin-right:10px;
}

.entry-meta span:last-child{
	margin:0;
}

.entry-meta span a{
	color:#242424;
}

.entry-footer{
	margin-bottom:40px;
}

.share-label, 
.rdn-share-social{
	margin:0;
	display:inline-block;
	margin-right:20px;
	vertical-align: middle;
}

.rdn-share-social li{
	display:inline-block;
	margin-right:5px;
}

.rdn-share-social li i{
	font-family:FontAwesome;
	font-size:30px;
	color:#ffffff;
	width:50px;
	height:50px;
	border-radius:50%;
	padding: 12px;
	text-align: center;
}

.rdn-share-social  .fa-facebook{
	background-color:#325c94;
}

.rdn-share-social  .fa-twitter{
	background-color:#00abdc;
}

.rdn-share-social  .fa-linkedin{
	background-color:#0073b2;
}

.rdn-share-social  .fa-google-plus{
	background-color:#d05800;
}

.blog-author{
	border:2px solid #f5f5f5;
	padding:15px 0;
	margin-bottom: 30px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.blog-author .pull-left{
	padding-left: 10px;
}

.author-title{
	color:#f3a540;
}

.blog-author .media-body :last-child{
	margin:0;
}


.post-style-header{
	padding:30px;
}

.entry-style-header, 
.entry-style-header a{
	color:#ffffff;
}

.entry-style-header a:hover, 
.entry-style-header a:focus{
	text-decoration:underline;
	color:#ffffff;
}

.entry-style-meta span{
	margin-right:30px;
}

.entry-style-meta span, 
.entry-style-meta span a{
	color:#ffffff;
	font-size:20px;
}

.entry-style-content{
	padding:25px;
}


.entry-style-date{
	margin-left: -66px;
}

.entry-style-date span{
	font-size:20px;
	color:#ffffff;
	display:inline-block;
}

.entry-style-date span strong{
	background-color:#ffffff;
	padding:3px 10px;
	border-radius:50%;
	display:inline-block;
	width:80px;
	height:80px;
	margin-right:10px;
	font-size: 40px;
	vertical-align: middle;
}


.blog-parallax-area{
	background-color:#dafc7f;
	padding:30px;
	min-height:250px;
	margin-bottom:20px;
}

.entry-parallax-date{
	font-size:20px;
	color:#ffffff;
}

article.page .rdn-featured-image + .entry-header{
	margin-top:25px;
}
article.page .entry-header{
	margin-bottom:10px;
}

.entry-content::after,
.comment-content::after{
	content: '';
	clear: both;
}

/* element */
.page-links
{
	margin-bottom:20px;
}
.page-links-title{
	margin-right:20px;
}

.page-links a{
	padding:5px 10px;
	margin-right:5px;
}
.page-links > a:hover{
	color:#ffffff;
}

/* 11.4 comments css ======================= */
.comments-area{
	margin-top:50px;
	border:1px solid #F5F5F5;
	padding:20px;
	background-color:#ffffff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.comment-list{
	margin:50px 0;
}

.comment-list li{
	list-style:none;
}

.comment-list li.comment .comment-body{
	border-bottom:1px solid #f5f5f5;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
} 

.comment-list li ul{
	margin-left:30px;
}

.comment-author, 
.comment-metadata{
	width:50%;
	float:left;
}

.comment-awaiting-moderation{
	display:none;
}

.comment-meta:after{
	content:'';
	display:table;
	clear:both;
}

.comment-list li{
	margin-bottom:35px;
}

.comment-meta, 
.comment-author, 
.comment-body, 
.comment-metadata, 
.reply{
	margin-bottom:10px;
}

.comment-metadata{
	text-align:right;
}

.edit-link{
	display:block;
	margin-top:10px;
}

.comments-title:after, 
.comment-reply-title:after{
	content:'';
	display:block;
	margin-top:10px;
}

.comments-area .comment-author img{
	border-radius:50%;
	margin-right:10px;
}

.comments-area .comment-author .fn{
	margin-right:10px;
}

.reply{
	text-align:right;
}

.reply:before{
	content:'\f112';
	display:inline-block;
	font-family:FontAwesome;
	margin-right:10px;
}




/* 11.5 sidebar css ======================= */
.widget .rdn-home-news-area{ 
	background-color:transparent;
	padding:10px 0;
	margin-bottom:0px;
}

.widget .rdn-home-news-area:last-child{
	border-bottom:0;
}

.widget .home-news-image { 
	width:55px;
	height:55px;
}

.widget .rdn-home-news-area{ border-bottom:1px solid #F5F5F5; }

.media{
	margin:0;
}

.widget .home-news-body {
    width: calc(100% - 64px);
    display: inline-block;
}

.widget .news-title{
	margin-bottom:5px;
}

.widget .home-news-image{
	margin-right:4px;
}

.widget.contact-widget .fa{
	margin-right:10px;
}


/* 11.6 Footer css ======================= */
.rdn-footer-top{ padding:50px 0; }
.rdn-footer-bottom{ 
    padding: 15px 0;
    font-size: 12px;
}

#rdn-footer .widget{
	background-color: transparent;
	box-shadow:none;
    border: none;
	margin:0;
}
#rdn-footer .widget li:before {
	color:#fff !important;
}
#rdn-footer .widget-title, 
#rdn-footer .widget_calendar td{ 
	color: #ffffff; 
}
#rdn-footer .widget .tagcloud a:hover,
#rdn-footer .widget .tagcloud a:focus{
	background-color: #ffffff;
}
#rdn-footer,
#rdn-footer .widget_text,
#rdn-footer table, 
#rdn-footer th, 
#rdn-footer td{
	color: rgba(255, 255, 255, 0.7);
}
#rdn-footer .widget li a,
#rdn-footer .widget a, 
#rdn-footer .widget .news-title a,
.rdn-footer-menu li a{ 
	color: rgba(255, 255, 255, 0.9); 
}

#rdn-footer .widget li a:focus,
#rdn-footer .widget li a:hover {
	color: #fff !important;
}

.vc_column_container {
	background-color: rgba(255, 255, 255, 0.00);
}

#rdn-footer .widget .rdn-home-news-area{ 
	border:none;
	box-shadow:none;
	background:none;
	border-bottom:1px solid #5F5F5F; 
}
#rdn-footer .widget .rdn-home-news-area .news-title{ 
	word-wrap:break-word;
}
#rdn-footer .widget .rdn-home-news-area:last-child{ 
	border-bottom:0; 
}
#rdn-footer table{ 
	border-collapse: collapse;
}
.footer-social-title{
	font-weight: 300;	
	color:#ffffff; margin:15px 0; 
	text-align:center; 
}
.footer-social-icons{ 
	margin:0; 
	text-align:left;
}
.footer-social-icons li a {
    transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
}
.footer-social-icons li {
    background-color: #ffffff;
    transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 20px 0 20px 0;
    padding: 2px;
    margin: 2px;
	text-align:center;
}
.footer-social-icons li:before {
	display:none;
}
.footer-social-icons > li a:active,
.footer-social-icons > li a:focus,
.footer-social-icons > li a {
	color: #69584d !important;
	display: block;
}

.footer-social-icons li:hover {
    background-color: #ddd !important;
	border-radius: 15px 0 15px 0;
}
.footer-social-icons li i{ 
	font-size: 24px;
    line-height: 1.7;
}
.footer-social-icons li:hover i{ color: #69584D; }
.rdn-copyright p{ 
	margin:0; 
	color: #ddd;
}
.rdn-copyright p > a {
	color: #ddd !important;
}

.rdn-copyright p > a:hover, .rdn-copyright p > a:focus {
    color: #fff !important;
}

.rdn-footer-menu{ 
	margin:0; 
	text-align: right;
}
.rdn-footer-menu li{ 
	display:inline-block; 
	padding:0 15px 0 0; 
}
.rdn-footer-menu li:last-child{ 
	padding:0;
}
#rdn-footer .widget td,
#rdn-footer .widget th{ 
	background-color: transparent; 
}
.rdn_page_scroll {
    padding: 3px;
    display: none;
    height: 50px;
    opacity: 1;
    position: fixed;
    right: 25px;
    text-align: center;
    width: 50px;
    overflow: hidden;
    bottom: 30px;
    z-index: 9999;
    border-radius: 50%;
	
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s; 
	-moz-transition: all 0.1s ease 0s; 
	-ms-transition: all 0.1s ease 0s;
	
	    border: 1px solid #8e857f;
}
.rdn_page_scroll i {
    color: #ffffff;
}
.rdn_page_scroll i {
    font-size: 28px;
	line-height: 38px;
}

.rdn_page_scroll:hover {
	background: #4b3f34 !important;
}

.custom_block_footer .vc_parallax .vc_parallax-inner {
	background-attachment:fixed;
}
.custom_block_footer {
	/* margin-top:-50px; */
	/* margin-bottom:-50px; */
	    /* border-radius: 20px; */
		/* overflow:hidden; */
		
}

.rdn-sub-header:before, 
.custom_block_footer .vc_row:before {
	content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block !important;
    z-index: 1;
    left: 0;
	
	/* background: rgba(105,88,77,0.90) url(/wp-content/plugins/revslider/public/assets/assets/gridtile.png); */
}

.custom_block_footer .vc_row:before {
	background: rgba(105,88,77,0.90) url(images/footer_bg_h2.jpg) no-repeat;
	background-size:cover;
	background-position:top;
}

.footerLogoBlock {
	padding-left:35px !important;
	margin-top:20px;
}
.footerLogoBlock .wpb_text_column {
	padding-top:0;
	color: rgba(255, 255, 255, 0.9);
}

/* For any viewports less than 1000px wide */
@media (max-width: 900px) {

	.custom_block_footer .vc_row:before {
        background-size: 1000px auto; /* Force the image to its minimum width */
    }

}

.custom_block_footer .vc_row.plain:before {
	display:none !important;
}

.custom_block_footer .vc_row.plain {
	color:#000;
}


.rdn-sub-header:before {
	/* background: rgba(105,88,77,0.3) url(/wp-content/plugins/revslider/public/assets/assets/gridtile.png); */
	background: rgba(105,88,77,0.35);
	
}

.rev_slider .slotholder:after, .rev_slider .slotholder .kenburnimg img:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 99;
    background: rgba(105,88,77,0.35);
	
	opacity:0.8;
}

.custom_block_footer .widgettitle {
	color:#fff;
    font-family: 'Parisienne', cursive;
	font-size: 35px;
    margin-top: 40px;
}

.rdn-footer-top { 
	overflow:hidden;
	background: #69584D !important;
}

.custom_block_footer a,
.custom_block_footer p {
	font-size:14px;
}

/* 11.7 Home Page ======================= */

.home .rdn-main-content {
	padding-top:0;
}
.home .rdn-sub-header {
	display:none;
}

.tp-dottedoverlay { z-index: 50; }


/* 11.8 img-block-bg-responsive ======================= */


.img-block-inner-content {
	word-break:normal;
	text-align:center;
	margin-bottom:0px;
}

.img-block-wrap a:hover,
a:hover .img-block-inner-content {
	text-decoration:none;
	color: #4b3f34;
}

.img-block-bg-responsive {
	
	margin: 0 auto;

	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s; 
	-moz-transition: all 0.3s ease 0s; 
	-ms-transition: all 0.3s ease 0s;
	
	opacity:1;
	
}

.img-block-inner-content p {
	margin-bottom:5px;
	font-size:13px;
}

a:hover .img-block-bg-responsive {
    /* opacity:0.8; */
}

.ubtn-text {
    font-size: 15px !important;
    font-weight: normal !important;
}


.img-block-inner-overlay {
    background: #69584d;
    padding: 10px;
    position: relative;
	z-index:1;
}

.img-block-inner-content-wrap {
    margin: 0;
    padding: 15px;
    background: rgba(255,255,255,0.8);
    margin-top: -56px;
}

.img-block-wrap .img-block-img-wrap {
	position:relative;
}
.img-block-wrap .img-block-img-wrap:before {
	content:"";
	font-family:'FontAwesome'; 
    font-size: 2.8rem;
    background-color: #fff;
    cursor: pointer;
    display: block;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
    transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -moz-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -ms-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -o-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}



.img-block-wrap .img-block-img-wrap:after {
	content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
	font-size: 6.8rem;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.img-block-wrap a:hover .img-block-img-wrap:before {
    content: '\f0c1';
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1, 1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1);
    transform: translateX(-50%) translateY(-50%) scale(1, 1);
    -webkit-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms;
    -moz-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms;
    -ms-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms;
    -o-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms;
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms;
}
.img-block-wrap a:hover .img-block-img-wrap:before,
.img-block-wrap a:hover .img-block-img-wrap:after {
	opacity:0.85;
	filter: alpha(opacity=85);
}

/* 11.16 Sub header css ======================= */
.rdn-sub-header {
	background-size: cover !important;
	text-align:center;
	color:#fff
}
.rdn-sub-header-inner {
    padding: 60px 0;
    /* background-color: rgba(0, 0, 0, 0.6); */
	position:relative;
	z-index:4;
	padding-bottom:100px;
	max-width:1175px;
	margin:0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.rdn-sub-header {
	position:relative;
	overflow:hidden;
	    margin-bottom: 25px;
}
.rdn-sub-header ul{ 
	margin:0; 
	text-align:center; 
}


.rdn-sub-header h2 {
	text-align: left;
	float:left;
}

.rdn-sub-header ul {
	text-align: right;
	float:right;
}

.rdn-sub-header ul li{ 
	display:inline-block; 
	font-size:18px; 
	font-weight: 500;
}

.rdn-sub-header h2,
.rdn-sub-header a,
.rdn-sub-header li .active, .rdn-sub-header ul li:before,
.rdn-sub-header li{ 
	color:#ffffff !important; 
}

.rdn-sub-header ul li:before{ 
	content:'/'; 
	display:inline-block; 
	font-size:18px; 
	margin:0 5px;
}

.rdn-page-seperate{
	padding-bottom:30px;
	background: url("images/shadow.png") no-repeat center bottom;
	margin: 0 0 0px;
}


/* 11.17 about css ======================= */
.rdn-about{ 
	padding:42px 0; 
	background-color:#ffffff;
}

.about-image-area img{ 
	border:5px solid #fff; 
	box-shadow:0 0 2px #ccc; 
}

.rdn-about h1{ 
	margin-bottom:20px; 
}

/* 11.18 pagination css ================== */
.pagination,.nav-links ul{
	display:block;
	text-align:center;
	margin:0;
	min-height:1px;
}

.pagination  li  a,
.pagination  li  span,
.nav-links  li  a,
.nav-links  li  span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}

.pagination li{ 
	margin-right: 5px;
	display: inline-block;
}

.pagination li:first-child a{
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}

.pagination li:last-child a{
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}

.pagination li:last-child{
	margin-right:0;
}

.pagination .current a, 
.pagination li:hover a, 
.pagination li:focus a,
.nav-links li span.current,
.nav-links li:hover span.current, 
.nav-links li:focus span.current{
	color:#ffffff;
}


/* Other navigation */
.navigation.post-navigation{ margin:20px 0 0 0; }
.nav-previous,.nav-next{ width:50%; float:left; font-size:18px; }
.nav-previous .post-title,.nav-next .post-title{ display:none; }
.nav-next{ text-align:right; }
.nav-previous a:before{ content:'<< '; }
.nav-next a:after{ content:' >>'; }

/* 11.19 contact page css ================== */
.contact_time .cont_label{
	font-size:18px;
}
.contact_time p{
	margin-bottom:0;
}

/* 11.20 promo-home ======================= */

.promo-home {
    text-align: center;
    padding: 60px 70px;
    background: url(images/bg_call_to_action.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    margin-bottom: 80px;
    margin-top: -150px;
    position: relative;
    z-index: 9999;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.promo-home .button {
    position: absolute;
    bottom: -22px;
    left: 40%;
    right: 40%;
}


.promo-home .drop-shadow {
    position: absolute;
    width: 100%;
    bottom: -4rem;
    height: 4rem;
    z-index: 0;
    overflow: hidden;
	left: 0;
}

.promo-home .drop-shadow:before, .promo-home .drop-shadow:after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 56px;
    left: 5%;
    width: 50%;
    height: 20%;
    max-width: 40%;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    overflow: hidden;
}

.promo-home .drop-shadow:after {
    right: 5%;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.home .slider-button {
	display:none !important; 
}

/* 11.21 vc_icon_hover ======================= */

.vc_column-inner  > .wpb_wrapper  > .vc_icon_element .vc_icon_element-icon.fa:before {
    -webkit-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -moz-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -ms-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -o-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
}

.vc_column-inner:hover  > .wpb_wrapper  > .vc_icon_element .vc_icon_element-icon.fa:before {
    font-size: 85px;

    -webkit-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms;
    -moz-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms;
    -ms-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms;
    -o-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms;
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms;
}


/* 11.22 Logo slider ======================= */
/* =Logo Slider - Jcarousel
-------------------------------------------------------------- */


.jcarousel-pre-wrapper {
	padding: 0 50px;
	    margin-top: -25px;
}

.jcarousel-wrapper {
    margin: 35px auto;
    position: relative;
	text-align:center;
	margin-top: 0;
}

/** Carousel **/

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

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

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    width: auto;
    height: 45px !important;
 
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s; 
	-moz-transition: all 0.1s ease 0s; 
	-ms-transition: all 0.1s ease 0s;
	
    -webkit-filter: grayscale(30%); /* Safari 6.0 - 9.0 */
    filter: grayscale(30%);

    opacity: 0.85;
    filter: alpha(opacity=0.85);

}

.jcarousel li:hover > a img,
.jcarousel li:hover > img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);

    opacity: 1;
    filter: alpha(opacity=100);
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
	color:rgba(105,88,77, 1);
    text-decoration: none;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s; 
	-moz-transition: all 0.1s ease 0s; 
	-ms-transition: all 0.1s ease 0s;
	
	border:1px solid #ccc;
}

.jcarousel-control-prev {
    left: -35px;
}

.jcarousel-control-next {
    right: -35px;
}


.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
	background:rgba(105,88,77, 1);
	text-decoration:none;
	color:#fff;
}

/** Carousel Pagination **/

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

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}


/* 11.23 chess-block ======================= */

.chess-block-wrap {
	background: url(images/bg_2.jpg);
	background-size:cover;
	background-position:top;
	background-repeat: no-repeat;
    display: block;
    overflow: hidden;
}
.chess-block {
	background-size:cover;
	background-position:top;
	background-repeat: no-repeat;
	
	width:50%;
	height:100%;
	float:left;
	
	position:relative;
}

.chess-block-inner {
    background: rgba(255,255,255, 0.9);
    margin: 20px 20px 20px -20%;
    width: 116%;
/* height: 92%; */
	
	padding: 5.2em 5.7em 5.7em;
	
	position:relative;
	z-index:99999;
	
    top: 0;
    bottom: 0;
}

.chess-block-inner-content {
	min-height: 240px;
}

.chess-block-wrap.right .chess-block {
	float:right;
}

.chess-block-wrap.right .chess-block-inner {
    background: #fff;
    padding: 5.2em 5.7em 5.7em;
    margin: 20px -20% 20px 20px;
}

.chess-block-inner:before {
	content: "";
	width: 177px;
	height: 161px;
	display:block;
	position:absolute;
	background:url(images/chess-right.png) no-repeat;
	background-position: top right;
	top: 0;
	right:0;
}

.chess-block-inner:after {
	content: "";
	width: 177px;
	height: 161px;
	display:block;
	position:absolute;
	background:url(images/chess-left.png) no-repeat;
	background-position: top right;
	bottom: 0;
	left:0;
	
}

.chess-block-inner .button {
    float: right;
    bottom: 30px;
    right: 30px;
    font-size: 14px;
    position: absolute;
	font-weight: 300;
}

.chess-block-inner a {
	font-weight:600;
}


/* 12.0 media css ======================= */
.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
	padding: 4px;
    border: 1px solid #f5f5f5;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.page .wpb_gmaps_widget .wpb_wrapper {
    background-color: #fff;
    padding: 0;
	margin-bottom: -5px;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}




/* 12.1 caption css ======================= */
.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}



/* 12.3 Working Hours css ======================= */

.working-hours-wrap h2 {
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
    margin-top: -25px;
}

.working-hours {
    border: 1px solid #fff;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
	
	width: 12.571428571428571428571428571428%;
	margin-right: 2%;
	
	float:left;
	
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s; 
	-moz-transition: all 0.1s ease 0s; 
	-ms-transition: all 0.1s ease 0s;
	
	cursor:pointer;
}

.working-hours h5 {
    color: #fff;
    font-size: 30px;
}

.working-hours:hover {
	background: rgba(255,255,255,0.1);
}




/* 12.2 Galleries css ======================= */
.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
.status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/* 14.0 Media Queries css ======================= */
@media (min-width: 768px){
	.boxed #rdn-wrapper {
		width: 768px;
	}
}
@media (min-width: 992px){
	.boxed #rdn-wrapper {
		width: 970px;
	}
}
@media (min-width: 1200px){
	.boxed #rdn-wrapper {
		width: 1200px;
	}
}


@media (min-width: 767px){
	.navbar .business-mega-menu.open > .dropdown-menu {
		width: 90%;
		display: table;
		padding: 20px 10px;
	}
}
@media (min-width: 1200px){
	.navbar .business-mega-menu.open > .dropdown-menu {
		width: 90%;
		display: table;
		padding: 20px 10px;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
	.carousel-caption{ bottom:50%; }
	.rdn-slider-title{ font-size:26px; }
	
	.menu-testing-menu-container:after{
		content: '';
		clear: both;
		display: block;
	}
	.dropdown-menu > li{ 
		margin: 2px 0;
	}
	.dropdown-menu > .active > a, 
	.dropdown-menu > li > a:hover, 
	.dropdown-menu > li > a:focus,
	.dropdown-menu > .active > a:hover, 
	.dropdown-menu > .active > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{
		background-color: #69584d;
		color: #ffffff;
		outline: none;
	}
	.pull-right{ width: 100%; }
	
	.carousel-caption p{ font-size:14px; }
	.carousel-indicators{ bottom:0; }
	#rdn-home-news .col-sm-6:last-child .rdn-home-news-area, 
	#rdn-portfolio .col-sm-6:last-child .rdn-protfolio-area{ margin-bottom:0; }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.carousel-caption{ bottom:50%; }
	.rdn-slider-title{ font-size:20px; }
	
	.menu-testing-menu-container:after{
		content: '';
		clear: both;
		display: block;
	}
	.dropdown-menu > li{ 
		margin: 2px 0;
	}
	.dropdown-menu > .active > a, 
	.dropdown-menu > li > a:hover, 
	.dropdown-menu > li > a:focus,
	.dropdown-menu > .active > a:hover, 
	.dropdown-menu > .active > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{
		background-color: #69584d;
		color: #ffffff;
		outline: none;
	}
	.pull-right{ width: 100%; }
	
	.carousel-caption p{ font-size:12px; }
	.rdn-slider-btn{  font-size:13px; }
	.carousel-indicators{  bottom:10px; }
	#rdn-home-news .col-md-6:last-child .rdn-home-news-area, 
	#rdn-portfolio .col-sm-6:last-child .rdn-protfolio-area{ margin-bottom:0; }
	.contact_section_heading{ margin-top:50px; }
}

@media only screen and (max-width: 800px) {
	.working-hours {
		float:none;
		width:100%;
		margin-bottom:15px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.rdn-header-contact{ font-size:14px; }
	.rdn-header-social{ float:none; margin-top:10px; }
	
	.menu-testing-menu-container:after{
		clear: both;
	}
	.navbar-default .navbar-nav > li{
		margin-bottom: 3px;
	}
	.navbar-default .navbar-nav > li > a .fa{
		margin-left: 5px;
		display: inline-block;
		float: right;
		padding: 3px 10px;
		border-radius: 4px;
		color: #242424 !important;
		font-size: 18px;
	}
	.navbar-default .dropdown-menu.open{
		display: block;
		position: relative;
		float: none;
		border: none;
		box-shadow: none;
	}
	.dropdown-menu > li{ 
		margin: 2px 0;
	}
	.dropdown-menu > .active > a, 
	.dropdown-menu > li > a:hover, 
	.dropdown-menu > li > a:focus,
	.dropdown-menu > .active > a:hover, 
	.dropdown-menu > .active > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{
		background-color: #69584d;
		color: #ffffff;
		outline: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color: #242424;
	}
	.pull-right{ width: 100%; }
	.navbar-collapse{
		padding-top: 20px;
	}
	
	.carousel-caption{ display:none; }
	.carousel-control{ font-size: 38px; width: 48px; height: 60px; top: calc( 50% - 30px); }
	.rdn-callout-btn{ float:none !important; }
	#rdn-home-news .col-md-6:last-child .rdn-home-news-area, 
	#rdn-portfolio .col-sm-6:last-child .rdn-protfolio-area{ margin-bottom:0; }
	#rdn-team  .col-md-4{ margin-bottom:20px; }
	.testimonial-content{ font-size:18px; }
	.client{ width:23%; margin-right:5px; }
	.contact_section_heading{ margin-top:50px; }
	.about-image-area{ margin-bottom:20px; }
	.footer-social-title{ font-size:26px; margin:36px 0; }
	.rdn-footer-menu{ text-align: left; }
	.rdn-copyright{ margin-bottom:20px; }
	.rdn-google-map iframe{ margin-bottom:0; }
	.rdn-footer-top .widget:last-child{ margin-bottom:0; }
}

@media only screen and (min-width: 200px) and (max-width: 480px) {
	
	.rdn-header-contact{ font-size:12px; }
	.rdn-header-social{ float:none; margin-top:10px; }
	
	.menu-testing-menu-container:after{
		clear: both;
	}
	.navbar-default .navbar-nav > li{
		margin-bottom: 3px;
	}
	.navbar-default .navbar-nav > li > a .fa{
		margin-left: 5px;
		display: inline-block;
		float: right;
		padding: 3px 10px;
		border-radius: 4px;
		color: #242424 !important;
		font-size: 18px;
	}
	.navbar-default .dropdown-menu.open{
		display: block;
		position: relative;
		float: none;
		border: none;
		box-shadow: none;
	}
	.dropdown-menu > li{ 
		margin: 2px 0;
	}
	.dropdown-menu > .active > a, 
	.dropdown-menu > li > a:hover, 
	.dropdown-menu > li > a:focus,
	.dropdown-menu > .active > a:hover, 
	.dropdown-menu > .active > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{
		background-color: #69584d;
		color: #ffffff;
		outline: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color: #242424;
	}
	.pull-right{ width: 100%; }
	.navbar-collapse{
		padding-top: 20px;
	}
	
	.carousel-caption{display:none;}
	.navbar-toggle{ margin:0; }
	.nav.navbar-nav{ margin-top:20px; }
	.carousel-control{ font-size: 32px; width: 42px; height: 50px; top: calc( 50% - 25px); }
	.rdn-callout-btn{ float:none !important; }
	.home-news-image{ display:block; padding-right:0; }
	.home-news-image, .home-news-body{ width:100%; margin-right:0; }
	.home-news-body{ display:block; }
	#rdn-team  .col-md-4{ margin-bottom:40px; }
	.testimonial-content{ font-size:18px; }
	.client{ width:23%; margin-right:5px; }
	.rdn-google-map iframe{ margin-bottom:0; }
	.rdn-footer-top .widget:last-child{ margin-bottom:0; }
	.footer-social-icons li{ margin:2px; }
	.footer-social-title{ font-size:26px; margin:36px 0; }
	.rdn-footer-top .widget .home-news-image{ display:inline-block; margin-bottom:0; }
	
	.rdn-footer-menu { 
		text-align: left; }
	
	.rdn-copyright, 
	.about-image-area, 
	.home-news-image, 
	.home-news-body { 
		margin-bottom:20px; 
	}
	
}
@media only screen and ( max-width: 959px ) {
	#service div[class*="col-md-"]{
		margin-bottom:20px;
	}
}


button.pea_cook_btn {
    background: #69584d !important;
    border: 1px solid #bbb !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    color: #fff !important;
    font: 12px 'Open Sans', sans-serif !important;
}


/* responsive part */

@media only screen and ( max-width: 959px ) {
	@media (min-width: 992px) {
		.container {
			width: 100% !important;
		}
	}

	@media (min-width: 800px) {
		.container {
			
		}
	}
}


@media screen and (max-width: 980px) {
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 7px;
	}
	
	.custom_block_footer .wpb_column { display:none !important; }
	.custom_block_footer .logo-slider  .wpb_column{ display:block !important; }
	.custom_block_footer .footerLogoBlock.wpb_column,
	.custom_block_footer .wpb_column+.wpb_column+.wpb_column+.wpb_column { display:block !important; width:50%; float:left; }

}

@media screen and (max-width: 900px) {
	.promo-home .button { left:25%; right:25%; }
	
}

@media screen and (max-width: 850px) {
	.navbar-collapse { padding:0;}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 7px 5px;
	}
}

@media screen and (max-width: 780px) {
	#rdn-top-header, .rdn-footer-bottom, #FooterMenu {text-align:center;}
	.foryou-block-wrapper,
	.stats-block-wrapper,
	.imgblock-block-wrapper	{
		width:50%;
		float:left;
	}
	
	.imgblock-block-wrapper {margin-bottom:15px;}
	
	.chess-block-inner {
		margin: 20px 20px 20px -94%;
		width: 189%;
		    padding: 5.2em 2.7em 5.7em;
	}
	
	.rdn-sub-header h2 { text-align:center; float: none; display:block; font-weight:700;}
	.rdn-sub-header ul { text-align:center; float: none; display:block; }
	.rdn-sub-header ul li { font-size:12px;}
	
	.home #rdn-menu {
		position:relative;
	}
}

@media screen and (max-width: 620px) {
	.promo-home { margin-top: 0;}
}

@media screen and (max-width: 500px) {
	.rdn-footer-social, .footer-social-icons { text-align:center; }
	.footer-social-icons {margin-bottom:40px !important;}
	.custom_block_footer .footerLogoBlock.wpb_column,
	.custom_block_footer .wpb_column+.wpb_column+.wpb_column+.wpb_column { display:block !important; width:100%; float:none; }
	
	.foryou-block-wrapper,
	.stats-block-wrapper,
	.imgblock-block-wrapper	{
		width:100%;
		float:none;
	}
	
	.img-block-wrap a { display:block;}
	.img-block-img-wrap { max-height:235px; overflow:hidden;}
	.img-block-img-wrap img { width: 100%;}
}


@media screen and (max-width: 768px) {
	.container {
		width: 100% !important;
	}
}

#rdn-footer .widget a:hover, #rdn-footer .widget a:focus {
	color:#fff;
}


