/*
Theme Name: Modernize
Theme URI: -
Description: Modernize Wordpress Theme
Version: 3.15
Author: Goodlayers
Author URI: http://goodlayers.com
License:
License URI:
*/
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
ol, ul {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border: 1px solid;
	width: 100%;
}
tr th {
	border-bottom: 1px solid;
	text-align: left;
}
tr th, tr td {
	padding: 9px 20px;
	border-right: 1px solid;
}
/*.ngg-album-compact h4 .ngg-album-desc{ height:AUTO !important;}*/
.styled_drops select {
	margin-bottom: 10PX;
}
tr th:last-child, tr td:last-child {
	border-right: 0px;
}
table th {
	font-weight: bold;
}
/* #Basic Styles



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



body {
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
	color: #666;
	-webkit-text-size-adjust: 100%;
	line-height: 1.55;
}
html {
	min-height: 100%;
	background-color: #000;
	background-image: url(/wp-content/themes/activ/images/bg_tile_x.png);
	background-repeat: repeat-x;
	background-position: top left;
}
/* #Typography



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



h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	margin-bottom: 15px;
}
h2 {
	margin-bottom: 15px;
}
h3 {
	margin-bottom: 15px;
}
h4 {
	margin-bottom: 15px;
}
h5 {
	margin-bottom: 15px;
}
h6 {
	margin-bottom: 15px;
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 20px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */



blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/* #Links



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



a {
	color: inherit;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: inherit;
}
p a {
	line-height: inherit;
}
/* #Lists



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



ul, ol {
}
ul {
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc, ul {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
}
/*



	ul ul li, ul ol li,



	ol ol li, ol ul li { margin-bottom: 6px; }



	*/



li {
	line-height: 18px;
}
ul.large li {
	line-height: 21px;
}
.ngg-album-compactbox {
	height: 90px;
}
li p {
	line-height: 21px;
}
/* #Images



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



img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
img {
	display: block;
}
iframe {
	display: block;
}
/* #Buttons



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



button, input[type="submit"], input[type="reset"], input[type="button"] {
	line-height: 26px;
	padding: 1px 12px 0px 12px;
	display: inline-block;
	background: url('images/gradient-top4-32px.png') repeat-x;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ngg-album-compact h4 .ngg-album-desc {
	margin-top: 0 !important
}
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-image: url('images/gradient-bottom4-32px.png');
}
button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
a.gdl-button {
	height: 26px;
	line-height: 26px;
	padding: 1px 12px 0px 12px;
	display: inline-block;
	background: url('images/gradient-top4-32px.png') repeat-x;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.gdl-button:hover {
	background-image: url('images/gradient-bottom4-32px.png');
}
.gdl-image-frame {
	padding: 4px;
	display: inline-block;
}
#wpadminbar img {
	display: inline;
}
/* #Tabs (activate in tabs.js)



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



ul.gdl-tabs {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px;
}
ul.gdl-tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}
ul.gdl-tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px;
	border-width: 1px 1px 0 0;
	margin: 0;
	cursor: pointer;
	background: #f5f5f5;
	font-size: 13px;
}
ul.gdl-tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.gdl-tabs li:first-child a.active {
	margin-left: 0;
}
ul.gdl-tabs li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}
ul.gdl-tabs li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.gdl-tabs-content {
	margin: 0 0 20px;
	display: block;
	list-style: none;
}
ul.gdl-tabs-content > li {
	display: none;
}
ul.gdl-tabs-content > li.active {
	display: block;
}
/* Clearfixing tabs for beautiful stacking */



ul.gdl-tabs:before, ul.gdl-tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.gdl-tabs:after {
	clear: both;
}
ul.gdl-tabs {
/*	zoom: 1;*/

}
/* #Forms



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

.page-id-88 input[type="submit"] {
	-moz-box-shadow: inset 0px 1px 0px 0px #ca4540;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ca4540;
	box-shadow: inset 0px 1px 0px 0px #ca4540;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b71809), color-stop(1, #67130b) );
	background: -moz-linear-gradient( center top, #b71809 5%, #67130b 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b71809', endColorstr='#67130b');
	background-color: #b71809;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #791d15;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 25px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ca4540;
	float: right;
	margin-top: 10px;
	background-image: none !important
}
.input[type="submit"]:hover {
	color: #fff !important;
}
.col-4-booking .wpcf7-select {
	background-color: #111 !important;
	-webkit-box-shadow: inset 0px 5px 19px 0px rgba(64,63,64,1) !important;
	-moz-box-shadow: inset 0px 5px 19px 0px rgba(64,63,64,1) !important;
	box-shadow: inset 0px 5px 19px 0px rgba(64,63,64,1) !important;
}
form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #3f3e3e;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
textarea {
	min-height: 60px;
}
label, legend {
	display: block;
}
select {
	width: 220px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
/* #Subscript



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



sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
	font-size: 10px;
}
sub {
	height: 0;
	line-height: 1;
	position: relative;
	top: +0.2em;
	vertical-align: baseline !important;
	vertical-align: bottom;
	font-size: 10px;
}
/* #Custom Tag



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



.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
	max-width: 100% !important;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.aligncenter {
	margin: 0 auto 0;
}
.shortcode-image-left {
	margin-right: 12px;
}
.shortcode-imarg-right {
	margin-left: 12px;
}
br.clear {
	clear: both;
	height: 0px;
	display: block;
}
.display-none {
	display: none;
}
.overflow-hidden {
	position: relative;
	overflow: hidden;
}
.mt0 {
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: -35px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.page-id-14 span.wpcf7-form-control-wrap textarea {
	max-width: 66% !important
}
.mr0 {
	margin-right: 0px !important;
}
.pt25 {
	padding-top: 25px !important;
}
/*disable blank space*/



cufon[alt=" "] {
	display: none !important;
}
/*--- color animation ---*/



a {
	transition: color 300ms, background-color 300ms, opacity 300ms;
	-moz-transition: color 300ms, background-color 300ms, opacity 300ms;    /* FF3.7+ */
	-o-transition: color 300ms, background-color 300ms, opacity 300ms;      /* Opera 10.5 */
	-webkit-transition: color 300ms, background-color 300ms, opacity 300ms; /* Saf3.2+, Chrome */
}
/* #Theme Style



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



div.body-wrapper {
}
div#custom-full-background {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: -1;
}
div#custom-full-background img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
	z-index: -1;
}
div.container {
}
.preloader {
	display: block;
	background: url(images/loading.gif) center center no-repeat;
}
/*--- Header ---*/



div.header-wrapper {
	margin: 0px 20px;
}
div.logo-wrapper {
	float: left;
	height: 95px;
	overflow: hidden;
}
div.logo-wrapper img {
	display: inline-block;
}
div.outer-social-wrapper {
	float: right;
	text-align: right;
}
div.social-icon-wrapper {
	float: right;
}
div.social-wrapper {
	float: right;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}
div.social-wrapper-text {
	margin-bottom: 10px;
}
div.social-icon:first-child {
	margin-left: 0px;
}
div.social-icon {
	float: left;
	margin-left: 11px;
	opacity: 0.55;
	filter: alpha(opacity=55);
	cursor: pointer;
}
/*--- Top Navigation ---*/



div.top-navigation-wrapper {
	position: relative;
	z-index: 20;
	min-width: 980px;
}
div.top-navigation-wrapper-gimmick {
	padding-bottom: 2px;
}
div.top-navigation.container {
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 100%;
	text-align: center;
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.top-navigation-right {
	float: right;
	margin-right: -9px;
}
div.top-navigation-left {
	float: left;
	margin-left: -9px;
}
div.top-navigation-left ul {
	list-style: none;
	margin-left: 0px;
}
div.top-navigation-left li {
	float: left;
}
div.top-navigation-left li a {
	color: inherit;
	padding: 0px 8px 0px 8px;
	line-height: 100%;
	display: block;
}
div.top-navigation-left li:last-child a {
	padding-right: 0px;
}
div.top-navigation-left li ul {
	display: none;
}
div.top-navigation-left ul li:last-child a {
	border-right: 0px !important;
}
div.top-navigation-left ul li:first-child a {
	padding-left: 0px !important;
}
div.top_navigation-header-padding {
	padding-top: 15px;
}
div.top-navigation-wrapper.container {
	padding-top: 5px;
	padding-bottom: 0px;
	background: transparent;
}
/*--- Navigation ---*/



div.navigation-wrapper {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
div.navigation-wrapper ul li ul li {
	font-weight: normal;
}
div.responsive-container-wrapper {
	display: none;
}
div.responsive-menu-wrapper {
	margin: 0px 20px;
}
div.responsive-menu-wrapper select {
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
}
div#main-superfish-wrapper {
	margin-left: 5px;
}
/*--- Search Form ---*/



div.search-wrapper {
	float: right;
}
div.search-wrapper form {
	margin: 0px;
	padding: 9px 0px 9px 0px;
}
div.search-wrapper #search-text {
	width: 1px;
	overflow: hidden;
	float: left;
}
div.search-wrapper input[type="text"] {
	font-size: 11px;
	padding: 2px 5px 2px 6px;
	margin: 0px 0px 0px 9px;
	width: 150px;
	height: 19px;
	line-height: 19px;
	border: 0px;
}
div.search-wrapper input[type="submit"] {
	padding: 0px;
	margin: 3px 10px 3px 10px;
	width: 17px;
	height: 17px;
	float: right;
	border: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
/*--- Content ---*/



div.content-wrapper {
	position: relative;
}
/*--- Page ---*/



div.gdl-page-item {
	padding-bottom: 30px;
}
h1.gdl-page-title {
	font-size: 20px;
	border-bottom: 1px solid;
	padding-bottom: 6px;
	margin-bottom: 0px;
}
div.gdl-page-content {
	margin-top: 35px;
}
div.pagination {
	margin: 25px 10px 0px 10px;
	border-top: 1px solid;
	text-align: right;
	padding-right: 20px;
	position: relative;
	z-index: 99;
}
div.pagination a, div.pagination span {
	padding-left: 12px;
	padding-right: 12px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid;
	border-color: inherit;
	color: inherit;
}
div.pagination a:last-child, div.pagination span:last-child {
	border-right: 1px solid;
	border-color: inherit;
}
div.pagination a:hover {
	background: none;
	color: inherit;
}
div.pagination span {
}
/*--- Sidebar ---*/



div.gdl-left-sidebar {
	float: left;
}
div.gdl-right-sidebar {
	float: left;
}
div.gdl-page-item {
	float: right;
}
div.gdl-page-float-left {
	float: left;
}
div.custom-sidebar {
	border-color: inherit;
	margin-bottom: 40px;
	clear: both;
}
div.custom-sidebar div {
	border-color: inherit;
}
div.custom-sidebar ul {
	list-style: none;
	margin-left: 0px;
	border-color: inherit;
}
div.custom-sidebar ul li {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid;
	border-color: inherit;
}
div.custom-sidebar ul li {
	padding-left: 15px;
	background-position: 0px 4px;
}
div.custom-sidebar ul li li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
div.custom-sidebar #recentcomments a {
	background: none;
}
div.custom-sidebar #twitter_update_list {
	font-family: 'Droid Serif';
	font-style: italic;
}
div.custom-sidebar #twitter_update_list li {
	background: none;
	padding-left: 0px;
}
div.custom-sidebar #twitter_update_list li span {
	display: inline-block;
}
div.custom-sidebar #twitter_update_list li span a {
	margin-top: 0px;
	margin-right: 6px;
	padding-left: 2px;
	display: inline-block;
}
div.custom-sidebar #twitter_update_list li a {
	display: table;
	margin-top: 10px;
	float: none;
	clear: both;
}
/*--- Custom Widget ---*/



