/*
Theme Name: New AGBD
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-menu, featured-images, full-width-template, theme-options
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

.font {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
}

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%;
	vertical-align: baseline;
}
body {
	line-height: 20px;
	overflow-x:hidden;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
	
}
h1,
h2,
h3,
h4,
h5,
h6 {clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.bienvenue{
	
	padding-top: 10px; 
	font-size: 16px; 
	text-align: justify;
	text-transform: none; 

}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #d9d9d9;
	border-radius: 0;
	height:20px;
	line-height:20px;
	font-family: inherit;
	padding: 4px 10px 5px 10px;
	display:block;
	margin:4px 0 0 0;
	color:#979797;
	outline:none;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
	resize:none;
	height:120px;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 11px 15px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	background:#437a1c;
	color:#fff;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	background:#3e3e3e;
	color:#fff;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #437a1c;
	background-image: none;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0;
	box-shadow: none;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	padding:0;
	margin:0;
	font-family:Arial;
	font-size: 14px;
	color: #4E4949;
	line-height:20px;
	background-image:url(images/bg_img.jpg);
	background-position:center center;
	background-color:#2f2f2f;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;	
	text-align:left;
}

a {
	outline: none !important;
	font-family: 'Arial', sans-serif;
	color: #437a1c;
	text-decoration:none;
}
a:hover {
	color: #b9b9b9;
	text-decoration:none;
}

/* Assistive text */
.assistive-text, .site .screen-reader-text {display:none;
}
/* Page structure */
.site, #footer-widget-area {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background: #fff;
}
.site-content {
	margin: 20px 0 0;
	margin: 1.428571428571429rem 0 0;
}
.widget-area {margin: 0;
}
/* Header */
#page {
	background:url(images/header_bg.jpg) repeat-x left top;
	padding-top:7px;
}
.site-header {
	position:relative;
	padding-top:40px;
	padding-bottom: 20px; 
	margin-bottom: 20px;
	border-bottom: 1px solid #437a1c;
}
.site-header .site {
	padding-top:35px;
	padding-bottom:32px;
	
}
	border-bottom: 1px solid #437a1c;
.fleft {float:left;
}
.fright {float:right;
}
.clear_c {
	clear:both;
	height:0;
	font-size:0;
}
img {
	outline:none;
	vertical-align:top;
	border:0;
	max-width:100%;
}
.logo {
	float:left;
	margin-right:6px;

}
.logo a {
	display:block;
	float:left;
	margin-right:14px;
}
.site-description {
	float:left;
	margin:8px 0 0 0;
	padding:9px 0 9px 21px;
	border-left:1px solid #d6d6d6;
	text-transform:none;
	font-style:normal;
	font-size:14px;
	color:#bebebe;
}
.social_icons {
	float:right;
	padding:2px 0 0 0;
}
.social_icons ul {
	padding:0;
	margin:0;
	list-style:none;
}
.social_icons li {
	position:relative;
	padding:0;
	margin:0 5px 0 0;
	display:inline-block;
}
.social_icons li a {
	width:27px;
	height:27px;
	display:block;
	text-align:center;
	background-color:#4d4d4d;
	-webkit-transition: background-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
    -ms-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
} 
.social_icons li a:hover {
	background-color:#437a1c;
}

.ls-defaultskin {
	padding:0 !important;
	border-radius:0 !important;
	box-shadow:none !important;
}
.ls-defaultskin .ls-nav-prev, .ls-defaultskin .ls-nav-next {
    height: 41px !important;
    top:auto !important;
	bottom:1px !important;
    width: 41px !important;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:0 0 !important;
	-webkit-transition: background-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
    -ms-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
.ls-defaultskin .ls-nav-prev {
    left: auto !important;
	right:44px !important;
	background-image:url(images/slider_prev.png) !important;
}
.ls-defaultskin .ls-nav-next {
    right: 1px !important;
	background-image:url(images/slider_next.png) !important;
}
.ls-defaultskin .ls-nav-prev:hover {
	background-image:url(images/slider_prev_h.png) !important;
	background-color:#437a1c;
}
.ls-defaultskin .ls-nav-next:hover {
	background-image:url(images/slider_next_h.png) !important;
	background-color:#437a1c;
}
.ls-nav-sideleft, .ls-nav-sideright {height:0 !important;
}

.ls-bottom-nav-wrapper {
	margin-top:-29px !important;
	vertical-align:top;
}
.ls-bottom-slidebuttons {
	background:none;
	margin-top:13px;
	padding:0 !important;
	height:5px !important;
	width:100% !important;
}
.ls-bottom-slidebuttons a {
	width:33.1% !important;
	height:6px !important;
	display:inline-block !important;
	margin:2px 2px 0 0 !important;
	vertical-align:top;
	background-image: none !important;
	background-color:#c6c6c6;
	background-repeat:no-repeat;
	background-position:0 0 !important;
}
.ls-bottom-slidebuttons a:last-child {margin-right:0 !important;}
.ls-bottom-slidebuttons a.ls-nav-active {
	background-color:#3e3e3e;
}

.ls-defaultskin .ls-bottom-nav-wrapper a.ls-nav-stop-active,
.ls-defaultskin .ls-bottom-nav-wrapper a.ls-nav-start-active {display:none;
}
.ls-defaultskin .ls-bottom-nav-wrapper a.ls-nav-stop {
	position:absolute;
	height: 37px !important;
    top:-187px !important;
	right:38px;
    width: 37px !important;
	margin-top:-18px !important;
	background-image:url(images/slider_stop.png) !important;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:0 0 !important;
	opacity: 0.68;
	filter: alpha(opacity=68);
	-webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    -ms-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
}
.ls-defaultskin .ls-bottom-nav-wrapper a.ls-nav-start {
	position:absolute;
	height: 37px !important;
    top:-187px !important;
	right:38px;
    width: 37px !important;
	margin-top:-18px !important;
	background-image:url(images/slider_start.png) !important;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:0 0 !important;
	opacity: 0.68;
	filter: alpha(opacity=68);
	-webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    -ms-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
}
.ls-defaultskin .ls-bottom-nav-wrapper a.ls-nav-stop:hover {
	background-image:url(images/slider_stop_h.png) !important;
	opacity: 1;
	filter: alpha(opacity=100);
}
.ls-defaultskin .ls-bottom-nav-wrapper a.ls-nav-start:hover {
	background-image:url(images/slider_start_h.png) !important;
	opacity: 1;
	filter: alpha(opacity=100);
}

.slide1_title {
	padding:0 !important;
	color:#fff;
	font-size:39px !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	line-height:58px !important;
	text-align:left;
	text-transform:uppercase;
	text-shadow:1px 1px 2px rgba(0,0,0,0.51);
	background:url(images/slide_caption_bg.png) repeat left top;
}
.slide1_title span {padding:0 16px !important;
}

.slide2_title,
.slide2_title2 {
	width:100% !important;
	padding:0 !important;
	text-align:center;
	color:#fff;
	font-size:39px !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	line-height:42px !important;
	text-transform:uppercase;
	text-shadow:1px 1px 2px rgba(0,0,0,0.51);
}
.slide2_title span {
	padding:5px 15px 0 !important;
	background:url(images/slide_caption_bg.png) repeat left top;
}
.slide2_title2 span {
	padding:0 77px 3px 78px !important;
	background:url(images/slide_caption_bg.png) repeat left top;
}


.slide3_title {
	height:51px !important;
	right:0 !important;
	padding:0 !important;
	color:#fff;
	font-size:56px !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	line-height:51px !important;
	text-align:right;
	text-transform:uppercase;
	text-shadow:1px 1px 1px rgba(0,0,0,0.43);
}
.slide3_title2 {
	height:35px !important;
	right:0 !important;
	padding:0 !important;
	color:#fff;
	font-size:35px !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:7400;
	line-height:35px !important;
	text-align:right;
	text-transform:uppercase;
	text-shadow:1px 1px 1px rgba(0,0,0,0.43);
}
.slide3_title span {
	padding:0 9px !important;
	height:51px !important;
	line-height:51px !important;
	background:url(images/slide_caption_bg2.png) repeat left top;
}
.slide3_title2 span {
	padding:0 9px !important;
	height:35px !important;
	line-height:35px !important;
	background:url(images/slide_caption_bg2.png) repeat left top;
}



/* __________________________________ TEASER CAROUSEL ______________________________ */
.wpb_carousel .wpb_wrapper {
	margin-top:-30px !important;
	padding-top:30px !important;
}

.wpb_carousel .prev, .wpb_carousel .next {
	background-color:#b0b0b0 !important;
	color:#fff !important;
}
.wpb_carousel .prev:hover, .wpb_carousel .next:hover {background-color:#3e3e3e !important;
}
/* _________________________________ //Teaser Carousel _____________________________ */

/* _____________________________ Teaser Grid with filter ___________________________ */

.teaser_grid_container .categories_filter li a {
	display:block;
	background:#4D4D4D;
	padding:2px 9px;
	color:#B0B0B0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.teaser_grid_container .categories_filter li a:hover, .teaser_grid_container .categories_filter li.active a {
	background:#437a1c;
	color:#fff !important;
	border-bottom:none !important;
}
/* _____________________________ //Teaser Grid with filter ___________________________ */

/* Navigation Menu */
.main-navigation {
	/* float:right; */
	margin-top: 0;
	text-align: center;
}
.main-navigation li {
	margin-top: 10px;
	margin-top: 0.7145rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #3e3e3e;
	text-decoration:none;
	font-size:14px;
}
.main-navigation a:hover,
.main-navigation li.current-menu-item a {color: #437a1c;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {display: none;
}
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {	display: inline-block;
}

/* _____________________________________ Welcome_block ____________________________________________ */
.welcome_block {
	padding:0 50px !important;
	text-align:center;
	border-bottom:none;
	margin:40px 0 40px 0;
	display:block !important;
	float:none;
}

.welcome_block p {
	padding:0 !important;
	margin:0 !important;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-style:normal;
	line-height:40px !important;
	font-size:38px !important;
	color:#3e3e3e;
}

.welcome_block .wpb_content_element {margin-bottom:0 !important;
}

/* ____________________________________ //Welcome_block ___________________________________________ */

.wpb_button_a {display:inline-block;
}
.wpb_button {
}
.wpb_button:hover, .wpb_button:active, .wpb_button.active, .wpb_button.disabled, .wpb_button[disabled],
.wpb_button.wpb_btn-inverse:hover {background:;
}
.wpb_button.wpb_btn-success {background: #82b500 !important;
}
.wpb_button.wpb_btn-primary {background: #0074CC !important;
}
.wpb_button.wpb_btn-info {background:#3451ff !important;
}
.wpb_button.wpb_btn-warning {background:#FAA732 !important;
}
.wpb_button.wpb_btn-danger {background:#C30 !important;
}
.wpb_button.wpb_btn-inverse {
}
.wpb_button.wpb_btn-success:hover,
.wpb_button.wpb_btn-primary:hover,
.wpb_button.wpb_btn-info:hover,
.wpb_button.wpb_btn-warning:hover,
.wpb_button.wpb_btn-danger:hover {background: #3f3f3f !important;
}
.wpb_raw_code  {margin-bottom:50px !important;
}
.wpb_btn-mini {
	font-size: 11px !important;
    line-height: 14px !important;
    padding: 2px 6px !important;
}
button.wpb_btn-small, span.wpb_btn-small {
	font-size: 11px !important;
    line-height: 16px !important;
    padding: 5px 9px !important;
}
button.wpb_btn-large, span.wpb_btn-large {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 5px 9px !important;	
}

/* __________________________ SERVICES_BLOCK ___________________________ */
.service_options .vc_span3 {width:219px !important;
}
.servc_descr {
	text-align:center;
}
.servc_descr .icon_block {
	display:block;
	margin:24px auto 13px;
	width:36px;
	height:30px;
}
.icon1 {background:url(images/icon1.png) no-repeat center center;
}
.icon1_h {background:url(images/icon1_h.png) no-repeat center center;
}
.icon2 {background:url(images/icon2.png) no-repeat center center;
}
.icon2_h {background:url(images/icon2_h.png) no-repeat center center;
}
.icon3 {background:url(images/icon3.png) no-repeat center center;
}
.icon3_h {background:url(images/icon3_h.png) no-repeat center center;
}
.icon4 {background:url(images/icon4.png) no-repeat center center;
}
.icon4_h {background:url(images/icon4_h.png) no-repeat center center;
}

.ch-info-front {
	color:#aeadad;
	line-height:16px;
}
.ch-info-front p {
	margin:0 !important;
	padding:0 0 12px !Important;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#959595;
	font-size:18px;
	line-height:20px;
}
.ch-info-front span {
	display:block;
	padding:0 15px !important;
	margin-bottom:20px;
}
.ch-info-front a {
	background:#444;
	padding:6px 11px 6px 14px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#fff;
	font-size:16px;
	line-height:20px;
}

.ch-info-back {
	color:#fff;
	line-height:16px;
}
.ch-info-back p {
	margin:0 !important;
	padding:0 0 12px !Important;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#fff;
	font-size:18px;
	line-height:20px;
}
.ch-info-back span {
	display:block;
	padding:0 15px !important;
	margin-bottom:20px;
}
.ch-info-back a {
	background:#fff;
	padding:6px 11px 6px 14px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#437a1c;
	font-size:16px;
	line-height:20px;
}

/* __________________ hover effect ________________ */

.servc_circ {
	width: 221px;
	height: 221px;
	border-radius: 50%;
	position: relative;
	cursor: default;
}

.ch-info-wrap{
	position: absolute;
	left:1px;
	width: 221px;
	height: 221px;
	border-radius: 50%;

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	background: #f9f9f9;
	box-shadow: 
		0 0 0 1px rgba(207,207,207,1), 
		inset 0 0 0 5px rgba(255,255,255, 1);

}

.ch-info{
	position: absolute;
	width: 221px;
	height: 221px;
	border-radius: 50%;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.ch-info > div {
	display: block;
	position: absolute;
	margin:5px;
	width: 211px;
	height: 211px;
	border-radius: 50%;
	background-color:#eeeeee;
	background-position: center center;

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

.ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	
	background: #437a1c;
}

.servc_circ:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}

/* __________________ hover effect ________________ */

/* _________________________ //SERVICES_BLOCK __________________________ */
h2 {
	text-align:left;
	text-transform:uppercase;
	padding:0 0 2px;
	margin:0 0 24px 0;
	background:none;
}
h2 p {margin:0 !important;
}
h2 span, h3 span {
}

.teaser_grid_container h2 {
	margin:0;
	padding:10px 0;
	border-bottom:none;
	font-size:16px;
	line-height:20px;
	text-transform:none;
}
.teaser_grid_container h2 a {
	color:#262626 !important;
	-moz-hyphens: auto;
    word-wrap: break-word;
}
.teaser_grid_container h2 a:hover {color:#437a1c !important;
}

.heading_block .wpb_content_element {margin-bottom:21px !important;
}

/* _____________________________ latest_offers_block ___________________________________ */
.offers_ef_imp {text-align:center;
}
.offers_ef_imp .vc_span4 {
	width:300px !important;
	float:none !important;
	display:inline-block !important;
	margin-left:15px !important;
}
.offers_ef_imp .vc_span4:first-child {margin-left:0 !important;
}
.offers_block {
	position:relative;
	overflow:hidden;
	width:300px;
}

.hover_img {
	position:relative;
	overflow:hidden;
	width:300px;
	height:179px;
}

.zoom, .link {
	position:absolute;
	top:0;
	width:35px;
	height:36px;
	z-index:200;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}
.zoom a, .link a {
	position:absolute;
	display:block;
	width:36px;
	height:37px;
}
.zoom {left:20px;
}
.link {
	right:72px;
	transition-delay:0.1s;
	-o-transition-delay:0.1s;
	-moz-transition-delay:0.1s;
	-webkit-transition-delay:0.1s;
}
.zoom a {background-image:url(images/zoom.png);
}
.link a {background-image:url(images/link.png);
}

.offers_descr {
	position:absolute;
	top:143px;
	height:179px;
	padding:0 20px;
	text-align:left;
	font-size:14px;
	color:#fff ;
	background:url(images/offers_descr_bg.png) repeat left top;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.offers_block:hover .offers_descr {top:0;
}
.offers_descr p {
	margin:0 !important;
	padding:9px 5px 18px 51px !important;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.offers_block:hover .offers_descr p {padding-top:20px !important;
}

/* _____________________________ //latest_offers_block ___________________________________ */
img {
	outline:none;
	vertical-align:top;
}

.wpb_content_element h2.acc_block {margin-bottom:-22px !important;
}
p.befor_tab {margin-bottom:-52px !important;
}
.wpb_accordion_heading,
.wpb_tabs_heading {margin-bottom:21px;
}
.acc_block_in {
	position:relative;
	padding-top:14px;
}
.acc_block_in:before {
	content:'';
	position:absolute;
	z-index:100;
	left:39px;
	top:0;
	width:1px;
	height:14px;
	background:url(images/acc_bord.jpg) no-repeat left top;
}
.wpb_accordion_section {
	margin-bottom:0;
}
.ui-accordion-content {
	width:90% !important;
	padding:14px 5px 17px 30px !important;
	margin: 0 0 0 39px !important;
	border-left:1px solid #e4e4e4 !important;
	background:#fff;
}
.ui-accordion-header {
	padding:7px 15px 7px 53px !important;
	margin:0 0 -1px 0 !important;
	line-height:28px !important;
	border:none !important;
	background:url(images/acc_block_in_bord.png) no-repeat left top,
			   url(images/acc_block_in_bord.png) no-repeat left bottom !important;
}

.ui-accordion-header a {
	padding:0px !important;
	margin:0 !important;
	line-height:22px !important;
	font-size:15px;
	color:#959595;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
}
.ui-accordion-header.ui-accordion-header-active {
	background-color:none !important;
}
.acc_block_in .ui-accordion .ui-accordion-header-active {
	background:none !important;
	border-top:1px solid #e4e4e4 !important;
	border-bottom:1px solid #e4e4e4 !important;
}
.ui-accordion-header.ui-accordion-header-active:after {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	height:1px;
	width:100%;	
}
.ui-accordion-header.ui-accordion-header-active a {color:#437a1c;
}
.ui-accordion-header.ui-accordion-header-active:hover a {color:#437a1c;
}
.ui-accordion-header:hover a {color:#353535;
}
.ui-accordion-header-icon {
	padding:0 !important;
	width:40px !important;
	height:35px !important;
	background-image:url(images/plus.png) !important;
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#fff;
	margin:0 !important;
	left:0 !important;
	top:0 !important;
	z-index:20;
}
.wpb_content_element .ui-state-active .ui-icon {
	top:-15px !important;
	left:1px !important;
	background-image:url(images/minus.png) !important;
	height:66px !important;
	z-index:10;
}
.acc_block_in .wpb_raw_code,
.acc_block_in .wpb_raw_code ul {margin-bottom:0 !important;
}
.acc_block_in .wpb_raw_code ul {
	list-style:none;
}
.acc_block_in .wpb_raw_code ul li {
	margin:0 0 8px !important;
	padding:0 0 0 22px !important;
	background:url(images/acc_block_in_dttd.png) no-repeat left bottom;
}
.acc_block_in .wpb_raw_code ul li:last-child {margin-bottom:0 !important;
}
.acc_block_in .wpb_raw_code ul li a {
	line-height:20px;
	color:#aeadad;
}
.acc_block_in .wpb_raw_code ul li a:hover {
	color:#7b7b7b;
	border-bottom:1px solid #7b7b7b;
}

.flex-prev,
.flex-next {
	margin-top:-18px !important;
	top:50% !important;
	bottom:0 !important;
	width:41px !important;
	height:41px !important;
	margin: 0 !important;
	background-color:#fff !important;
	background-position:0 0 !important;
	background-repeat:no-repeat !important;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
.flex-next {	background-image:url(images/slider_next.png) !important;
}
.flex-prev {	background-image:url(images/slider_prev.png) !important;
}
.flex-prev:hover {
	background-image:url(images/slider_prev_h.png) !important;
	background-color:#437a1c !important;
}
.flex-next:hover {
	background-image:url(images/slider_next_h.png) !important;
	background-color:#437a1c !important;
}
.wpb_gallery .wpb_gallery_slides .nivo-controlNav a, .wpb_gallery .wpb_gallery_slides .flex-control-nav a {
	background-color:#7c7c7c !important;
}
.wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active, .wpb_gallery .wpb_gallery_slides .flex-control-nav a.active, .wpb_gallery .wpb_gallery_slides .nivo-controlNav a:hover, .wpb_gallery .wpb_gallery_slides .flex-control-nav a:hover, .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.flex-active, .wpb_gallery .wpb_gallery_slides .flex-control-nav a.flex-active {
	background-color:#437a1c !important;
}

.wpb_gallery .wpb_gallery_slides .nivo-controlNav,
.wpb_gallery .wpb_gallery_slides .flex-control-nav {
	top:auto !important;
	bottom:-22px !important;
	margin:0 !important;
	right:50% !important;
}

button {height:44px;
}
.wpb_posts_slider .flex-direction-nav {display: none !important;
}
.wpb_tour .ui-tabs .ui-tabs-nav {background:none !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {border-right:none !important;
}
.wpb_tour .ui-tabs .ui-tabs-nav li a {
	display:block;
	width:100%;
	border:none !important;
}
.wpb_tour .wpb_tab, .wpb_tour .wpb_tab.ui-tabs-panel {
}
.slide_servc {
	float:left;
	text-align:center;
	margin:10px 10px 10px 0;
	width:135px;
}
.slide_servc .plan {
	margin-top:0 !important;
	text-align:center;
	border:1px solid #cfcfcf;
}
.slide_servc .plan_title {
	margin-top:0 !important;
	text-align:center;
	font-size:20px !important;
}
.slide_servc .servc_block {
	display:block;
	margin:5px;
	background:#eeeeee;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:15px;
	color:#959595;
	padding:10px;
}
.slide_servc .servc_block:hover {
	background:#437a1c;
	color:#fff;
}
.slide_servc .plan_title {
	padding:10px 0 !important;
}
.slide_img {float:left;margin:0 20px 5px 0 !important;}
.wpb_tour .wpb_tab {
	margin:0 !important;
	border:none !important;
	border-left:1px solid #e4e4e4 !important;
	padding:0 0 0 20px !important;
}
.wpb_tour .wpb_tab p {margin:0 !important;
}

/* _________________________________ Tab_Slider_Block ____________________________ */
.slides li:after,
.flex-control-nav li:after,
.flex-direction-nav li:after {background:none !important;
}

.tab_slider_block h2,
.tabs_title h2 {
	padding:0 !important;
	margin:0 0 16px !important;
	font-weight:300 !important;
	color:#adadad !important;
	font-size:15px !important;
}

.tab_slider_block .flex-prev,
.tab_slider_block .flex-next {
	top:-94px !important;
	width:28px !important;
	height:28px !important;
	margin: 0 !important;
	background-color:#fff !important;
	background-position:0 0 !important;
	background-repeat:no-repeat !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
.tab_slider_block .flex-next {	background-image:url(images/tab_slide_btn_next.png) !important;
}
.tab_slider_block .flex-prev {	background-image:url(images/tab_slide_btn_prev.png) !important;
}
.tab_slider_block .flex-prev:hover {
	background-image:url(images/tab_slide_btn_prev_h.png) !important;
	background-color:#437a1c !important;
}
.tab_slider_block .flex-next:hover {
	background-image:url(images/tab_slide_btn_next_h.png) !important;
	background-color:#437a1c !important;
}

.tab_slider_block .flex-control-paging,
.wpb_prev_slide,
.wpb_next_slide {display:none !important;
}
.tab_slider_block .flex-direction-nav {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

#tab-1366708768-2-11 li:after {
	left:0 !important;
	padding:0 0 0 25px;
}
#tab-1366708768-2-11 li {
	padding:0 0 10px 25px;
}

.tabs_block ul {margin-bottom:-1px !important;
}
.tabs_block ul li {
	background:none !important;
	border:1px solid #e6e6e6 !important;
	text-align:center;
}
.tabs_block ul li a {
	padding:0 15px !important;
}
/* ________________________________ //Tab_Slider_Block ___________________________ */

.toggle_block {margin-bottom:-10px !important;
}
.wpb_toggle {	
	padding:5px 15px 5px 13px !important;
	margin:-1px 0 -1px 40px !important;
	line-height:27px !important;
	border:none !important;
	background:url(images/acc_block_in_bord.png) no-repeat left top,
			   url(images/acc_block_in_bord.png) no-repeat left bottom !important;
	font-size:15px !important;
	color:#959595 !important;
	text-transform:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	position:relative;
}
.wpb_toggle:hover {color:#353535 !important;
}
.wpb_toggle.wpb_toggle_title_active {
	color:#437a1c !important;
	background:none !important;
	border-top:1px solid #e4e4e4 !important;
	border-bottom:1px solid #e4e4e4 !important;
}
.wpb_toggle_content {
	margin:0 0 0 38px !important;
	padding:17px 5px 17px 20px !important;
	border-left:1px solid #e6e6e6;
	background:#fff;
}
.wpb_toggle:after {
	width:40px !important;
	height:38px !important;
	background:url(images/plus.png) no-repeat left top !important;
	background-position:0 0;
	background-repeat:no-repeat;
	margin:0 !important;
	left:-41px;
	top:0 !important;
	position:absolute;
	content:'';
}
.wpb_toggle.wpb_toggle_title_active:after {
	top:-14px !important;
	left:-40px;
	width:39px !important;
	height:66px !important;
	background:url(images/minus_toggle.png) no-repeat !important;
}

.ui-tabs-panel {
	margin-top:1px;
	padding:19px 15px 14px !important;
	border:1px solid #e9e9e9 !important;
	background:#fff !important; 
}
.ui-tabs-panel .wpb_raw_code {margin:0 !important;
}
.ui-tabs-panel img.fleft {
	float:left;
	margin:0 19px 5px 0; 
}
.ui-tabs-panel .title {
	margin:0; 
	padding:0 0 11px 0;
	font-size:14px;
	line-height:20px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#575757;
	font-weight:400;
}
.ui-tabs-panel ul {
	margin:0 !important; 
	padding:0;
	list-style:none !important;
}
.ui-tabs-panel li {
	margin:0 !important; 
	padding:0 0 12px 42px;
	position:relative;
}
.ui-tabs-panel li:after {
	content:'';
	width:13px;
	height:13px;
	background:url(images/tab_arrow.png) no-repeat left top;
	position:absolute;
	left:17px;
	top:3px;	
}

.ui-tabs-nav {
	background:none;
	padding:17px 0 0 0 !important;
	margin:0 !important;
	border:none !important;
}
.ui-tabs-nav li {
	display:inline-block;
	margin:0 5px 0 0 !important;
	padding:0 !important;
	height:44px;
	background:url(images/tab_slide_bord.png) no-repeat right bottom !important;
	transition: none !important;
	-webkit-transition: none !important;
}
.ui-tabs-nav li a {
	display:inline-block;
	margin:0 !important;
	padding:0 0 0 24px !important;
	height:37px;
	line-height:44px;
	font-size:15px !important;
	color:#959595 !important;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	vertical-align:top;
	font-weight:300;
	border:none !important;
}
.ui-tabs-nav li:hover a {color:#353535 !important;
}
.tabs_slides_block .ui-tabs-nav li.ui-tabs-active {
	position:relative;
	margin-top:-1px !important;
	background:#fff !important;
	border-top:1px solid #e4e4e4 !important;
	border-right:none !important;
	border-bottom:1px solid #e4e4e4 !important;
	border-left:2px solid #353535 !important;
}
.tabs_slides_block .ui-tabs-nav li.ui-tabs-active:before {
	position:absolute;
	bottom:-18px;
	right:2px;
	width:17px;
	height:17px;
	background:url(images/tabs_slides_bfr.png) no-repeat right top;
	content:'';
}
.tabs_slides_block .ui-tabs-nav li.ui-tabs-active:after {
	position:absolute;
	top:-18px;
	right:2px;
	width:17px;
	height:17px;
	background:url(images/tabs_slides_aftr.png) no-repeat right top;
	content:'';
}
.ui-tabs-nav li.ui-tabs-active a {
	color:#437a1c !important;
}

/* Footer */

.footerpix1{

margin-top: 20px; 
background: url(images/ifla_logo.png);
width: 218px;
height: 75px; 
float: left; 
}

.footerpix2{

background: url(images/bis_logo.png);
width: 337px;
height: 70px; 
float: right; 
}

footer[role="contentinfo"] {
	
	border-top: 1px solid #000; 
	clear: both;
	font-size: 14px;
	margin-top:0;
	padding: 0;
	background:#fff;
	color:#000;
	line-height:21px;
}
footer[role="contentinfo"] .container {margin-left:-20px;
}
footer[role="contentinfo"] a {color: #bbb;
}
footer[role="contentinfo"] a:hover {color: #fff;
}
#colophon .site {box-shadow:none;}
#footer-widget-area {
	background:#353535;
	color:#828282;
}
#footer-widget-area .site {
	box-shadow:none;
	padding:17px 0 14px;
	background:#353535;
}
.site-info {
	padding:12px 20px !important;
	color:#6a6a6a;
	text-transform:none;
	background:none;
	line-height:20px;	
}
.site-info span {padding:0 5px;
}
footer[role="contentinfo"] .site-info a {
	text-transform:none;
	color:#437a1c;
	line-height:21px;
	text-decoration:underline;
	font-family:Arial;
}
footer[role="contentinfo"] .site-info a:hover {	text-decoration:none;
}
p#twigetfollow,
.tweet-rel-time,
#tweet-wrap-twiget-widget-2 img {display:none !important;
}
#tweet-wrap-twiget-widget-2 li {
	padding:0 0 20px 31px;
	margin:0;
	font-style:italic;
	background:url(images/tweet.png) no-repeat left top;
}
.foot_logo {
	margin-top:-5px;
	padding:1px 0 18px 0;
}
#footer-widget-area .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding: 0;
	margin:0;
	color:#828282 !important;
	border:0;
}
#footer-widget-area .widget-area p {
	padding:0 0 20px 0;
	margin:0;
}
#footer-widget-area a {
	color:#bababa;
}
#footer-widget-area a:hover {
	color:#fff;
}
#footer-widget-area .widget-area .widget-title {
	line-height:25px;
	padding:5px 0 20px 0;
	font-size:16px;
	color:#ededed;
	text-transform:uppercase;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	border:0 !important;
	background:none !important;
	margin-bottom:0;
}
.tagcloud a {
	display:inline-block;
	background:#565656 ;
	margin:0 6px 6px 0;
	line-height:28px;
	height:28px;
	padding:0 9px;
	font-size:14px !important;
	color:#b0b0b0 !important;
	font-family:Arial;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tagcloud a:hover {
	background:#437a1c;
	color:#fff !important;
}

.wpcf7-not-valid-tip,
.ajax-loader,
#footer-widget-area .your-subject {display:none !important;
}