div.custom-sidebar .textwidget {
	margin-top: 15px;
}
div.custom-sidebar .gdl-recent-post-widget {
	border-color: inherit;
}
div.custom-sidebar .recent-post-widget {
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid;
	border-color: inherit;
}
div.custom-sidebar .recent-post-widget-thumbnail {
	float: left;
}
.recent-post-widget-thumbnail img {
	display: none;
}
div.custom-sidebar .recent-post-widget-context {
	overflow: hidden;
	margin-top: 2px;
}
div.custom-sidebar .recent-post-widget-date {
	margin-top: 4px;
	height: 16px;
	line-height: 19px;
	font-family: 'Droid Serif';
	font-style: italic;
	background-position: 0px 0px;
	padding-left: 22px;
}
div.custom-sidebar .recent-post-widget-comment-num {
	margin-top: 4px;
	height: 16px;
	line-height: 19px;
	font-family: 'Droid Serif';
	font-style: italic;
	background-position: 0px 0px;
	padding-left: 22px;
}
div.custom-sidebar .twitter-whole {
	border-color: inherit;
}
div.custom-sidebar .twitter-whole ul li a {
	background: none;
	padding: 0px;
}
div.custom-sidebar .flickr-widget {
	margin-top: 10px;
	display: inline-block;
}
div.custom-sidebar .flickr_badge_image {
	margin: 10px 10px 0px 0px;
	float: left;
	width: 56px;
	height: 56px;
}
div.custom-sidebar .flickr-widget img {
	width: 56px;
	height: 56px;
}
div.custom-sidebar .contact-widget-whole ol {
	list-style: none;
	margin-left: 0px;
	margin-top: 15px;
}
div.custom-sidebar .contact-widget-whole ol li {
	margin-right: 10px;
}
div.custom-sidebar .contact-widget-whole input, div.custom-sidebar .contact-widget-whole textarea {
	margin-bottom: 16px;
}
div.custom-sidebar .screenReader {
	display: none;
}
div.custom-sidebar .gdl-recent-port-widget {
	margin-top: 10px;
}
div.custom-sidebar .recent-port-widget {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
/* Sidebar right/left */	



div.right-sidebar-wrapper {
	padding-bottom: 1px;
	border-left: 1px solid;
	padding-left: 20px;
}
div.right-sidebar-wrapper .custom-sidebar-title {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #717171;
	font-size: 25px;
	color: #b91a0b !important;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 0
}
div.left-sidebar-wrapper {
	border-right: 1px solid #ececec;
	padding-right: 20px;
	padding-top: 32px;
	padding-bottom: 1px;
}
div.left-sidebar-wrapper .custom-sidebar-title {
	padding: 0px 0px 10px 0px;
	font-size: 17px;
	border-bottom: 1px solid;
	border-color: inherit;
}
/* Sitemap */



div.sitemap .custom-sidebar-title {
	padding: 0px 0px 10px 0px;
	font-size: 17px;
	border-bottom: 1px solid;
	border-color: inherit;
}
/* Tag Cloud*/



.tagcloud {
	border-color: inherit;
	display: inline-block;
}
.tagcloud a {
	font-size: 12px !important;
	display: block;
	float: left;
	padding: 3px 8px 3px 8px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid;
	border-color: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* Calendar */



#calendar_wrap {
	border-color: inherit;
}
#wp-calendar {
	width: 100%;
	border-color: inherit;
	border-width: 0px;
}
#wp-calendar caption {
	font-size: 13px;
	font-weight: bold;
	margin: 5px auto 15px;
	padding-bottom: 6px;
	border-bottom: 1px solid;
	border-color: inherit;
}
#wp-calendar td {
	padding: 4px;
	text-align: center;
	border-right: 0px;
}
#wp-calendar th {
	padding: 0px;
	text-align: center;
	border-right: 0px;
	border-bottom: 0px;
	background: transparent;
}
/* search widget */



div.custom-sidebar #searchsubmit {
	position: absolute;
	height: 27px;
	top: 0px;
	right: 2px;
	cursor: pointer;
	width: 28px;
	border: 0px;
	border-image: initial;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.custom-sidebar #search-text {
	margin-right: 10px;
}
div.custom-sidebar #searchform {
	position: relative;
	margin-bottom: 0;
}
div.custom-sidebar #search-text input[type="text"] {
	margin-bottom: 0;
	width: 100%;
}
div.custom-sidebar #searchform br.clear {
	display: none;
}
/* contact form */



div.custom-sidebar label, legend {
	font-weight: bold;
	margin-bottom: 7px;
}
div.custom-sidebar .error {
	font-family: 'Droid Serif';
	font-style: italic;
	margin-bottom: 15px;
}
div.custom-sidebar #contactForm input, div.custom-sidebar #contactForm textarea {
	width: 100%;
}
/*--- Footer ---*/



div.footer-wrapper .container {
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.footer-widget-wrapper {
	padding-top: 35px;
}
div.footer-widget-wrapper .custom-sidebar {
}
div.footer-widget-wrapper .custom-sidebar-title {
	font-size: 16px;
	margin-bottom: 10px;
}
/* Footer custom widget*/



div.footer-wrapper div.contact-form-wrapper input[type="text"], div.footer-wrapper div.contact-form-wrapper input[type="password"], div.footer-wrapper div.contact-form-wrapper textarea, div.footer-wrapper div.custom-sidebar #search-text input[type="text"], div.footer-wrapper div.custom-sidebar .contact-widget-whole input, div.footer-wrapper div.custom-sidebar .contact-widget-whole textarea {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.footer-wrapper button {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0 !important;
	background: #222 !important;
}
div.footer-wrapper #wp-calendar caption {
	font-size: 15px;
	border: none;
	margin-bottom: 15px;
}
div.footer-wrapper div.custom-sidebar .recent-post-widget-thumbnail {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*--- Copyright ---*/



div.copyright-container {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 11px;
	font-weight: bold;
}
div.copyright-left {
	text-align: left;
	float: left;
	margin-left: 10px;
}
div.copyright-right {
	text-align: right;
	float: right;
	margin-right: 10px;
}
/*--- Comments ---*/



div.comment-wrapper {
	margin-top: 40px;
}
div.comment-wrapper .comment-title {
	font-size: 18px;
}
div.comment-wrapper .comment-form-comment {
	margin-right: 40px;
}
div.comment-wrapper #reply-title {
	font-size: 18px;
	margin-bottom: 15px;
}
div.comment-wrapper input[type="text"], div.comment-wrapper input[type="password"] {
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 5px 5px 25px;
	line-height: 20px;
}
div.comment-wrapper textarea {
	height: 165px;
	width: 590px;
	margin: 5px 5px 25px;
	padding: 10px;
	max-width: 100%;
	line-height: 20px;
}
div.comment-wrapper .comment-form-captcha img {
	float: left;
	margin-right: 20px;
	margin-top: 1px;
}
div.comment-wrapper .comment-form-author input, div.comment-wrapper .comment-form-email input, div.comment-wrapper .comment-form-url input {
	float: left;
}
div.comment-wrapper .comment-form-captcha input {
	float: left;
	width: 205px;
}
div.comment-wrapper .comment-form-author label, div.comment-wrapper .comment-form-email label, div.comment-wrapper .comment-form-url label, div.comment-wrapper .comment-form-captcha label {
	float: left;
	line-height: 32px;
	margin: 5px 0px 0px 10px;
}
div.comment-wrapper .comment-form-author span, div.comment-wrapper .comment-form-email span, div.comment-wrapper .comment-form-url span, div.comment-wrapper .comment-form-captcha span {
	float: left;
	line-height: 32px;
	margin-left: 2px;
}
ol.comment-list {
	margin: 0px;
	list-style: none;
}
ol.comment-list .comment-body {
	border-bottom: 1px solid;
	margin-top: 22px;
	padding-bottom: 22px;
}
ol.comment-list ul {
	margin: 0px 0px 0px 30px;
	list-style: none;
}
div.comment-avartar {
	float: left;
	width: 60px;
}
div.comment-context {
	margin-left: 80px;
}
span.comment-author {
	margin-right: 5px;
	font-size: 16px;
}
span.comment-date {
	margin-right: 5px;
	font-style: italic;
	font-family: 'Droid Serif';
	font-size: 11px;
}
span.comment-time {
	margin-right: 5px;
	font-style: italic;
}
div.comment-content {
	margin-top: 7px;
}
div.comment-wrapper #respond {
	margin-top: 30px;
}
/* Slider */