.wpcf7-form p {
	padding:0 !important;
	margin:0;
}

.wpcf7-form input[type="text"], .wpcf7-form textarea {
	background:#4d4d4d !important;
	border:1px solid #4d4d4d !important;
	color:#a4a4a4 !important;
	font-size:14px;
}
.wpcf7-form input[type="text"]:focus, .wpcf7-form textarea:focus {
	border:1px solid #437a1c !important;
	color:#b0b0b0 !important;
}

.wpcf7-form textarea {height:62px;
}
input[type="submit"] {
	display:inline-block;
	height:32px !important;
	border:none !important;
	padding-top:0;
	padding-bottom:0;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:32px;
	background:#437a1c;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input[type="submit"]:hover {
	color:#4b4b4b;
	background:#e8e8e8;
}

.wpcf7-validation-errors {
	margin:15px 0 10px 0 !important;
	border-color:#DC3A36 !important;
	line-height:18px !important;
	font-size:12px !important;
	background:#585858;
	color:#b0b0b0;
}
.wpcf7-mail-sent-ok {
	margin:15px 0 10px 0 !important;
	border-color:#5CAB00 !important;
	line-height:18px !important;
	font-size:12px !important;
	background:#585858;
	color:#b0b0b0;
}

.page_title {
	line-height:28px;
	padding:20px 0 15px 2px;
	border-bottom:2px solid #437a1c!important;
	margin-bottom:40px;
	margin-top:20px;
	font-size:28px;
	color:#323232;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
}