div.slider-wrapper {
	position: relative;
	height: 265px;
	border: 3px solid #9a9a9a;
	margin-bottom: 25px;
}
div.slider-bottom-gimmick {
	height: 5px;
	width: 100%;
}
div.slider-top-shadow {
	height: 6px;
	width: 100%;
	position: absolute;
	top: -1px;
	z-index: 100;
	background: url('images/gradient-vertical-6px.png');
}
div.slider-bottom-shadow {
	height: 6px;
	width: 100%;
	position: absolute;
	bottom: 4px;
	z-index: 100;
	background: url('images/gradient-vertical-6px.png') 0px 6px;
}
.gdl-slider-title {
	margin-left: -2px;
	padding-bottom: 7px;
	font-size: 28px;
	line-height: 30px;
}
/* Accordion */



h3.accordion-header-title {
	font-size: 18px;
	margin-bottom: 25px;
}
ul.gdl-accordion {
	list-style: none !important;
	margin-left: 0px !important;
}
ul.gdl-accordion li {
	list-style: none;
	background: none !important;
	border-bottom: 1px solid;
	padding-top: 15px;
}
ul.gdl-accordion li:first-child {
	list-style: none;
	border-bottom: 1px solid;
	padding-top: 0px;
}
h2.accordion-head {
	margin-bottom: 0px;
	padding: 0px 0px 15px 0px;
	line-height: 21px;
	font-size: 16px;
	cursor: pointer;
	display: block;
}
div.accordion-content {
	padding: 0px 0px 20px 37px;
	overflow: hidden;
}
span.accordion-head-image {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 13px;
	cursor: pointer;
	display: block;
}
div.accordion-head p {
	margin-bottom: 0px;
}
ul.gdl-accordion .accordion-content ul li {
	list-style: disc;
	border-bottom: 0px;
	margin-bottom: 5px;
}
ul.gdl-accordion .accordion-content ol li {
	list-style: decimal;
}
ul.gdl-accordion .accordion-content .shortcode-list ul li {
	list-style: none;
}
/* Gallery */



h3.gallery-header-title {
	font-size: 18px;
	margin-bottom: 25px;
	margin-left: 10px;
}
div.gallery-thumbnail-image {
	padding: 4px;
}
.gdl-gallery-caption {
	font-size: 14px;
	margin-top: 8px;
}
/* Toggle Box */



h3.toggle-box-header-title {
	font-size: 18px;
	margin-bottom: 25px;
}
ul.gdl-toggle-box {
	margin-left: 0px;
}
ul.gdl-toggle-box li {
	list-style: none;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
}
h2.toggle-box-head {
	padding: 0px 0px 0px 0px;
	line-height: 21px;
	font-size: 16px;
	cursor: pointer;
}
div.toggle-box-content {
	padding: 0px 0px 20px 37px;
	overflow: hidden;
}
span.toggle-box-head-image {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 13px;
	cursor: pointer;
}
div.toggle-box-head p {
	margin-bottom: 0;
}
ul.gdl-toggle-box .toggle-box-content ul li {
	list-style: inherit;
	border-bottom: 0px;
	margin-bottom: 5px;
}
/* Column Service */



div.column-service-image {
	float: left;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	margin: 0px 10px 0px 10px;
}
div.column-service-image img {
	vertical-align: middle;
}
div.column-service-content {
	margin: 0px 0px 0px 62px;
}
h2.column-service-title {
	font-size: 17px;
	margin-bottom: 12px;
}
/* Stunning Text */