.post {
	padding: 0 0 19px 0;
	margin:0 0 39px 0;
	border-bottom:1px #d9d9d9 solid;
}
.post p {
	padding: 0 0 15px 0;
	margin:0;
}
.post_img {
	margin-bottom:16px;
	background:#fff;
}
.post_title {
	padding: 5px 0;
	font-size:20px;
	color:#3f3f3f;
	line-height:25px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
}
.post_title a {
	text-transform:none;
	font-size:24px;
	color:#262626;
	line-height:25px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
}
.post_title a:hover {color:#437a1c;
}

.post-entry-meta {
	padding-bottom:10px;
	line-height:18px !important;
	font-size:12px;
	color:#979797;
}
.post-entry-meta ul {
	padding:0;
	margin:0;
	list-style:none;
}
.post-entry-meta li {
	padding:0;
	margin:0 0 6px 0;
	display:inline-block;
}
.post-entry-meta li.separator {
	padding:0 9px;
	color:#c9c9c9;
}
.post-entry-meta a {
	color:#979797;
	font-family:Arial;
}
.post-entry-meta a:hover {color:#565656;
}
.post-entry-meta li.post_date {
	padding-left:16px;
	background:url(images/post_date.png) no-repeat left top;
}
.post-entry-meta li.post_category {
	padding-left:20px;
	background:url(images/post_category.png) no-repeat left top;
}
.post-entry-meta li.post_comment {
	padding-left:24px;
	background:url(images/post_comment.png) no-repeat left top;
}
.post-entry-meta li.post_author {
	padding-left:20px;
	background:url(images/post_author.png) no-repeat left top;
}
.oldernewer {padding:1px 0 45px 0;
}
.oldernewer a {
	background:#fff;
	color:#a7a7a7;
	border-radius:2px;
	font-size:12px;
	font-family:Arial;
	vertical-align:top;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} 
.oldernewer a:hover {color:#a7a7a7;background:#e9e9e9;
}
/* Wp-Pagenavi */
.wp-pagenavi {
	padding-top:1px;
	padding-bottom:45px;
	clear: both;
    margin: 0 !important;
}
.wp-pagenavi span.pages {display:none;
}
.wp-pagenavi span.current {
	background:#e6e6e6 !important;
	color:#676667 !important;
	font-weight:normal !important;
}
.wp-pagenavi a, .wp-pagenavi span {
    background: #fff !important;
    color: #86ad00 !important;
    margin: 0 -1px 5px 0 !important;
    padding: 7px 11px !important;
    text-decoration: none;
	border:1px #dadada solid !important;
	border-radius: 0 !important;
	font-family: Arial;
	font-size:12px;
}
.wp-pagenavi a.previouspostslink {border-radius: 2px 0 0 2px !important;
}
.wp-pagenavi a.nextpostslink {border-radius: 0 2px 2px 0 !important;
}

/* Banner */
section[role="banner"] {margin-bottom: 48px;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin:0 0 39px 0;
	padding:0 0 28px 0;
	border-bottom:1px #d9d9d9 solid;
	word-wrap: break-word;
}
.widget-area .widget:last-child {border-bottom:0;
}
.widget-area .widget h3 {
	margin-bottom: 13px;
	line-height:18px;
	text-transform:uppercase;
	font-size:18px;
	color:#323232;
	font-weight:400;
	font-family: 'Roboto Condensed', sans-serif;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 14px;
	font-family:Arial;
	line-height:20px;
}
.widget-area .widget p {
	margin:0;
	padding:0 0 10px 0;
}
.sidebar ul {
	list-style: none;
	margin: 0;
	padding:0;
}
.sidebar li {
	margin:0;
	padding:5px 10px 6px 22px;
	position:relative;
	border-bottom:1px #d9d9d9 solid;	
}
.sidebar li:last-child {border-bottom:none;
}
.sidebar li:before {
	width:7px;
	height:9px;
	background-image:url(images/sidebar_arrow.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#d9d9d9;
	position:absolute;
	content:'';
	left:3px;
	top:10px;
}
.sidebar li:hover:before, .sidebar li.current-cat:before {background-color:#437a1c;
}
.sidebar li.current-cat a {color:#437a1c;
}
.sidebar {padding-top:40px;
}

.sidebar li a {color: #3e3e3e;
}
.sidebar .widget a:hover {color: #437a1c;
}
.sidebar .tagcloud a:hover {color:#fff;
}

.sidebar .widget_search #searchsubmit {
	width:70px;
	text-align:center;
	padding-left:0;
	padding-right:0;
	margin:0 0 4px 0;
}
.sidebar #s {
	width: 121px;
	margin:0 0 4px 0;
	display:inline-block;
	vertical-align:top;
	padding-top:5px;
	font-size:13px;
	color:#3e3e3e;
	background:#fff;
	border:1px solid #d9d9d9 !important;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: -22px;
	border-top:1px #e7e7e7 solid;
	margin-top:5px;
}
.widget-area .widget ul ul li:last-child {padding-bottom:0;
}
.widget-area .widget ul ul li {padding-left:42px;
}
.widget-area .widget ul ul li:before {left:23px;
}