div.stunning-text-wrapper {
	padding-top: 35px;
	padding-bottom: 35px;
	clear: both;
}
h1.stunning-text-title {
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	padding: 0px 25px 0px 25px;
}
div.stunning-text-caption {
	font-size: 13px;
	padding: 0px 25px 0px 25px;
	margin-top: 8px;
}
div.stunning-text-button-wrapper {
	text-align: center;
}
a.stunning-text-button {
	padding: 0px 27px 0px 27px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	background: url('images/gradient-top-32px.png') repeat-x;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* Testimonial */



h3.testimonial-header-title {
	font-size: 18px;
	margin-bottom: 25px;
	margin-left: 10px;
}
div.testimonial-no-header {
	padding-top: 47px
}
div.testimonial-icon {
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	margin-left: 1px;
}
div.testimonial-author {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	border-bottom: 1px solid;
}
div.testimonial-carousel-shortcode-wrapper {
	position: relative;
	overflow: hidden;
}
div.testimonial-carousel-shortcode-wrapper h3.testimonial-header-title {
	margin-left: 0px;
}
div.jcarousellite {
	overflow: hidden;
}
div.jcarousellite ul {
	width: 1000%;
	margin: 0px;
	list-style: none;
}
div.jcarousellite ul li {
	float: left;
}
div.jcarousellite-nav {
	position: absolute;
	top: 0px;
	right: 10px;
	margin-right: 3px;
}
div.jcarousellite-nav .prev {
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
}
div.jcarousellite-nav .next {
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	background-position: 20px 0px !important;
}
div.custom-sidebar .jcarousellite ul li {
	border-bottom: 0px;
	padding-left: 0px;
	background: none !important;
}
/* Divider */



div.divider {
	position: relative;
	margin-top: 8px;
}
div.scroll-top {
	position: absolute;
	top: -19px;
	right: 2px;
	cursor: pointer;
	font-size: 10px;
}
/* Portfolio */



div.portfolio-thumbnail-image, div.portfolio-thumbnail-video, div.portfolio-thumbnail-slider {
	padding: 4px;
}
h3.portfolio-header-title {
	font-size: 18px;
	margin: 33px 0px 0px 10px;
}
div.portfolio-view-all-project {
	position: absolute;
	right: 10px;
	top: 33px;
	font-style: italic;
}
div.portfolio-thumbnail-image {
	text-align: center;
	position: relative;
}
div.portfolio-thumbnail-image img {
	display: block;
	margin: 0px auto;
}
div.portfolio-thumbnail-video {
	text-align: center;
}
div.portfolio-thumbnail-video object {
	display: block;
	margin: 0px auto;
}
div.portfolio-thumbnail-slider {
	text-align: center;
	margin: 0px auto;
	overflow: hidden;
}
div.portfolio-thumbnail-slider .flexslider {
	display: block;
}
div.portfolio-thumbnail-slider ol.flex-control-nav {
	display: none;
}
div.portfolio-thumbnail-slider ul.flex-direction-nav .flex-prev {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	bottom: 0px;
	left: 0px;
	top: auto;
}
div.portfolio-thumbnail-slider ul.flex-direction-nav .flex-next {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	background-position: 31px 0px;
	bottom: 0px;
	left: 31px;
	top: auto;
}
h2.portfolio-thumbnail-title {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
div.portfolio-thumbnail-title a {
	color: inherit;
}
div.portfolio-thumbnail-content {
	margin-top: 8px;
}
div.portfolio-bottom {
	height: 15px;
	display: block;
	clear: both;
}
span.portfolio-thumbnail-image-hover {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	display: block;
}
span.portfolio-thumbnail-image-hover span {
	top: 50%;
	left: -50%;
	margin-left: -16px;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	position: absolute;
	display: block;
}
span.portfolio-thumbnail-image-hover span.hover-link {
	background: url('images/link.png') no-repeat;
}
span.portfolio-thumbnail-image-hover span.hover-video {
	background: url('images/video.png') no-repeat;
}
span.portfolio-thumbnail-image-hover span.hover-zoom {
	background: url('images/zoom.png') no-repeat;
}
a.portfolio-read-more {
	margin-right: 12px;
	margin-top: 15px;
	float: left;
}
a.portfolio-visit-website {
	margin-top: 15px;
	float: left;
}
.portfolio-item-holder.masoned {
	overflow: hidden;
}
/* fullwidth portfolio */



div.sixteen.columns.portfolio-item {
	padding-bottom: 22px;
	border-bottom: 1px solid #ececec;
}
div.sixteen.columns.portfolio-item:last-child {
	padding-bottom: 0px;
	border: 0px;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.sixteen.columns.portfolio-item .portfolio-thumbnail-slider {
	float: left;
	width: 620px;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-context {
	padding-left: 20px;
	float: none;
	overflow: hidden;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-title {
	font-size: 18px;
	margin-top: 12px;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-content {
	margin-top: 12px;
}
div.sixteen.columns.portfolio-item a.portfolio-read-more {
	margin-top: 22px;
}
div.sixteen.columns.portfolio-item a.portfolio-visit-website {
	margin-top: 22px;
}
div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider {
	float: left;
	width: 320px;
}
div.sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumbnail-context {
	padding-left: 20px;
	margin-right: 10px;
}
div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider {
	float: left;
	width: 180px;
}
div.both-sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumbnail-context {
	padding-left: 20px;
	margin-right: 10px;
}
ul#portfolio-item-filter {
	margin: 14px 0px 8px 0px;
	list-style: none;
}
ul#portfolio-item-filter li {
	float: left;
	margin: 12px 2px 0px 10px;
}
/* Single */



h1.single-thumbnail-title {
	padding-bottom: 13px;
	font-size: 23px;
	margin-bottom: 0px;
	color: #b91a0b !important;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
h1.single-thumbnail-title a {
	color: inherit;
}
div.single-thumbnail-info {
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
	font-size: 11px;
	font-family: Droid Serif;
	font-style: italic;
}
div.single-thumbnail-date {
	height: 16px;
	line-height: 16px;
	margin-right: 20px;
	font-style: italic;
	padding-left: 23px;
	float: left;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	color: #f01f0b;
}
div.single-thumbnail-author {
	height: 16px;
	line-height: 16px;
	margin-right: 20px;
	font-style: italic;
	padding-left: 23px;
	float: left;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	color: #f01f0b;
}
div.single-thumbnail-comment {
	height: 16px;
	line-height: 16px;
	margin-right: 20px;
	font-style: italic;
	padding-left: 23px;
	float: right;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	color: #f01f0b;
}
div.single-thumbnail-comment a {
	color: #f01f0b !important;
}
div.single-content p {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	color: #909091;
}
div.single-thumbnail-tag {
	height: 16px;
	line-height: 16px;
	float: left;
	margin-right: 20px;
	padding-left: 23px;
}
div.single-thumbnail-context {
	padding-top: 20px;
}
div.single-content {
	margin-top: 20px;
}
div.single-port-prev-nav {
	float: left;
}
div.single-port-prev-nav a {
	float: left;
}
div.single-port-prev-nav .left-arrow {
	width: 8px;
	height: 5px;
	float: left;
	margin-top: 6px;
	margin-right: 8px;
}
div.single-port-next-nav {
	float: left;
	margin-left: 30px;
}
div.single-port-next-nav a {
	float: left;
}
div.single-port-next-nav .right-arrow {
	width: 8px;
	height: 5px;
	float: left;
	margin-top: 6px;
	margin-left: 8px;
}
div.single-port-thumbnail-image, div.single-port-thumbnail-video, div.single-port-thumbnail-slider {
	padding: 4px;
}
div.single-port-nav {
	float: right;
	margin-top: 18px;
	margin-bottom: 18px;
}
h1.single-port-title {
	border-bottom: 1px solid;
	font-size: 21px;
	padding-bottom: 8px;
	margin-top: 30px;
	margin-bottom: 0px;
}
h1.single-port-title a {
	color: inherit;
}
div.single-port-content {
	margin-top: 22px;
}
div.single-port-info {
	margin-top: 30px;
	font-style: italic;
	font-family: Droid Serif;
}
div.single-port-info span.head {
	font-weight: bold;
	margin-right: 5px;
}
div.single-port-date {
	margin-top: 8px;
}
div.single-port-tag {
	margin-top: 8px;
}
div.single-port-visit-website {
	padding-left: 28px;
	margin-top: 10px;
}
div.about-author-wrapper {
	margin-top: 40px;
	padding: 18px;
}
div.about-author-avartar {
	float: left;
	margin-right: 20px;
	width: 90px;
}
div.about-author-info {
	overflow: hidden;
}
div.about-author-title {
	font-size: 18px;
	margin-top: 3px;
	margin-bottom: 5px;
}
div.social-share-title {
	margin-top: 40px;
	font-size: 18px;
}
div.social-shares ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 15px;
}
div.social-shares ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
/* Blog */



h3.blog-header-title {
	font-size: 18px;
	margin: 40px 0px 25px 10px;
}
h2.blog-thumbnail-title a {
	color: inherit;
}
div.blog-thumbnail-image, div.blog-thumbnail-slider, div.blog-thumbnail-video {
	padding: 4px;
	margin-bottom: 18px;
}
div.blog-thumbnail-info {
	font-family: Droid Serif;
	font-style: italic;
}
a.blog-continue-reading {
	margin-top: 14px;
	display: block;
}
a.blog-read-more {
	margin-right: 15px;
	margin-top: 15px;
	float: left;
}
div.blog-item-holder .blog-item0:last-child {
	border-bottom: 0px;
}
div.blog-item-holder .blog-item0 {
	border-bottom: 1px solid;
	padding-top: 10px;
}
div.blog-item-holder .blog-item0 .blog-thumbnail-image, div.blog-item-holder .blog-item0 .blog-thumbnail-video, div.blog-item-holder .blog-item0 .blog-thumbnail-slider {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 55px;
	height: 55px;
}
div.blog-item-holder .blog-item0 .blog-thumbnail-slider .flex-caption, div.blog-item-holder .blog-item0 .blog-thumbnail-slider ol.flex-control-nav, div.blog-item-holder .blog-item0 .blog-thumbnail-slider ul.flex-direction-nav {
	display: none;
}
div.blog-item-holder .blog-item0 .blog-thumbnail-context {
	overflow: hidden;
	float: none;
}
div.blog-item-holder .blog-item0 .blog-thumbnail-title {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 12px;
}
div.blog-item-holder .blog-item0 .blog-thumbnail-date {
	margin-top: 8px;
	margin-bottom: 10px;
	font-family: 'Droid Serif';
	font-style: italic;
}
div.blog-item-holder .blog-item1 {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ececec;
}
div.blog-item-holder .blog-item1:last-child {
	border: 0px;
	padding-bottom: 0px;
}
div.blog-item-holder .blog-item1 .blog-thumbnail-title {
	font-size: 20px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-bottom: 0;
}
div.blog-item-holder .blog-item1 .blog-thumbnail-context {
	float: none;
	overflow: hidden;
}
div.blog-item-holder .blog-item1 .blog-thumbnail-image, div.blog-item-holder .blog-item1 .blog-thumbnail-video, div.blog-item-holder .blog-item1 .blog-thumbnail-slider {
	float: left;
	width: 460px;
	margin-right: 20px;
}
div.blog-item-holder .blog-item1 .blog-thumbnail-info {
	font-size: 11px;
	margin-bottom: 16px;
}
div.blog-item-holder .blog-item1 .blog-thumbnail-date {
	height: 16px;
	line-height: 20px;
	font-style: italic;
	padding-left: 22px;
	float: left;
	background-position: 0px 0px;
}
div.blog-item-holder .blog-item1 .blog-thumbnail-comment {
	height: 16px;
	line-height: 20px;
	margin-left: 20px;
	float: left;
	padding-left: 22px;
	background-position: 0px 0px;
}
div.sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-image, div.sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-video, div.sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-slider {
	float: left;
	width: 210px;
}
div.both-sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-image, div.both-sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-video, div.both-sidebar-included .blog-item-holder .blog-item1 .blog-thumbnail-slider {
	float: none;
	width: auto;
}
div.both-sidebar-included .blog-item1 .blog-thumbnail-context {
	padding: 0px 0px 0px 0px;
	width: auto;
}
div.blog-item-holder .blog-item2 {
	padding-bottom: 40px
}
div.blog-item-holder .blog-item2 .blog-thumbnail-title {
	padding-bottom: 13px;
	font-size: 23px;
	margin-bottom: 0px;
	color: #b91a0b !important;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
div.blog-item-holder .blog-item2 .blog-thumbnail-info {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #717171;
	border-top: 1px solid #717171;
}
div.blog-item-holder .blog-item2 .blog-thumbnail-date {
	height: 16px;
	line-height: 16px;
	margin-right: 20px;
	font-style: italic;
	padding-left: 23px;
	float: left;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	color: #f01f0b;
}
div.blog-item-holder .blog-item2 .blog-thumbnail-author {
	height: 16px;
	line-height: 16px;
	margin-right: 20px;
	float: left;
	padding-left: 23px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	color: #f01f0b;
}
div.blog-item-holder .blog-item2 .blog-thumbnail-comment {
	height: 16px;
	line-height: 16px;
	float: right;
	padding-left: 21px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	color: #f01f0b;
}
div.blog-item-holder .blog-item2 .blog-thumbnail-comment a {
	color: #f01f0b !important;
}
.blog-thumbnail-content {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	color: #909091
}
div.blog-item-holder .blog-item2 .blog-thumbnail-tag {
	height: 16px;
	line-height: 16px;
	margin-right: 20px;
	float: left;
	padding-left: 23px;
}
div.blog-item-holder .blog-item2 .blog-thumbnail-context {
}
div.blog-item-holder .blog-item3 {
	padding-top: 25px;
	padding-bottom: 25px;
}
div.blog-item-holder .blog-item3 .blog-thumbnail-slider .flex-caption, div.blog-item-holder .blog-item3 .blog-thumbnail-slider ol.flex-control-nav {
	display: none;
}
div.blog-item-holder .blog-item3 .blog-thumbnail-slider ul.flex-direction-nav .flex-prev {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	bottom: 0px;
	left: 0px;
	top: auto;
}
div.blog-item-holder .blog-item3 .blog-thumbnail-slider ul.flex-direction-nav .flex-next {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	background-position: 31px 0px;
	bottom: 0px;
	left: 31px;
	top: auto;
}
div.blog-item-holder .blog-item3 .blog-thumbnail-title {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
div.blog-item-holder .blog-item3 .blog-thumbnail-content {
	margin-bottom: 15px;
}
div.blog-item-holder .blog-item3 .blog-thumbnail-info {
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 5px;
}
div.blog-item-holder .blog-item3 .blog-thumbnail-date, div.blog-item-holder .blog-item3 .blog-thumbnail-author, div.blog-item-holder .blog-item3 .blog-thumbnail-comment, div.blog-item-holder .blog-item3 .blog-thumbnail-tag {
	height: 16px;
	line-height: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	font-style: italic;
	padding-left: 23px;
	float: left;
}
/* Message Box */



div.message-box-wrapper {
	border: 1px solid;
	padding: 20px;
	margin-bottom: 20px;
}
div.message-box-title {
	font-weight: bold;
	font-size: 14px;
	margin-top: 2px;
}
div.message-box-content {
	margin-top: 12px;
}
div.message-box-wrapper.red {
	background-color: #ffdcdd;
	border-color: #e9b9bb;
	color: #713a3c;
}
div.message-box-wrapper.red .message-box-title {
	color: #8d4345;
}
div.message-box-wrapper.yellow {
	background-color: #ffffe0;
	border-color: #e1db8b;
	color: #4d4d39;
}
div.message-box-wrapper.yellow .message-box-title {
	color: #737357;
}
div.message-box-wrapper.blue {
	background-color: #c2e1ee;
	border-color: #8ec3d9;
	color: #3d5058;
}
div.message-box-wrapper.blue .message-box-title {
	color: #475d66;
}
div.message-box-wrapper.green {
	background-color: #e1ffd9;
	border-color: #badeb1;
	color: #435b3d;
}
div.message-box-wrapper.green .message-box-title {
	color: #526d4b;
}
/* Shortcode */



.shortcode1-4 {
	width: 23%;
	margin-right: 2%;
	float: left;
}
.shortcode1-3 {
	width: 31.33%;
	margin-right: 2%;
	float: left;
}
.shortcode1-2 {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.shortcode2-3 {
	width: 64.66%;
	margin-right: 2%;
	float: left;
}
.shortcode3-4 {
	width: 73%;
	margin-right: 2%;
	float: left;
}
.shortcode1 {
	width: 98%;
	margin-right: 2%;
	float: left;
}
a.gdl-button.shortcode-large-button {
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 0px 21px 0px 21px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
a.gdl-button.shortcode-medium-button {
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 0px 15px 0px 15px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
a.gdl-button.shortcode-small-button {
	margin-bottom: 20px;
	margin-right: 10px;
	text-shadow: none;
	font-size: 11px;
}
div.shortcode-list ul {
	list-style: none !important;
	margin-left: 0px !important;
}
div.shortcode-list li {
	padding: 2px 0px 2px 25px !important;
	border: 0px !important;
}
div.shortcode-list-arrow li {
	background: url('images/list/arrow.png') no-repeat !important;
}
div.shortcode-list-arrow2 li {
	background: url('images/list/arrow2.png') no-repeat !important;
}
div.shortcode-list-arrow3 li {
	background: url('images/list/arrow3.png') no-repeat !important;
}
div.shortcode-list-bullet li {
	background: url('images/list/bullet.png') no-repeat !important;
}
div.shortcode-list-bullet2 li {
	background: url('images/list/bullet2.png') no-repeat !important;
}
div.shortcode-list-bullet3 li {
	background: url('images/list/bullet3.png') no-repeat !important;
}
div.shortcode-list-check li {
	background: url('images/list/check.png') no-repeat !important;
}
div.shortcode-list-check2 li {
	background: url('images/list/check2.png') no-repeat !important;
}
div.shortcode-list-check3 li {
	background: url('images/list/check3.png') no-repeat !important;
}
div.shortcode-list-delete li {
	background: url('images/list/delete.png') no-repeat !important;
}
div.shortcode-list-delete2 li {
	background: url('images/list/delete2.png') no-repeat !important;
}
div.shortcode-list-delete3 li {
	background: url('images/list/delete3.png') no-repeat !important;
}
div.shortcode-social {
	float: left;
	margin-right: 12px;
}
div.shortcode-block-quote-left {
	width: 33%;
	float: left;
	margin: 15px 20px 15px 20px;
	padding: 20px;
	border-left: 2px solid #ddd;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
div.shortcode-block-quote-right {
	width: 33%;
	float: right;
	margin: 15px 20px 15px 20px;
	padding: 20px;
	border-left: 2px solid #ddd;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
div.shortcode-block-quote-center {
	margin: 0px 20px 20px 20px;
	text-align: center;
	padding: 20px;
	border-left: 2px solid #ddd;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
div.shortcode-dropcap {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	float: left;
	font-size: 25px;
	font-size: 25px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	float: left;
}
div.shortcode-dropcap.circle {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
/* contact form */



div.contact-form-wrapper ol {
	margin: 0px;
	list-style: none;
}
div.contact-form-wrapper ol li {
	margin-bottom: 20px;
}
div.contact-form-wrapper ol li.sending-result {
	max-width: 622px;
	display: none;
}
div.contact-form-wrapper ol li.sending-result .message-box-wrapper {
	padding: 10px 15px 10px 15px;
}
div.contact-form-wrapper ol li div.error {
	display: none;
}
div.contact-form-wrapper input[type="text"], div.contact-form-wrapper input[type="password"] {
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 7px;
	margin: 10px 5px 10px;
	line-height: 20px;
	max-width: 90%;
}
div.contact-form-wrapper .textarea {
	margin-right: 32px;
}
div.contact-form-wrapper textarea {
	height: 165px;
	width: 590px;
	margin: 10px 5px 10px;
	padding: 10px;
	max-width: 100%;
	line-height: 20px;
}
div.contact-form-wrapper .contact-submit {
	float: left;
}
div.contact-form-wrapper .contact-loading {
	width: 16px;
	height: 16px;
	float: left;
	margin: 7px 0px 0px 15px;
	display: none;
	background: url('images/loading.gif');
}
/* Price Item */



div.gdl-price-item {
	margin-bottom: 20px;
}
div.gdl-price-item .price-item {
	border: 1px solid;
	border-color: inherit;
	margin-left: -1px;
	padding-bottom: 30px;
}
div.gdl-price-item .price-tag {
	font-size: 35px;
	line-height: 40px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}
div.gdl-price-item .price-title {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
div.gdl-price-item .price-button {
	text-align: center;
	margin-top: 25px;
}
div.gdl-price-item .price-content {
	text-align: center;
	margin-top: 25px;
}
div.gdl-price-item .price-content .shortcode-list {
	display: inline-block;
}
div.gdl-price-item .price-item.active {
	padding-bottom: 70px;
	margin-top: -20px;
}
/* code */



.gdl-code {
	overflow: hidden;
	padding: 15px;
	border: 1px #eee solid;
	clear: both;
	background: #f9f9f9;
	margin-bottom: 20px;
	color: #555;
	font-size: 13px;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}
/* Contact Form 7 */



span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="[password"], span.wpcf7-form-control-wrap input[type="email"], span.wpcf7-form-control-wrap textarea {
	max-width: 90%;
	height: 31px;
	line-height: 15px;
	padding: 0px 0px 0px 7px;
	margin: 10px 0px -15px;
	line-height: 20px;
}
span.wpcf7-form-control-wrap input.wpcf7-file {
	width: auto;
	height: auto;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: 0;
	max-width: 90%;
}
span.wpcf7-form-control-wrap textarea {
	height: 80px;
	margin: 10px 0px 10px;
	padding: 10px;
	max-width: 100%;
	line-height: 20px;
	max-width: 90%;
}
div.wpcf7 p {
	font-weight: bold;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #7d7d7e;
}
div.wpcf7 p span.wpcf7-form-control-wrap textarea, div.wpcf7 p span.wpcf7-form-control-wrap input {
	font-weight: normal;
	background-color: #111 !important;
	background: rgb(32,32,32); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NCUiIHN0b3AtY29sb3I9IiMyMDIwMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OCUiIHN0b3AtY29sb3I9IiMwZDBkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(32,32,32,1) 44%, rgba(13,13,13,1) 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, rgba(32,32,32,1)), color-stop(98%, rgba(13,13,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(32,32,32,1) 44%, rgba(13,13,13,1) 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(32,32,32,1) 44%, rgba(13,13,13,1) 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(32,32,32,1) 44%, rgba(13,13,13,1) 98%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(32,32,32,1) 44%, rgba(13,13,13,1) 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#0d0d0d', GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #383838 !important;
}
.ffSelect > a > span {
	font-weight: normal;
	background-color: #111 !important;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #202020 0%, #000000 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #202020 0%, #000000 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #202020 0%, #000000 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #202020), color-stop(1, #000000));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #202020 0%, #000000 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #202020 0%, #000000 100%);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #3f3e3e !important;
}
div.wpcf7 .ajax-loader {
	display: none;
}
/* Responsive anything video fix */



.anythingSlider .fluid-width-video-wrapper {
	padding: 0px !important;
}
.rsswidget img {
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}
/* Woo Commerce */



.woocommerce_tabs ol.commentlist {
	list-style: none;
}
/* Personnel */



div.personnel-item {
	border-width: 1px;
	border-style: solid;
	margin: 9px;
}
div.personnel-item .personnel-position {
	text-align: center;
	font-size: 15px;
	margin-bottom: 22px;
}
div.personnel-item .personnel-thumbnail {
	margin: 0px 0px 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-style: solid;
}
div.personnel-item .personnel-thumbnail img {
	display: block;
}
div.personnel-item .personnel-title {
	text-align: center;
	margin: 25px 15px 3px;
	font-size: 24px;
	line-height: 1;
}
div.personnel-item .personnel-content {
	margin: 0px 15px;
	padding-bottom: 15px;
}
/* personnal widget */



div.widget_personnal-widget .custom-sidebar-title {
	position: relative;
}
div.gdl-personnal-widget {
	display: inline-block;
	margin-top: 8px;
}
div.personnal-widget-item {
	display: none;
}
div.personnal-widget-item:first-child {
	display: block;
}
div.personnal-widget-item .personnal-widget-thumbnail {
	margin-bottom: 15px;
}
div.personnal-widget-item .personnal-widget-thumbnail img {
	display: block;
}
div.personnal-widget-item .personnal-widget-info {
	font-weight: bold;
	margin-bottom: 10px;
}
div.personnal-widget-navigation {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	z-index: 100;
}
div.personnal-widget-navigation .personnal-widget-prev, div.personnal-widget-navigation .personnal-widget-next {
	width: 4px;
	height: 7px;
	padding: 3px 3px;
	margin-left: 1px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
/* no boxed layout */



div.no-boxed-layout div.slider-bottom-gimmick, div.no-boxed-layout div.slider-top-shadow, div.no-boxed-layout div.slider-bottom-shadow {
	display: none
}
div.no-boxed-layout div.search-wrapper {
	margin-right: 20px;
}
div.no-boxed-layout div.search-wrapper form {
	padding: 15px 5px;
}
div.no-boxed-layout div.slider-wrapper.fullwidth {
	margin-top: 25px;
}
div.no-boxed-layout div.top-navigation.container {
	padding-top: 10px;
	padding-bottom: 10px;
}
div.no-boxed-layout div.top-navigation-wrapper-gimmick {
	padding-bottom: 4px;
}
div.no-boxed-layout div.top-navigation-left {
	margin-left: 10px;
}
div.no-boxed-layout div.top-navigation-right {
	margin-right: 10px;
}
div.no-boxed-layout div.stunning-text-wrapper {
	margin: 0px 10px;
}
div.no-boxed-layout div.stunning-text-wrapper .stunning-text-content-wrapper.sixteen.columns {
	margin: 0px;
}
div.no-boxed-layout div.stunning-text-wrapper .stunning-text-content-wrapper.twelve.columns {
	margin: 0px;
}
/* ------------ Woo Commerce Customization (WooCommerce V2.0+) ------------- */



.gdl-woo-commerce-wrapper {
	margin-top: 0px !important;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
	padding: 8px 0px !important;
	border-bottom: 1px #eee solid;
	font-size: 11px;
}
.woocommerce-page h1.page-title {
	font-size: 24px;
	border-bottom: 0px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	margin-top: 35px;
	margin-bottom: 5px;
}
.woocommerce-result-count {
	font-style: italic;
	font-family: 'Droid Serif';
}
ul.products li.product .price {
	font-size: 15px;
	text-decoration: none;
}
ul.products li.product .price {
	color: #FA9347;
	display: block;
	font-weight: normal;
	margin-bottom: .5em;
}
.woocommerce-page ul.products li.product .price ins {
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}
.woocommerce-page .products h3 {
	font-size: 15px !important;
}
.price_label {
	font-size: 14px !important;
}
.woocommerce-page #payment label, .woocommerce-page #payment legend, .woocommerce-page #payment label img {
	display: inline;
}
/* Single product */



div.product, #content div.product {
	margin-top: 30px;
}
.woocommerce-tabs {
	margin-bottom: 45px !important;
}
.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
	width: 22.5% !important;
}
/* Filter Bar */



.widget_price_filter .ui-slider .ui-slider-range {
	background: #F1F1F1 !important;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5) !important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(204, 204, 204, 0.5) !important;
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5) !important;
}
.widget_price_filter .ui-slider .ui-slider-handle {
	border: 1px solid #CECECE !important;
	background: #E4E4E4 !important;
	box-shadow: none !important;
}
/* Woo Widget */



.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
	background: none !important;
}
.woocommerce-page ul.cart_list li {
	border-bottom: 0 !important;
	padding-bottom: 4px !important;
}
.woocommerce div.custom-sidebar #searchsubmit {
	height: 30px;
	top: 23px;
	right: 42px;
	width: 26px;
	color: transparent;
}
textarea {
	width: 360px;
}
.home .slider-wrapper, .reznav-udi {
	display: none;
}
.main_content {
}
.new-rzcall {
	display: none
}
.page-id-10 .page-wrapper {
	margin: 0 auto !important
}
table, td {
	border: none !important;
}
/*====boking form===*/

.col-1-booking .text-bf {
	width: 20%;
	float: left;
	margin-bottom: 0;
	padding-top: 14PX;
}
.col-1-booking .input-bf {
	width: 80%;
	float: left;
}
.col-2-booking input {
	width: 7% !important;
	float: right;
}
/*.col-2-booking .wpcf7-list-item-label{ float:left;}*/

span.wpcf7-list-item {
	margin-left: 0.5em;
	float: left !important;
	width: 47%;
	margin-bottom: 8px;
}
.col-2-booking .text-bf {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.col-2-booking .input-bf {
	float: left;
	width: 100%;
}
.col-2-booking {
	min-height: 340px;
}
.col-3-booking .text-bf {
	width: 20%;
	float: left;
	margin-bottom: 0;
	padding-top: 15PX;
}
.col-3-booking .input-bf {
	width: 80%;
	float: left
}
.mrb0 {
	margin-top: 10px !important
}
.col-3-booking .wpcf7-validates-as-tel {
	max-width: 90%;
	max-width: 90%;
	height: 27px;
	line-height: 15px;
	padding: 0px 0px 0px 7px;
	margin: 0px 0px -15px !important;
	line-height: 20px;
	border: 1px solid #ccc;
	padding: 1px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	display: block;
	/* margin-bottom: 20px; */

	background: #fff;
}
.text2-bf {
	line-height: 10px;
}
.col-4-booking h5 {
	margin-bottom: 10px;
}
.col-4-booking .text-bf {
	width: 30%;
	float: left;
	margin-bottom: 0;
	padding-top: 14PX;
}
.col-4-booking .input-bf {
	width: 65%;
	float: right
}
.col-4-booking .wpcf7-validates-as-date {
	max-width: 90%;
	max-width: 90%;
	height: 27px;
	line-height: 15px;
	padding: 0px 0px 0px 7px;
	margin: 0px 0px -15px !important;
	line-height: 20px;
	border: 1px solid #ccc;
	padding: 1px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	background: #fff
}
.text-bf3 {
	width: 30%;
	float: left;
	margin-bottom: 0;
	padding-top: 17PX;
}
.col-4-booking .wpcf7-select {
	max-width: 90%;
	max-width: 90%;
	height: 27px;
	line-height: 15px;
	padding: 0px 0px 0px 7px;
	margin: 11px 0px 8px !important;
	line-height: 20px;
	border: 1px solid #ccc;
	padding: 1px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 220px;
	max-width: 100%;
	display: block;
	/* margin-bottom: 20px; */

	background: #fff;
}
.col-4-booking .wpcf7-submit {
	float: none !important;
	/* margin: 0 auto; */

	width: 97%
}
/* boking form drrop down */



.page-id-88 p a:link, .page-id-88 p a:visited {
	border-bottom: 0 !important
}
.img-rg img {
	margin-left: 27px !important
}
.ui-widget {
	background-image: none !important;
	background-color: #1c1c1c !important;
}
.new-edit-udimedia {
	background-image: url(/wp-content/uploads/pics/Capture.png);
	background-repeat: repeat-x;
}
.dp_caption {
	background: #52150d !important; /* Old browsers */
	background: -moz-linear-gradient(top, #52150d 0%, #81170b 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52150d), color-stop(100%, #81170b)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #52150d 0%, #81170b 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #52150d 0%, #81170b 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #52150d 0%, #81170b 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #52150d 0%, #81170b 100%) !important; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52150d', endColorstr='#81170b', GradientType=0 ) !important; /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.dp_previous, .dp_next {
	color: #82170c
}
/* Woo Commerce for mobile */



.home .load-item {
	display: block !important
}
.copyright-container-wrapper {
	display: none !important
}
div.footer-container-wrapper {
	margin-bottom: -32px
}
.input-bf {
	margin-bottom: 0;
}
.col-4-booking .input-bf {
	margin-bottom: 19px;
}
.date {
	margin-bottom: 0 !important
}
.col-1-booking .input-bf {
	margin-bottom: 13px !important;
}
 @media only screen and (max-width: 767px) {
.woocommerce ul.products li.product {
	width: 95%;
}
.page-id-88 #service_info_holder, .page-id-76 #service_info_holder, .page-id-368 #service_info_holder {
	margin-left: -4.7% !important;
}
.main_content {
	width: 90% !important;
}
.page-id-368 #service_info_holder {
	width: 99% !important;
	left: .5 !important;
	margin-top: -212px !important;
	border: 1px solid #dd200f !important;
	border-bottom: 0 !Important;
	border-top: 0 !important;
}
a.services_icon:link, a.services_icon:visited {
	width: 30% !important;
	font-size: 100%;
	margin-right: 3.5% !important;
	margin-bottom: 10px;
}
#footer {
	width: 100% !important;
}
.copyright {
	width: 100% !important
}
.services_icon span {
	font-size: 68% !important
}
#link_3, #link_6 {
	margin-right: 0 !important
}
.solion, .responsive-menu-wrapper {
	display: none !important;
}
body {
	background-color: #111;
	height: auto !important
}
div.logo-wrapper {
	padding-top: 5px !important;
	padding-bottom: 0px !important;
	width: 150px !important;
	float: left !important
}
.reznav-udi {
	display: block !important
}
#prevslide, #nextslide {
	display: none !important
}
.reznav-udi {
	position: absolute;
	right: 3%;
	top: 0;
	z-index: 999999999
}
.reznav-udi img {
	margin-right: 0 !important;
	z-index: 99999;
	padding: 0;
	width: 40px;
	margin-top: 20px;
}
.home .slider-wrapper {
	display: block !important;
	border: none !important
}
.fix-width {
	width: 99% !important;
	margin-left: 0.5% !important;
}
.home div.no-boxed-layout div.slider-wrapper.fullwidth {
	height: auto
}
.home .main_content {
	margin-top: 0px !important;
}
.rzponziv {
	width: 100% !important;
}
.rzponziv2 {
	width: 100% !important
}
.new-rzcall h2 {
	font-family: 'Just Another Hand', cursive;
	font-size: 25px !important;
	font-weight: bold;
	float: left;
}
.new-rzcall {
	display: block !important;
	margin: 0 auto;
	width: 230px;
}
.new-rzcall h3 {
	float: left;
	font-family: Trebuchet MS;
	font-size: 23px;
	margin-left: 10px;
	float: left;
	color: #f01f0b !important;
}
.footer_address {
	width: 100% !important;
	text-align: center !important;
	position: inherit !important;
	margin-left: 0 !important
}
#supersized {
	display: none !important
}
.home .gdl-page-item {
	display: none !important
}
.footer_address_viewmap {
	display: none !important
}
div.logo-wrapper {
	height: auto !important
}
.footer_phone, .footer_email, .footer_opening {
	width: 70% !important
}
.nav_text, #menu_horiz {
	display: none !important
}
.copyright_text {
	margin: 0 auto;
	width: 268PX;
	margin-top: 8PX;
	margin-bottom: -19PX;
	float: none !important
}
div.no-boxed-layout div.slider-wrapper.fullwidth {
	margin-top: 0 !important
}
div.header-wrapper {
	margin: 0 !important
}
.navigation-wrapper .sf-menu li a {
	margin-left: 0;
}
.sf-menu li {
	width: 100% !important;
	z-index: 9999;
}
.sf-menu {
	background-color: #000;
	z-index: 9998;
	top: 110px !important;
}
div.slider-wrapper {
	border: none !important;
	height: auto !important
}
.nivo-directionNav {
	display: none !important
}
.sixteen, .gdl-page-item, .textin-abt h6 {
	width: 100% !important;
	margin: 0 !important;
}
/*====zozo tab rezponziv====*/



.page-id-76 #service_info_holder {
	width: 99% !important;
	left: .5 !important;
	margin-top: -171px !important;
	border: 1px solid #dd200f !important;
	border-bottom: 0 !Important;
	border-top: 0 !important
}
.page-id-9 #service_info_holder {
	width: 99% !important;
	left: .5 !important;
	margin-top: -170px !important;
	border: 1px solid #dd200f !important;
	border-bottom: 0 !Important;
	border-top: 0 !important
}
.service_titletag {
	background-image: none !important;
	background-color: #dd200f !important;
	width: 100% !important;
	-webkit-box-shadow: inset -1px 14px 31px 0px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: inset -1px 14px 31px 0px rgba(0,0,0,0.75) !important;
	box-shadow: inset -1px 14px 31px 0px rgba(0,0,0,0.75) !important;
	padding: 0 !important;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 0 !important
}
#service_info_holder {
	background-image: url('/wp-content/themes/activ/images/services_info-wrapper_bg2.png')!important;
	-webkit-border-top-left-radius: 5px !important;
	-webkit-border-top-right-radius: 5px!important;
	-moz-border-radius-topleft: 5px!important;
	-moz-border-radius-topright: 5px!important;
	border-top-left-radius: 5px!important;
	border-top-right-radius: 5px!important;
}
.service_info_trans_bg {
	width: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background-image: none !important;
	background-color: #000 !important
}
#id_of_div, #id_of_div2, #id_of_div3, #id_of_div4, #id_of_div5, #id_of_div6 {
	-webkit-border-top-left-radius: 5px !important;
	-webkit-border-top-right-radius: 5px!important;
	-moz-border-radius-topleft: 5px!important;
	-moz-border-radius-topright: 5px!important;
	border-top-left-radius: 5px!important;
	border-top-right-radius: 5px!important;
	width: 100% !important;
}
.z-tabs-desktop {
	display: none;
	border-radius: 0 !important;
	z-index: 99999999999;
}
.service_info_intro {
	position: inherit !important;
	width: 93% !important;
	overflow: hidden !important;
	LEFT: 0.5%;
	top: 46PX !IMPORTANT;
	padding: 10px !important;
	margin: 0 auto;
border-radius:0 !
}
.service_iconset_arrow {
	display: NONE !important
}
.services_close {
	right: 4px !important;
	top: 6px !important;
}
.service_titletag span {
	margin-left: 10px !important
}
#service_info_holder .fa {
	font-size: 34px;
	float: left;
	/* margin-left: 122px; */

	z-index: 99999999999;
	position: absolute;
	right: 47px;
	top: 0;
	color: #fff;
	padding: 6px 13px;
	line-height: 1;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.z-tabs.vertical.mini>ul.z-tabs-nav {
	width: 100% !important
}
.z-first, .z-last {
	border-radius: 0 !important;
}
.tabbed-nav {
	padding: 0 !important;
	width: 99% !Important;
	margin: 45px auto 0 !important;
}
.z-container {
	width: 100% !important;
	position: absolute !important
}
.z-tabs.vertical>.z-container>.z-content>.z-content-inner, .z-tabs.horizontal>.z-container>.z-content .z-content-inner {
	padding: 41px !important
}
.z-container {
	background: none !important;
	border: none !important
}
.z-tabs ul li {
	text-align: justify;
}
/*===servise=====*/ 



.mobile-rzponziv22 {
	padding: 20px;
}
.page-id-10 #service_info_holder {
	margin-left: -4.7% !important;
}
.nivo-controlNav {
	display: none;
}
div.slider-wrapper {
	min-height: 98px !important
}
.one-third {
	margin: 0 auto !important
}
.column, .columns {
	float: none !important
}
.page-id-10 .one-third h1 {
	text-align: center !important;
}
.textin-abt {
	width: 88% !important;
	margin: 0 auto;
}
/*===about===*/

.textin-abt h6 {
	padding: 20px 0 !important
}
.toptext h1 {
	text-align: center !important
}
.img-rg img {
	float: none;
	margin: 0 auto;
	margin-bottom: 70px !important
}
.page-id-9 #service_info_holder {
	margin-left: -4.7% !important;
}
.page-id-9 .gdl-page-item {
	overflow: hidden !important
}
/*== p filter page===*/

#perInfoHolder {
	width: 95% !important;
	margin: 0 auto;
	height: auto !important
}
#perInfoHolder #result_table {
	width: 95% !important;
	margin: 0 auto;
	float: none !important;
	margin-bottom: 135px !important
}
#perInfoHolder .selectboxes, #pfilterForm select {
	width: 100% !important
}
#result_table h3 {
	text-align: center !important
}
.carStatsTable {
	width: auto !important;
	margin: 0 auto;
	float: none !important;
}
td.pricing {
	width: 100% !important
}
.graphImage, .carImage {
	position: inherit !important;
	width: 100% !important;
}
.enlargeLink {
	position: inherit !important;
}
.statsWrapper, .graphImage img, .carImage img {
	width: 100% !important
}
.graphImage {
	height: auto !important
}
.carImage {
	height: auto !important
}
.page-id-11 #service_info_holder {
	margin-left: -4.7% !important;
}
#perInfoHolder .selectboxes {
	margin-bottom: 20PX !important
}
/*===== GALLARY==== */