.span9 .wpb_content_element, .span12 .wpb_content_element {margin-bottom:25px;
}
.span9 .wpcf7-form, .span12 .wpcf7-form {margin-top:-9px;
}  
p a {font-family:Arial;
}
.wpb_gmaps_widget .wpb_map_wraper {padding:0 !important;
}
::-webkit-input-placeholder { opacity:0.8 !important;
}
:-moz-placeholder {opacity:0.8 !important; 
}
::-moz-placeholder { opacity:0.8 !important;  
}
:-ms-input-placeholder { opacity:0.8 !important; 
}
.wpb_separator, .vc_text_separator {border-bottom-color:#d9d9d9 !important;
}

.team {
	padding:0 4px;
	text-align:center;
}
.team_avatar {padding:0 4px;
}
.team p {padding-top:8px !important;
}
.team ul {
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
}
.team li {
	padding:0 !important;
	margin:3px 3px 0 0 !important;
	display:inline-block;
	vertical-align:top;
}
.team a span {
	width:28px;
	height:28px;
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	background-color:#4a4a4a;
}
.team h2 {
	text-align:center;
	border:0;
	background:none;
	margin-bottom: 0;
	padding-left:0;
}
.team a span.team_mail {background-image:url(images/team_mail.png);
}
.team a:hover span.team_mail {background-color:#f48222;
}
.team a span.team_skype {background-image:url(images/team_skype.png);
}
.team a:hover span.team_skype {background-color:#00aff0;
}
.team a span.team_fb {background-image:url(images/team_fb.png);
}
.team a:hover span.team_fb {background-color:#405890;
}
.team a span.team_tweet {background-image:url(images/team_tweet.png);
}
.team a:hover span.team_tweet {background-color:#00abf0;
}