.page-id-80 #service_info_holder {
	margin-left: -4.7% !important;
}
.mobile-rzponziv11 IMG {
	float: none !important;
	margin: 0 AUTO
}
.mobile-rzponziv11 P {
	text-align: center;
}
.mobile-rzponziv11 input, .mobile-rzponziv11 textarea {
	margin: 0 auto !important;
}
.mobile-rzponziv11 iframe {
	width: 95% !important;
	margin: 0 auto;
}
.page-id-14 #service_info_holder {
	margin-left: -4.7% !important;
}
#footer {
	display: block !important
}
.carImage {
	margin-bottom: 340px;
}
/*=== boking =====*/

.page-id-88 h1, .page-id-88 h2 {
	text-align: center;
}
.page-id-88 form {
	width: 80%;
	margin: 0 auto;
}
.col-1-booking .text-bf {
	padding-top: 33PX !important;
}
.col-1-booking .text-bf {
	width: 25% !important;
}
.col-1-booking .input-bf {
	width: 70% !important;
}
.col-2-booking textarea {
	width: 100% !important;
}
.col-4-booking .wpcf7-submit {
	width: 100% !important
}
.page-id-88 input {
	width: 100% !important
}
.PT {
	padding-top: 23PX !important
}
.page-id-88 p a:link, .page-id-88 p a:visited {
	width: 81%
}
.page-id-88 .service_info_holder {
	margin-left: -4.7% !important;
}
.col-4-booking .text-bf {
	width: 30%;
	margin-right: 10PX;
}
.T-10 {
	margin-top: 10PX !important;
}
.PTE {
	padding-top: 10PX !important;
}
#ptTimeSelectCntr {
	left: 13% !important;
}
.services_icon {
	padding: 18px 0 !important;
}
.sf-menu {
	right: 0 !important;
	top: 160px !important
}
.sf-menu li {
	padding: 0 !important
}
.container {
	width: 100% !important;
	padding: 0 !important
}
.footer_phone, .footer_email, .footer_opening {
	border-top: none !important
}
.flex-control-nav li a {
	background-image: none !important
}
.ffSelectWrapper {
	width: 107% !important
}
div.wpcf7 p {
	font-size: 12px !important;
}
span.wpcf7-list-item {
	width: 41% !important
}
.page-id-10 #service_info_holder {
	width: 99% !important;
	left: .5 !important;
	margin-top: -170px !important;
	border: 1px solid #dd200f !important;
	border-bottom: 0 !Important;
	border-top: 0 !important
}
.page-id-11 #service_info_holder {
	width: 99% !important;
	left: .5 !important;
	margin-top: -153px !important;
	border: 1px solid #dd200f !important;
	border-bottom: 0 !Important;
	border-top: 0 !important
}
.ngg-albumoverview {
	width: 75% !important;
	margin: 0 auto;
}
.ngg-album-compact h4 .ngg-album-desc {
	height: 53px !important;
}
.page-id-80 #service_info_holder {
	width: 99% !important;
	left: .5 !important;
	margin-top: -170px !important;
	border: 1px solid #dd200f !important;
	border-bottom: 0 !Important;
	border-top: 0 !important
}
.page-id-14 #service_info_holder {
	width: 99% !important;
	left: .5 !important;
	margin-top: -170px !important;
	border: 1px solid #dd200f !important;
	border-bottom: 0 !Important;
	border-top: 0 !important
}
.page-id-88 #service_info_holder {
	width: 99% !important;
	left: .5 !important;
	margin-top: -170px !important;
	border: 1px solid #dd200f !important;
	border-bottom: 0 !Important;
	border-top: 0 !important
}
.ngg-galleryoverview {
	margin: 0 auto
}
.ngg-slideshow {
	height: 150px !important
}
.reznav-udi a img {
	padding: 0;
	margin-top: 20px;
}
.bokingmob {
	display: block !important;
	width: 100%;
}
.bokingmob div {
	float: none;
	width: 110px;
	margin: 0 auto;
	text-decoration: none !important;
	border: none !important
}
}
.sf-menu {
	position: absolute;
	top: 80px;
	width: 55%;
	background: #313131;
}
div.no-boxed-layout .sf-menu li {
	padding: 0 !important;
}
#menu-top #menu-item-77 a {
	font-size: 0px !important;
	background: url(/wp-content/uploads/pics/home.png) no-repeat center center #dd210f !important;
	padding: 6px 20px !important;
	display: inline-block;
	margin-left: 0;
}
#menu-top #menu-item-77 {
	padding: 0 !important;
	background: #dd210f;
}
#menu-top li a {
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.solion a img {
	float: left;
	margin: 0 !important;
}
.blog-png {
	position: relative;
	left: 232px;
	display: block;
	background: url('/wp-content/themes/activ/images/blog.png') no-repeat 0 0;
	width: 77px;
	height: 34px;
	float: left;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}