.span9 .wpcf7-form input[type="text"],
.span12 .wpcf7-form input[type="text"],
.span9 .wpcf7-form textarea, .span12 .wpcf7-form textarea {
	width:320px;
	background:#fff !important;
	border:1px solid #d9d9d9 !important;
	color:#a9a6a6 !important;
}
.span9 .wpcf7-form input[type="text"]:focus,
.span12 .wpcf7-form input[type="text"]:focus,
.span9 .wpcf7-form textarea:focus,
.span12 .wpcf7-form textarea:focus {
	color:#908e8e !important;
	border:1px solid #c5c5c5 !important;
}

.widget_rss li {margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
}
.widget_twitter li {list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

#primary {padding-bottom:0px;
}

b {color:#437a1c;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content h1,
.comment-content h1 {font-size: 21px;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 22px;
	line-height:20px;
	color:#323232;
	font-weight:400;
	font-family: 'Roboto Condensed', sans-serif;
}
.entry-content h3,
.comment-content h3 {
	color:#323232;
	font-weight:400;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height:20px;
	margin-bottom: 10px; 
}
.mrgn_btn_minus {margin-bottom:-45px !important;}
.entry-content h4,
.comment-content h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	color:#323232;
	font-size: 18px;
	line-height:24px;
}
.entry-content h5,
.comment-content h5 {font-size: 13px;
}
.entry-content h6,
.comment-content h6 {font-size: 12px;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 8px 0;
	padding:0;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
}
.page-links {
	clear: both;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #979797;
	font-size: 14px;
	margin-bottom: 40px;
	font-family:Arial;
}

.error404, .no-results {border-bottom:0 !important;
}
.error404 input,
.no-results input {
	display:inline-block;
	vertical-align:top;
}
.search_page .type-page {
	padding: 0 0 19px 0;
	margin:0 0 39px 0;
	border-bottom:1px #e7e7e7 solid;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 25px;
	padding-bottom:3px;
	font-size: 20px;
	color:#323232;
	font-weight:400;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:25px !important;
	border-bottom:1px solid #e1e1e1;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 12px;
}
.comments-area article header time {
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 0 5px;
	font-size: 12px;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #979797;
	font-size: 14px;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #437a1c;
}
.commentlist .pingback {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {margin-top: 40px;
}
#respond h3#reply-title {
	font-size: 20px;
	color:#323232;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	text-align:left;
	padding:0 0 2px;
	border-bottom:1px solid #e1e1e1;
	margin:0 0 21px 0;
	line-height:25px;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {display: block;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing:inherit;
	-webkit-box-sizing:inherit;
	font-size: 13px;
	padding: 5px 10px;
	width: 80%;
	background:#fff;
	border:1px solid #d9d9d9;
	color:#A9A6A6;
}
#respond form input[type="text"]:focus,
#respond form textarea:focus {
	border:1px solid #c5c5c5;
	color:#3e3e3e;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	color: #979797;
}
.required {	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/* =Teaser grid
----------------------------------------------- */
.teaser_grid_container h2 {
	line-height:14px !important;
	background:none;
}
.teaser_grid_container h2 a {
	text-transform:none;
	font-weight:400;
	font-size:15px;
	line-height:14px !important;
}

/* =Image Gallery
----------------------------------------------- */



/* =Media queries
-------------------------------------------------------------- */
@media only screen and (min-width: 980px) and (max-width: 1000px) {	
	.offers_ef_imp .vc_span4 {margin-left:7px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {	
	
	.logo a {float:none;}
	.site-description {border-left:none;padding:0;margin:0;}
	
	.ls-defaultskin .ls-bottom-nav-wrapper a.ls-nav-stop,
	.ls-defaultskin .ls-bottom-nav-wrapper a.ls-nav-start {top:10px !important;}
	.ls-defaultskin .ls-nav-prev, .ls-defaultskin .ls-nav-next {top:auto !important;bottom:0px !important;}
	
	.slide1_title {font-size:36px !important;}
	.slide2_title, .slide2_title2 {font-size:30px !important;}
	.slide2_title2 span {padding:0 63px 3px 64px !important;}
	.slide3_title {font-size:50px !important;}
	.slide3_title2 {font-size:26px !important;}
	
	.service_options {width:504px !important;margin:0 auto !important;}
	.service_options .vc_span3 {margin-left:20px !important;}
	.service_options .vc_span3:first-child {margin-left:20px !important;}
	
	.offers_ef_imp {width:490px !important;margin:0 auto;}
	.offers_ef_imp .vc_span4 {margin-left:0 !important;}
	
	.span9 .wpcf7-form input[type="text"],
	.span12 .wpcf7-form input[type="text"],
	.span9 .wpcf7-form textarea, .span12 .wpcf7-form textarea {	width:242px;
	}	
	
	.ui-tabs-nav li a {
		display:block !important;
		font-size:13px !important;
		padding:0 0 0 5px !important;
	}
	.slide_servc {width:102px;}
	
	.flexslider .slides img {height:100%;}
	.tab_slider_block .flex-prev, .tab_slider_block .flex-next {top:auto !important;bottom:0 !important;}
	
	input.span3, textarea.span3, .uneditable-input.span3 {width:140px !important;}
	
}


@media only screen and (max-width: 767px) {
	.span9 .wpcf7-form input[type="text"],
	.span12 .wpcf7-form input[type="text"],
	.span9 .wpcf7-form textarea, .span12 .wpcf7-form textarea {	width:233px;
	}

	.logo {margin-bottom:25px;}
	.site-description {border-left:1px solid #D6D6D6 !important;float:left !important;padding:9px 0 9px 21px !important;}
	
	.ls-defaultskin .ls-bottom-nav-wrapper a.ls-nav-stop,
	.ls-defaultskin .ls-bottom-nav-wrapper a.ls-nav-start {top:10px !important;}
	.ls-defaultskin .ls-nav-prev, .ls-defaultskin .ls-nav-next {top:auto !important;bottom:0px !important;}
	
	.main-navigation {float:none;}
	
	.flexslider .slides img, .nivoSlider img {height:100% !important;}
	
	.slide1_title {font-size:20px !important;line-height:20px !important;}
	.slide2_title, .slide2_title2 {font-size:24px !important;line-height:18px !important;}
	.slide2_title2 span {padding:0 52px 3px 51px !important;}
	.slide3_title {font-size:38px !important;line-height:36px !important;}
	.slide3_title2 {font-size:20px !important;line-height:20px !important;}
	
	.ls-bottom-slidebuttons a {width:33% !important;}
	
	.welcome_block {padding:0 !important;}
	.welcome_block p {font-size:16px !important;line-height:20px !important;}
	.welcome_buttons .button_booking {margin-left:-50px !important;}
	.welcome_buttons .button_tour {margin-right:-50px !important;}
	
	.service_options {width:265px !important;margin:0 auto !important;}
	.service_options .vc_span3 {margin-left:20px !important;}
	.service_options .vc_span3:first-child {margin-left:20px !important;}
	
	.offers_ef_imp {width:300px !important;margin:0 auto;}
	.offers_ef_imp .vc_span4 {margin-left:0 !important;}
	
	.slide_servc {width:102px;}
	.service_options .wpb_content_element:after {background:none !important;
	}
	
	.tabs_respondwdth .vc_span6 {width:100% !important;}
	
	.social_icons {margin-top:20px;}
	
}


@media only screen and (max-width: 480px) {
	.slide1_title, .slide1_title2, .slide1_title3, .slide1_title4, .slide1_title5, .slide2_title, .slide2_title2, .slide2_title3, .slide2_title4, .slide2_title5, .slide3_title, .slide3_title2, .slide3_title3, .slide3_title4, .slide3_title5	{display:none !important;}
	.ls-bottom-slidebuttons a {width:32% !important;}
	
	.site-description {padding:0 0 9px 3px !important;margin-top:0 !important;}
	
	.main-navigation a {color:#3e3e3e;}
	.site-description {border-left:none !important;}
	
	.welcome_block p {font-size:16px !important;padding:0 !important;}
	.welcome_buttons a span {font-size:14px !important;width:65px; line-height:18px !important;}
	.welcome_buttons .vc_span4 {width:110px !important;}
	
	.ui-tabs-nav li {
		width:212px;margin-bottom:-1px !important;}
	
	.ui-tabs-nav li a {
		display:block !important;
		width:200px;
		margin-left:0px !important;
		font-size:20px !important;
		padding:0 5px !important;
	}
	
	.team_avatar {text-align:center;}
	
}


@media only screen and (min-width: 600px) {	
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site, #footer-widget-area, footer[role="contentinfo"] {
		margin: 0 auto;
		max-width: 940px;
		max-width: 67.14285714285714rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
	}
	
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
	}
	.main-navigation ul {
		margin:0;
		text-indent: 0;
	}
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		text-align:center;
		position:relative;
		margin:0 0 0 -3px;
		padding:0;
		background:url(images/menu_li_bg.png) no-repeat right top;
	}
	.main-navigation li:last-child {background:none;}
	
	.main-navigation li a {
		display:inline-block;
		color: #3e3e3e;
		font-size:16px;
		text-transform:uppercase;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight:800;
		line-height: 20px;
		white-space: nowrap;
		position:relative;
		padding: 16px 10px 10px;
		-webkit-transition: all 0.2s ease 0s;
		-moz-transition: all 0.2s ease 0s;
		-o-transition: all 0.2s ease 0s;
		-ms-transition: all 0.2s ease 0s;
		transition: all 0.2s ease 0s;
	}
	#menu-item-458 a {padding-right:0;
	}
	.main-navigation li a:hover,
	.main-navigation li:hover a,
	.main-navigation li.current-menu-item a  {
		color:#437a1c;
	}
	.main-navigation li ul {
		display: none;
		margin: 0 0 0 -1px;
		padding: 1px 0 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		border:none;
	}
	.main-navigation li ul li {
		padding: 0;
		margin-top:0px;
		margin-bottom:1px;
		margin-left:0;
		text-align:left;
		border:none;
	}
	.main-navigation li ul li:last-child {
		padding: 0;
		background:none;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
		margin-top:-1px;
		margin-left:1px;
	}
	.main-navigation ul li:hover > ul {
		display: block;
	}
	.main-navigation li li a,
	.main-navigation li:hover li a {
		text-transform:none;
		background: #3e3e3e;
		color:#fff;
		display: block;
		font-size: 13px;
		line-height: 14px;
		padding: 8px 14px 9px 14px !important;
		width: 125px;
		white-space: normal;
		border-bottom:0;
		margin-bottom:0;
	}
	.main-navigation li li a:hover,
	.main-navigation li li:hover a,
	.main-navigation li li.current-menu-item a {
		background:#437a1c;
		color: #fff;
		border-bottom:0;
		margin-bottom:0;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
	}
	.main-navigation li li li a {
		background: #3e3e3e !important;
		color:#fff !important;
	}
	.main-navigation li li li a:hover,
	.main-navigation li li li.current-menu-item a {
		background:#437a1c !important;
		color:#fff !important;
	}
	
	.menu-toggle {	display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {margin-left: 48px;
	}
}


@media only screen and (min-width: 960px) {
	body .site, #footer-widget-area, footer[role="contentinfo"] {
		padding: 0 20px;
		margin: 0 auto;
		box-shadow: 0 0 5px rgba(0,0,0, 0.25);
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	
	.main-navigation li a {padding: 16px 19px 10px;
	}
	.main-navigation li li a,
	.main-navigation li:hover li a {padding: 8px 7px 9px 20px !important;}
	
}



@media only screen and (max-width: 959px) {
	footer[role="contentinfo"] .container {margin-left:0;}
	
}


/* ====================  PRETTY PHOTO  =========================== */

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

.pp_gallery ul a img{
	width:50px !important;
	height:25px !important; 
	max-width:50px !important;
}