.blog-png:hover {
	background-position: 0 -35px !important;
}
.image-in img {
/*-ms-transform: rotate(9.3deg); 
	-webkit-transform: rotate(9.3deg); 
	transform: rotate(9.3deg);
	margin: 0*/
}
.box3 {
	background: url(/wp-content/themes/activ/newedit/img/but1.png);
	width: 238px;
	height: 540px;
	float: right;
	-ms-transform: rotate(9.3deg);
	-webkit-transform: rotate(9.3deg);
	transform: rotate(9.3deg);
	margin: 0 0 0 8PX;
}
.box2 {
	background: url(/wp-content/themes/activ/newedit/img/but3.png);
	width: 238px;
	height: 540px;
	float: right;
	-ms-transform: rotate(9.3deg);
	-webkit-transform: rotate(9.3deg);
	transform: rotate(9.3deg);
	margin: 0 0 0 8PX;
}
.box1 {
	background: url(/wp-content/themes/activ/newedit/img/but2.png);
	width: 238px;
	height: 540px;
	float: right;
	-ms-transform: rotate(9.3deg);
	-webkit-transform: rotate(9.3deg);
	transform: rotate(9.3deg);
	margin: 0 0 0 8PX;
}
.rotat-imge {
	width: 1125px;
	margin: -20px auto 40px;
	position: relative;
}
.image-in h2 {
	padding: 0 10px 0 20px;
	text-transform: uppercase;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size: 38px;
	line-height: 48px;
	color: #fff;
	background: url(/wp-content/themes/activ/newedit/img/button-text-bc.png) no-repeat;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.image-in {
	position: relative;
}
.box1 h2 {
	position: absolute;
	bottom: 140px;
	right: -120px;
}
.box2 h2 {
	position: absolute;
	bottom: 148px;
	right: -130px
}
.box3 h2 {
	position: absolute;
	bottom: 80px;
	right: -63px
}
.image-in:hover {
	cursor: pointer;
}
.home .class-dis {
	display: none !important
}
.rotat-imge h1 {
	position: absolute;
	font-size: 58px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-weight: normal;
	color: #fff;
	top: 115px;
}
.rotat-imge span {
	float: left;
	clear: both;
	font-weight: normal;
	background: #000;
	padding: 0 10px;
	-webkit-box-shadow: 5px 4px 6px -3px rgba(255, 0, 0, 1);
	-moz-box-shadow: 5px 4px 6px -3px rgba(255, 0, 0, 1);
	box-shadow: 5px 4px 6px -3px rgba(255, 0, 0, 1);
	text-transform: uppercase;
}
.lastspan {
	font-style: italic;
	color: #ef220e;
}
.bc-car .maintext {
	font-size: 52px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-weight: normal;
	color: #fff;
	float: left;
	text-transform: uppercase;
}
.bc-car .maintext span {
	font-style: italic;
	color: #ef220e;
}
.image-on-click, .image-on-close {
	float: right;
	margin-right: 55px;
	margin-top: 68px;
}
.magin-adg {
	margin-top: 55px;
	margin-bottom: 21px;
}
.in-h2-edit {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
	font-size: 50px;
	color: #fff !important;
	font-weight: normal;
	margin-top: 35px;
}
.entry-date {
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
	font-size: 15px;
	color: #666666;
	margin-bottom: 10px;
	display: block;
}
.udimedia-forem-re .more-link p {
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
	/* font-size: 14px !important; */
	font-weight: normal;
	font-size: 14px !important;
	color: #fff !important;
	background: #4f4f4f;
	border: none !important;
	padding: 5px 8px;
	clear: both;
	float: left;
	display: block;
}
.udimedia-forem-re .more-link p:hover {
	text-decoration: underline;
}
.home h1.gdl-page-title {
	display: none !important
}
.udimedia-forem-re p {
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
	color: #fff !important;
	font-size: 14px !important;
}
.bc-in-blog {
	background: rgba(0, 0, 0, 0.77);
	padding: 58px 0 !important;
}
.bc-outer {
	position: relative;
	background: url(/wp-content/themes/activ/newedit/img/bc-back-in.jpg) no-repeat center top;
	min-height: 937px;
}
.home .page-wrapper {
	display: none !important
}
.mtbedit {
	margin-bottom: 140px !important;
}
.bc-car {
	background: rgba(0, 0, 0, 0.85);
	min-height: 937px;
}
.mob-in-h2-btn h2 {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
	font-size: 27px;
	padding: 14px 0;
	color: #fff;
	text-align: center;
	line-height: 0.9;
	background: url(/wp-content/themes/activ/images/mob-but-in-bc.png) repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
}
.mob-in-h2-btn h2:hover {
	background: url(/wp-content/themes/activ/images/mob-but-in-bc-hover.png) repeat-x !important;
}
.image-on-click {
	background: url('/wp-content/themes/activ/images/vewefull.png') no-repeat 0 0;
	width: 141px;
	height: 34px;
}
.image-on-click:hover {
	background-position: 0 -36px !important;
	cursor: pointer;
}
.image-in img {
	margin: 0;
	padding: 0;
}
.boking {
	background: url('/wp-content/themes/activ/images/bookings.png') no-repeat 0 0;
	width: 106px;
	height: 27px;
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	float: left;
	margin-top: 3px;
	margin-right: 2px;
	padding: 0 0px 0 17px;
}
.boking:hover {
	background-position: 0 -31px !important;
	color: #DD210F !important;
}
.textwidget img {
	margin-right: 20px;
	border: 2px solid #390702;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.right-div {
	float: left;
}
.right-div p {
	font-size: 15px;
	color: #707071 !important;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	margin-bottom: 0px;
}
.about-author-wrapper {
	display: none
}


/* Woo Commerce Styling For WooCommerce V.1 



.woocommerce-page #container{ padding: 0px 10px; }



.woocommerce-page #breadcrumb { padding: 8px 0px; border-bottom: 1px #eee solid; font-size: 11px; }



.woocommerce-page h1.page-title { font-size: 20px; border-bottom: 0px; padding-bottom: 6px; margin-bottom: 0px; margin-top: 35px; margin-bottom: 20px; }



.woocommerce-page .products h3{ font-size: 15px !important; }



.woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button { line-height: 15px; }



.woocommerce_message, .woocommerce_error, .woocommerce_info { line-height: 25px; margin-top: 20px !important; }



.woocommerce-page .onsale { color: #fff; }



.woocommerce-page ul.products li.product .price del{ font-size: 11px; margin-right: 5px;}



.woocommerce-page ul.products li.product .price ins{ font-size: 15px; text-decoration: none; font-weight: bold;  }



ul.products li.product .price { font-size: 15px; text-decoration: none;  }



.woocommerce-page table.shop_attributes td{ padding-left: 10px; }



.woocommerce-page #payment label, .woocommerce-page #payment legend, .woocommerce-page #payment label img{ display: inline; }







/* Price Filter Bar 



.widget_price_filter .ui-slider .ui-slider-range {



background: #f1f1f1;



box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5);



-webkit-box-shadow: inset 0 0 0 1px rgba(204, 204, 204, 0.5);



-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5);



}



.widget_price_filter .ui-slider .ui-slider-handle {



border: 1px solid #cecece !important;



background: #e4e4e4 !important;



box-shadow: none !important;



}



.widget_price_filter .price_slider_wrapper .ui-widget-content {



-webkit-border-radius: 1em !important;



-moz-border-radius: 1em !important;



border-radius: 1em !important;



background: #ACACAC !important;



background: -webkit-gradient(linear,left top,left bottom,from(#A2A2A2),to(#E0E0E0)) !important;



background: -webkit-linear-gradient(#A2A2A2,#E0E0E0) !important;



background: -moz-linear-gradient(center top,#A2A2A2 0%,#E0E0E0 100%) !important;



background: -moz-gradient(center top,#A2A2A2 0%,#E0E0E0 100%) !important;



}







ul.cart_list{ padding-bottom: 8px; }



ul.cart_list li{ border-bottom: 0px !important; background: none !important; padding-left: 0px !important; padding-bottom: 4px !important; }



.widget_shopping_cart .total { border-top: 3px double #e5e5e5; }



.widget_shopping_cart .total { padding-top: 13px !important; }



.widget_product_search #searchsubmit { display: none; }



div.product, #content div.product { margin-top: 30px; } 



.woocommerce_tabs { margin-bottom: 45px; }



quantity input.qty, #content .quantity input.qty { line-height: 16px; }



#customer_details { margin-bottom: 25px; }



ul.products li.product .price { margin-bottom: 18px !important; }



.price_label { font-size: 14px !important; }







/* Button Color *



a.button.alt, button.button.alt, input.button.alt, #respond input#submit.alt, #content input.button.alt{



background: #FF9145 !important;



background: -webkit-gradient(linear,left top,left bottom,from(#FAAC77),to(#FF9145)) !important;



background: -webkit-linear-gradient(#FAAC77,#FF9145) !important;



background: -moz-linear-gradient(center top,#FAAC77 0%,#FF9145 100%) !important;



background: -moz-gradient(center top,#FAAC77 0%,#FF9145 100%) !important;



border-color: #EB5F00 !important;



}



/* Sales Label



span.onsale{ 



background: #FF9145 !important;



background: -webkit-gradient(linear,left top,left bottom,from(#FAAC77),to(#FF9145)) !important;



background: -webkit-linear-gradient(#FAAC77,#FF9145) !important;



background: -moz-linear-gradient(center top,#FAAC77 0%,#FF9145 100%) !important;



background: -moz-gradient(center top,#FAAC77 0%,#FF9145 100%) !important;



border-color: #EB5F00 !important; 



}



*/
