/*===================================================================================*/
/* 	0.	Global CSS Reset
/*===================================================================================*/
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;
}

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;
}

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after, .clearfix:after {
	clear: both;
}

.row, .clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

a {
	font-size: 100%;
	vertical-align: baseline;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ddd;
	margin: 5px 0 24px 0;
	padding: 0;
	clear: both;
}

hr.spacer {
	display: block;
	height: 30px !important;
	border: none !important;
	margin: 0 !important;
	padding: 0;
	clear: both;
}

input, select {
	vertical-align: middle;
}
/*===================================================================================*/
/* 	1.	Body Style
/*===================================================================================*/
body {
	color: #555555;
	font-family: "Proxima Nova Regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
	border-top-style: solid;
	border-top-width: 3px;
	-webkit-font-smoothing: antialiased;
	font-size: 0.875em;
	line-height: 1.571em;
	position: relative;
	background-color: #fff;
	overflow-x: hidden;
}

img, object, video {
	height: auto;
	display: block;
}

video {
	max-width: 100%;
	height: auto;
}

.embeded-container {
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;
}

a, a:visited {
	outline: 0;
	text-decoration: none;
	line-height: inherit;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	-ms-transition: color .1s linear;
	-kthtml-transition: color .1s linear;
	transition: color .1s linear;
}

a:hover, a:focus {
	text-decoration: none;
}

p a, p a:visited {
	line-height: inherit;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-style: normal;
}

.subheader {
	color: #999999;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: -5px;
}

h1 {
	display: block;
	font-size: 2.857em;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 2.286em;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 1.857em;
	line-height: 1.3em;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 1.500em;
	line-height: 1.400em;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 1.214em;
	line-height: 1.500em;
	margin: 0 0 10px 0;
	font-weight: normal;
}

h6 {
	font-size: 1.000em;
	line-height: 1.800em;
	margin: 0 0 10px 0;
	font-weight: normal;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
	margin-right: 10px;
}

.block-text-left, .block-text-right, .block-text-center {
	font-size: 1.143em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.571em;
	display: block;
	padding: 30px;
	width: 30%;
}

.block-text-left {
	float: left;
	text-align: left;
}

.block-text-right {
	float: right;
	text-align: right;
}

.block-text-center {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

em, address, samp, var {
	font-style: italic;
}

caption {
	text-align: left;
}

strong {
	font-weight: 700;
}

sup, sub {
	line-height: 0;
	font-size: 80%;
}

small {
	font-size: 80%;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: underline;
}

pre, code, kbd, samp {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
	font-size: 0.857em;
	font-weight: 1.8em;
}

code, pre {
	background-color: #fff;
	border: 1px solid #ddd;
}

pre {
	height: auto;
	padding: 10px 20px;
	margin: 0 0 20px 0;
	display: block;
	overflow-x: auto;
	clear: both;
	white-space: pre;
}

address {
	display: block;
	font-style: normal;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 15px;
}

ul {
    list-style-type: none;
    margin-left: 15px;
    list-style-image: url(../Images/list.png);
}

ul li ul {
	list-style: inherit;
}

ul, ol, dl {
	list-style-position: outside;
}

ul li ul, ul li ol {
	margin-left: 15px;
	margin-bottom: 0;
}

ul.square, ul.circle, ul.disc {
	margin-left: 20px;
}

ul.square {
	list-style-type: square;
	list-style-image: none;
}

ul.square li ul {
	list-style: inherit;
}

ul.none {
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
}

ul.none li ul {
	list-style: inherit;
}

ol {
	list-style: decimal;
	margin-left: 25px;
}

ol li ul {
	list-style: decimal;
}

ol li ul, ol li ol {
	margin-left: 25px;
	margin-bottom: 0;
}

blockquote p {
	margin: 0px;
}

blockquote {
	margin-left: 15px;
	padding: 10px 0 10px 15px;
	border-left-width: 3px;
	border-left-style: solid;
}

blockquote cite {
	font-style: normal;
	display: block;
	margin-top: 10px;
}

blockquote cite:before {
	content: "\2014 \0020";
}

.button, button, btnMenu, input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="date"], input[type="password"], input[type="email"], input[type="number"], textarea, select, .styled-banner img, .styled-banner, #sidebar .widget ul.tags li a, #barra .widget ul.tags li a, .offers-filter li a, .ls-minimal .ls-nav-prev, .ls-minimal .ls-nav-next, .reply a, .comment-content, .tag-list ul li a, .pagination li a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	–ms–border-radius: 2px;
	border-radius: 2px;
}

p, pre, ul, ol, dl, blockquote, address, table, fieldset, form, #skill-bars, .info, .success, .warning, .error, .attention-unit, #team-members, .pricing-table, img.align-center {
	margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	1.1	Navigation
/*-----------------------------------------------------------------------------------*/
#primary-navigation {
	background-color: #FFF;
	border-bottom: 1px solid #9d9d9d;
	border-top: 1px solid #9d9d9d;
	-moz-box-shadow: 0 0 10px 2px rgba(85,85,85,0.1);
	-webkit-box-shadow: 0 0 10px 2px rgba(85,85,85,0.1);
	box-shadow: 0 0 10px 2px rgba(85,85,85,0.1);
	margin-bottom: 30px;
}

.sf-menu ul li.current_page_item a, .sf-menu ul li.current-menu-item a {
}

.sf-menu {
	border-left: 1px solid #f0f0f0;
}

.sf-menu, .sf-menu * {
	height: 60px;
	line-height: 1.0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	background-image: url(../Images/menu-a.png);
	background-repeat: repeat-y;
	background-position: right top;
	border-right: 1px solid #f0f0f0;
	position: relative;
	white-space: nowrap; /* no need for Supersubs plugin */
 *white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul {
	height: auto !important;
	background-color: #FFF;
	border: 1px solid #f0f0f0;
	-moz-box-shadow: 0 2px 10px 1px rgba(85,85,85,0.1);
	-webkit-box-shadow: 0 2px 10px 1px rgba(85,85,85,0.1);
	box-shadow: 0 2px 10px 1px rgba(85,85,85,0.1);
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	min-width: 12em; /* allow long menu items to determine submenu width */
 *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu li ul li {
}

.sf-menu li ul li a {
	font-size: 0.929em !important;
	line-height: 30px !important;
	height: 30px;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a.current {
	border-top-style: solid;
	border-top-width: 3px;
	line-height: 54px;
}

.sf-menu a {
	line-height: 60px;
	font-size: 1.143em;
	padding: 0 15px;
	-webkit-transition: background-color .1s ease, color .1s ease, opacity .1s ease-in-out;
	-moz-transition: background-color .1s ease, color .1s ease, opacity .1s ease-in-out;
	-ms-transition: background-color .1s ease, color .1s ease, opacity .1s ease-in-out;
	-o-transition: background-color .1s ease, color .1s ease, opacity .1s ease-in-out;
	transition: background-color .1s ease, color .1s ease, opacity .1s ease-in-out;
	display: block;
	position: relative;
}

.sf-menu a:hover {
	color: #252525;
}

.sf-menu ul li {
	border-bottom: 1px solid #f0f0f0;
	border-right: none;
	background-image: none;
	height: 30px;
	background: #fff;
}

.sf-menu ul li:last-child {
	border-bottom: none;
}

.sf-menu ul ul {
	top: -1px;
	left: 100%;
}
/* Hover */
.sf-menu li:hover > a, .sf-menu li.sfHover > a {
	border-top-style: solid;
	border-top-width: 3px;
	line-height: 54px;
}

.sf-menu ul li:hover > a, .sf-menu ul li.sfHover > a {
	border-top: none;
	line-height: 30px;
}

.sf-menu li:hover, .sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}

.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
 *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
        border-top-color: #c1d3ec; /* edit this to suit design (no rgba in IE8) */ /*border-top-color: rgba(255,255,255,.5);*/
}

.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
	margin-top: -6px;
	border-top-color: #244677; /* IE8 fallback colour */
}

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */ /*border-left-color: rgba(255,255,255,.5);*/
}

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #c1d3ec;
}
/*-----------------------------------------------------------------------------------*/
/*	1.2	Primary
/*-----------------------------------------------------------------------------------*/
#primary-fullwidth {
	width: 940px;
	margin-bottom: 30px;
}

#primary-left {
	width: 640px;
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 30px;
}

#primary-right {
	width: 640px;
	float: right;
	display: inline;
	margin-left: 20px;
	margin-bottom: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	1.3	Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
	font-size: 90%;
	float: left;
	width: 280px;
	margin-bottom: 30px;
}

#sidebar .widget {
	margin-bottom: 30px;
}

#sidebar .widget .widget-title {
	padding-bottom: 5px;
	font-weight: 700;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#sidebar .widget p {
}

#sidebar .widget ul {
}

.widget ul.tags {
	list-style: none;
	overflow: hidden;
	margin-left: 0px;
}

.widget ul.tags li {
	margin: 0 5px 5px 0;
	float: left;
}

.widget ul.tags li:last-child {
	margin-right: 0;
}

.widget ul.tags li a {
	font-size: 0.929em;
	line-height: 1.357em;
	width: auto;
	border: 1px solid #9d9d9d;
	cursor: pointer;
	font-family: inherit;
	background-color: #FFF;
	display: block;
	margin: 0;
	padding: 5px 8px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.widget ul.tags li a:hover {
	background-color: #f0f0f0;
}

ul.special-offers {
	list-style: none;
	margin-left: 0px;
}

ul.special-offers li {
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

ul.special-offers li img {
	width: 50px;
	height: 50px;
	border: 1px solid #f0f0f0;
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 10px 0 0;
}

ul.special-offers li img:hover {
	border: 1px solid #9d9d9d;
}

ul.special-offers li .text-and-button {
	margin-left: 65px;
}

ul.special-offers li .text-and-button .date {
	font-size: 0.857em;
	margin-bottom: 0px;
}

ul.special-offers li .text-and-button .date:before {
	font-family: 'FontAwesome';
	content: "\f073";
	margin-right: 5px;
}

ul.special-offers li .text-and-button h5 {
	margin-bottom: 0px;
}

ul.special-offers .button {
	font-size: 80%;
	padding: 0px 6px 0px 6px;
}

#sidebar .search-form {
	position: relative;
}

#sidebar .search-form input[type="text"] {
	width: 100%;
	height: 34px;
	padding-right: 42px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sidebar .search-form input[type="submit"] {
	position: absolute;
	height: 34px;
	width: 34px;
	text-indent: -9999em;
	right: 0px;
	top: 0px;
	margin: 0px;
	background-image: url(../Images/search-form.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent !important;
}

#sidebar .search-form input[type="submit"]:hover {
	background-color: transparent !important;
}

.widget ul.latest-posts, .widget ul.latest-comments {
	list-style: none;
	margin-left: 0px;
}

.widget ul.latest-posts li, .widget ul.latest-comments li {
	clear: both;
	margin-bottom: 10px;
	display: block;
	padding-left: 0px;
	background-image: none;
	overflow: hidden;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
}

#footer .widget ul.latest-posts li {
	padding-bottom: 0px;
	border-bottom: none;
}

.widget ul.latest-posts li img, .widget ul.latest-comments li img {
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border: 1px solid #f0f0f0;
	-webkit-transition: all 1s linear;
	-o-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-kthtml-transition: all 0.1s linear;
	transition: all 0.1s linear;
	padding: 2px;
}

.widget ul.latest-posts li img:hover, .widget ul.latest-comments li img:hover {
	border: 1px solid #9d9d9d;
}

.widget ul.latest-posts li .meta, .widget ul.latest-comments li .meta {
	margin-left: 60px;
}

.widget ul.latest-posts li .meta h5, .widget ul.latest-comments li .meta h5 {
	margin-bottom: 0px;
	line-height: 1.350em;
}

.widget ul.latest-posts li .meta small, .widget ul.latest-comments li .meta small {
	color: #acacac;
	font-size: 90%;
	text-transform: uppercase;
}

.widget ul.latest-posts li .meta small a:hover, .widget ul.latest-comments li .meta small a:hover {
	text-decoration: underline;
}
/*===================================================================================*/
/* 	2.	Elements
/*===================================================================================*/
/*-----------------------------------------------------------------------------------*/
/*	2.1	Buttons
/*-----------------------------------------------------------------------------------*/
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	width: auto;
	font-size: 14px;
	border: none;
	color: #FFF !important;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	line-height: 1;
	margin: 0 5px 0 0;
	padding: 8px 15px 8px 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out;
	-o-transition: background-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	color: #fff;
	border: none;
	text-decoration: none;
}

.button i, button i {
	color: inherit;
}

.button.small {
	color: #FFF;
	font-size: 12px;
	padding: 4px 12px 4px 12px;
}

.button.medium {
	color: #FFF;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
}

.button.medium i {
	font-size: 19px;
}

.button.large {
	color: #FFF;
	font-size: 27px;
	padding: 12px 20px 12px 20px;
}

.button.large i {
	font-size: 28px;
	margin-right: 12px;
}

.button.full-width, 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;
}

.button.blue-btn {
	background-color: #0c6fb1;
}

.button.blue-btn:hover {
	background-color: #1188d6;
}

.button.red-btn {
	background-color: #e3514a;
}

.button.red-btn:hover {
	background-color: #ff5e56;
}

.button.orange-btn {
	background-color: #ff8a00;
}

.button.orange-btn:hover {
	background-color: #ffa133;
}

.button.purple-btn {
	background-color: #d17ac6;
}

.button.purple-btn:hover {
	background-color: #eb90e0;
}

.button.black-btn {
	background-color: #333333;
}

.button.black-btn:hover {
	background-color: #575757;
}

.button.green-btn {
	background-color: #7fc33c;
}

.button.green-btn:hover {
	background-color: #8dd242;
}

.button.brown-btn {
	background-color: #938172;
}

.button.brown-btn:hover {
	background-color: #a49588;
}

.button.gray-btn {
	background-color: #424242;
}

.button.gray-btn:hover {
	background-color: #565656;
}
/*-----------------------------------------------------------------------------------*/
/*	2.2	Form
/*-----------------------------------------------------------------------------------*/
input[type="text"], input[type="date"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
	font-family: inherit;
	background: #fff;
	border: 1px solid #9d9d9d;
	padding: 8px 8px;
	outline: none;
	color: #acacac;
	margin: 0 0 20px 0;
	max-width: 100%;
	display: block;
}

    input[type="text"]:focus, input[type="date"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus {
	border: 1px solid #9d9d9d;
	color: #555555;
	background-color: #FFF;
}

textarea {
	line-height: 1.571em;
	min-height: 160px;
	overflow: auto;
}

fieldset {
	padding: 20px 15px 15px 15px;
	border: 1px solid #9d9d9d;
}

legend {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

label {
	display: block;
	font-weight: 400;
	margin-bottom: 5px;
}
/*-----------------------------------------------------------------------------------*/
/*	2.3	Alert boxes
/*-----------------------------------------------------------------------------------*/
.info, .success, .warning, .error {
	display: block;
	padding: 10px 15px;
}

.info a, .success a, .warning a, .error a {
	color: inherit;
	text-decoration: underline;
}

.info p, .success p, .warning p, .error p {
	margin: 0px;
}

.info i, .success i, .warning i, .error i {
	margin-right: 10px;
	color: inherit;
}

.info {
	background-color: #e9f7fe;
	color: #5091b2;
	border: 1px solid #b6d7e8;
}

.success {
	background-color: #ebf6e0;
	color: #5f9025;
	border: 1px solid #b3dc82;
}

.warning {
	background-color: #fbfadd;
	color: #8f872e;
	border: 1px solid #ded58a;
}

.error {
	background-color: #ffe9e9;
	color: #de5959;
	border: 1px solid #fbc4c4;
}
/*-----------------------------------------------------------------------------------*/
/*	2.4	Tables
/*-----------------------------------------------------------------------------------*/
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
}

table th {
	border: 1px solid #9d9d9d;
	border-right: none;
	background-color: #fff;
	text-align: left;
	padding: 5px 10px;
	vertical-align: top;
	font-weight: 700;
}

table td:last-child {
	border-right: 1px solid #9d9d9d;
}

table th:last-child {
	border-right: 1px solid #9d9d9d;
}

table td {
	padding: 5px 10px;
	border: #9d9d9d 1px solid;
	border-top: none;
	border-right: none;
}

table tfoot {
	font-weight: 700;
}
/*-----------------------------------------------------------------------------------*/
/*	2.5	Highlights
/*-----------------------------------------------------------------------------------*/
.highlights {
	padding: 1px 4px;
	color: #fff;
	background-color: #999999;
}
/*-----------------------------------------------------------------------------------*/
/*	2.6	Dropcaps
/*-----------------------------------------------------------------------------------*/
.dropcap:first-letter {
	text-transform: uppercase;
	display: block;
	float: left;
	font-size: 40px;
	line-height: 32px;
	margin: 4px 8px 0 0;
}
/*-----------------------------------------------------------------------------------*/
/*	2.7	Page title
/*-----------------------------------------------------------------------------------*/
.page-title {
	background-repeat: no-repeat;
	padding-top: 30px;
	border-bottom: 1px solid #9d9d9d;
	margin-top: -30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	background-color: #f4f4f4;
	clear: both;
	background-image: url(../images/Studio-Suite.jpg);
	background-position: center center;
}

.page-title h2 {
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.page-title .breadcrumb {
}

#google-map {
	margin-top: -30px;
	margin-bottom: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	2.8	Call to action
/*-----------------------------------------------------------------------------------*/
.call-to-action {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 30px;
	background-color: #f0f0f0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.call-to-action h3 {
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 5px;
	float: left;
}

.call-to-action h3 span {
}

.call-to-action .button {
	float: right;
}
/*-----------------------------------------------------------------------------------*/
/*	2.9	Images
/*-----------------------------------------------------------------------------------*/
.responsive-image, .member img, .entry-thumb img, .portfolio-content .column img, .room-preview img {
	width: 100%;
	max-width: 100%;
}

img.align-right {
	float: right;
	margin: 4px 0 20px 15px;
}

img.align-left {
	float: left;
	margin: 4px 15px 20px 0;
}

img.align-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image-rounded {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	–ms–border-radius: 4px;
	border-radius: 4px;
}

.image-circled {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-khtml-border-radius: 500px;
	-o-border-radius: 500px;
	–ms–border-radius: 500px;
	border-radius: 500px;
}

.image-polaroid {
	background-color: #FFF;
}

.image-rounded, .image-circled, .image-polaroid {
	border: 1px solid #f0f0f0;
	-moz-box-shadow: 0 0 10px 2px rgba(85,85,85,0.1);
	-webkit-box-shadow: 0 0 10px 2px rgba(85,85,85,0.1);
	box-shadow: 0 0 10px 2px rgba(85,85,85,0.1);
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 1s linear;
	-o-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-kthtml-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.image-rounded:hover, .image-circled:hover, .image-polaroid:hover {
	border: 1px solid #9d9d9d;
	-moz-box-shadow: 0 0 20px 2px rgba(85,85,85,0.2);
	-webkit-box-shadow: 0 0 20px 2px rgba(85,85,85,0.2);
	box-shadow: 0 0 20px 2px rgba(85,85,85,0.2);
}

.hover-image-alt1 {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}

.hover-image-alt1.camera {
	background-image: url(../Images/hover-camera.png);
}

.hover-image-alt1.picture {
	background-image: url(../Images/hover-picture.png);
}

.hover-image-alt1.video {
	background-image: url(../Images/hover-video.png);
}

.hover-image-alt2 {
	position: relative;
	cursor: pointer;
}

.hover-image-alt2 span {
	position: absolute;
	width: 100%;
	opacity: 0;
	top: 50%;
	margin-top: -12px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hover-image-alt2 span p {
	color: #FFF !important;
	padding: 5px;
	font-size: 0.929em !important;
	border: 1px solid rgba(255,255,255,0.2);
	display: inline;
            filter: alpha(opacity=0);
}

.hover-image-alt2 span {
        filter: alpha(opacity=0);
}

.hover-image-alt2:hover span {
	display: inherit;
	opacity: 1;
        filter: alpha(opacity=100);
}
/*-----------------------------------------------------------------------------------*/
/*	2.10	Members
/*-----------------------------------------------------------------------------------*/
#team-members {
}

.member {
	background-color: #FFF;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
}

.member img {
	border-bottom: 1px solid #e0e0e0;
}

.member h5 {
	padding: 20px 15px 0px 15px;
	margin-bottom: 2px;
}

.member-role {
	padding: 0px 15px 0px 15px;
	color: #999999;
	font-size: 90%;
	margin-bottom: 10px;
}

.member p {
	padding: 0px 15px 0px 15px;
}

.member ul.social-set {
	border-top: 1px solid #e0e0e0;
	padding: 15px 15px 15px 15px!important;
	margin-bottom: 0px !important;
}

.member ul.social-set li {
}

.member ul.social-set li a {
	width: 22px;
	display: block;
	height: 22px;
	border: none;
	text-decoration: none;
	background-size: 22px 22px !important;
}

.member ul.social-set li a img {
	width: 22px !important;
	height: 22px !important;
	text-decoration: none;
	background-size: 22px 22px !important;
}
/*-----------------------------------------------------------------------------------*/
/*	2.11	Toggles
/*-----------------------------------------------------------------------------------*/
.toggle {
	margin-bottom: 15px;
	width: 100%;
	clear: both;
}

.toggle .title {
	cursor: pointer;
	border: 1px solid #e0e0e0;
	margin: 0;
	padding: 7px 12px;
}

.toggle .title i {
	margin-right: 7px;
}

.toggle .title:hover {
}

.toggle .title.active {
}

.toggle .title.active i {
}

.togglebox {
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-top: none !important;
}
/*-----------------------------------------------------------------------------------*/
/*	2.12	Pricing
/*-----------------------------------------------------------------------------------*/
.pricing-table {
	text-align: center;
	border: 1px solid #e0e0e0;
	background: #fff;
}

.pricing-table h4 {
	font-weight: 700;
	margin: 0px;
	padding: 10px 15px;
	border-bottom: 1px solid #e0e0e0;
}

.pricing-table .price-amount {
	padding: 20px 15px;
	border-bottom: 1px solid #e0e0e0;
}

.pricing-table .price-amount strong {
	color: #333333;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal !important;
}

.pricing-table .price-amount span {
	display: block;
	font-size: 90%;
}

.pricing-table ul {
	list-style: none;
	margin: 0px;
}

.pricing-table ul li {
	padding: 7px 12px;
	border-bottom: 1px dotted #e0e0e0;
}

.pricing-table ul li:last-child {
	border-bottom: 1px solid #e0e0e0 !important;
}

.pricing-table .button, .pricing-table button {
	margin: 20px 0px;
}
/*-----------------------------------------------------------------------------------*/
/*	2.13	Tabs
/*-----------------------------------------------------------------------------------*/
.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.tab {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	zoom: 1;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	top: 1px;
	position: relative;
	z-index: 1;
}

.tab a {
	display: block;
	padding: 7px 12px;
	color: #555;
}

.tab i {
}

.tab i, .tab a.active i {
	width: auto !important;
	margin-right: 7px;
	margin-left: 7px;
}

.tab a.active {
}

.tab a.active i {
}

.tab.active {
	position: relative;
	z-index: 3;
}

.tab-container .panel-container {
	border: 1px solid #e0e0e0;
	padding: 15px 15px 0 15px;
	position: relative;
	z-index: 1;
}

.panel-container {
	margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*/
/*	2.14	Social set
/*-----------------------------------------------------------------------------------*/
ul.social-set {
	list-style: none;
	margin-left: 0px;
	overflow: hidden;
	text-indent: -9999px;
}

ul.social-set li {
	float: left;
	margin: 0 5px 5px 0;
	display: block;
}

ul.social-set li a {
	width: 32px;
	display: block;
	height: 32px;
	border: none;
	text-decoration: none;
}

ul.social-set li a.social-addthis {
	background-image: url(../Images/social-icons/addthis.png);
}

ul.social-set li a.social-behance {
	background-image: url(../Images/social-icons/behance.png);
}

ul.social-set li a.social-blogger {
	background-image: url(../Images/social-icons/blogger.png);
}

ul.social-set li a.social-delicious {
	background-image: url(../Images/social-icons/delicious.png);
}

ul.social-set li a.social-deviantart {
	background-image: url(../Images/social-icons/deviantart.png);
}

ul.social-set li a.social-digg {
	background-image: url(../Images/social-icons/digg.png);
}

ul.social-set li a.social-dopplr {
	background-image: url(../Images/social-icons/dopplr.png);
}

ul.social-set li a.social-dribbble {
	background-image: url(../Images/social-icons/dribbble.png);
}

ul.social-set li a.social-evernote {
	background-image: url(../Images/social-icons/evernote.png);
}

ul.social-set li a.social-facebook {
	background-image: url(../Images/social-icons/facebook.png);
}

ul.social-set li a.social-flickr {
	background-image: url(../Images/social-icons/flickr.png);
}

ul.social-set li a.social-forrst {
	background-image: url(../Images/social-icons/forrst.png);
}

ul.social-set li a.social-github {
	background-image: url(../Images/social-icons/github.png);
}

ul.social-set li a.social-google {
	background-image: url(../Images/social-icons/google.png);
}

ul.social-set li a.social-grooveshark {
	background-image: url(../Images/social-icons/grooveshark.png);
}

ul.social-set li a.social-instagram {
	background-image: url(../Images/social-icons/instagram.png);
}

ul.social-set li a.social-lastfm {
	background-image: url(../Images/social-icons/lastfm.png);
}

ul.social-set li a.social-linkedin {
	background-image: url(../Images/social-icons/linkedin.png);
}

ul.social-set li a.social-mail {
	background-image: url(../Images/social-icons/mail.png);
}

ul.social-set li a.social-myspace {
	background-image: url(../Images/social-icons/myspace.png);
}

ul.social-set li a.social-paypal {
	background-image: url(../Images/social-icons/paypal.png);
}

ul.social-set li a.social-picasa {
	background-image: url(../Images/social-icons/picasa.png);
}

ul.social-set li a.social-pinterest {
	background-image: url(../Images/social-icons/pinterest.png);
}

ul.social-set li a.social-posterous {
	background-image: url(../Images/social-icons/posterous.png);
}

ul.social-set li a.social-reddit {
	background-image: url(../Images/social-icons/reddit.png);
}

ul.social-set li a.social-rss {
	background-image: url(../Images/social-icons/rss.png);
}

ul.social-set li a.social-sharethis {
	background-image: url(../Images/social-icons/sharethis.png);
}

ul.social-set li a.social-skype {
	background-image: url(../Images/social-icons/skype.png);
}

ul.social-set li a.social-soundcloud {
	background-image: url(../Images/social-icons/soundcloud.png);
}

ul.social-set li a.social-spotify {
	background-image: url(../Images/social-icons/spotify.png);
}

ul.social-set li a.social-stumbleupon {
	background-image: url(../Images/social-icons/stumbleupon.png);
}

ul.social-set li a.social-tumblr {
	background-image: url(../Images/social-icons/tumblr.png);
}

ul.social-set li a.social-viddler {
	background-image: url(../Images/social-icons/viddler.png);
}

ul.social-set li a.social-vimeo {
	background-image: url(../Images/social-icons/vimeo.png);
}

ul.social-set li a.social-virb {
	background-image: url(../Images/social-icons/virb.png);
}

ul.social-set li a.social-windows {
	background-image: url(../Images/social-icons/windows.png);
}

ul.social-set li a.social-wordpress {
	background-image: url(../Images/social-icons/WordPress.png);
}

ul.social-set li a.social-twitter {
	background-image: url(../Images/social-icons/twitter.png);
}

ul.social-set li a.social-youtube {
	background-image: url(../Images/social-icons/youtube.png);
}
/*-----------------------------------------------------------------------------------*/
/*	2.15	404 Page
/*-----------------------------------------------------------------------------------*/
.page-404 {
	text-align: center;
	padding: 80px 0px 130px 0px;
}

.page-404 h1 {
	font-weight: bold;
	font-size: 55px;
}

.page-404 h1:after {
	font-family: 'FontAwesome';
	content: "\f0f6";
	margin-left: 15px;
	font-weight: normal;
	color: #e0e0e0;
}

.page-404 .button, .page-404 button {
	margin-right: 0px !important;
}
/*-----------------------------------------------------------------------------------*/
/*	2.16	Tooltips
/*-----------------------------------------------------------------------------------*/
.tooltipster-default {
	border-color: transparent;
	background: #333333;
	color: #fff;
}

.tooltipster-default .tooltipster-content {
	font-family: inherit;
	font-size: 14px;
	line-height: 21px;
	padding: 8px 10px;
	overflow: hidden;
}

.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	border-color: transparent !important;
}

.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}

.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}

.tooltipster-base .tooltipster-content {
	overflow: hidden;
}

.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -8px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -8px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -8px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -8px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
	right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -8px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 9px solid;
	margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -8px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-right: 9px solid;
	margin-top: -8px;
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}

.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-fall-show {
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-slide.tooltipster-slide-show {
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}

.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
/*-----------------------------------------------------------------------------------*/
/*	2.17	Breadcrumb
/*-----------------------------------------------------------------------------------*/
.breadcrumb {
	font-size: 0.929em;
	overflow: hidden;
	margin: 0;
	list-style: none;
}

.breadcrumb li {
	display: inline;
}

.breadcrumb li:after {
	content: "/";
	padding: 0 5px;
	color: #acacac;
}

.breadcrumb li:last-child:after {
	content: "";
}
/*-----------------------------------------------------------------------------------*/
/*	2.18	Pagination
/*-----------------------------------------------------------------------------------*/
.pagination {
	list-style: none;
	overflow: hidden;
	margin: 0px;
}

.pagination li {
	margin: 0 5px 5px 0;
	float: left;
}

.pagination li a, .pagination li span {
	padding: 5px 8px;
	line-height: 1.357em;
	display: block;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #9d9d9d;
}

.pagination li a:hover, .pagination li span {
	background-color: #f0f0f0;
}
/*-----------------------------------------------------------------------------------*/
/*	2.19	Menu
/*-----------------------------------------------------------------------------------*/
.mobileMenu {
	display: none;
}
/*-----------------------------------------------------------------------------------*/
/*	2.20	Icon boxes
/*-----------------------------------------------------------------------------------*/
.box-with-icon {
}

.box-with-icon i {
	float: left;
	text-align: center;
	margin: 5px 10px 0 0;
	height: 20px;
	width: 20px;
	font-size: 20px;
	line-height: 20px;
}

.box-with-icon h4 {
	position: relative;
	margin: 0 0 15px 0;
	overflow: hidden;
}

.box-with-icon p {
}
/*===================================================================================*/
/* 	3.	Social media
/*===================================================================================*/
/*-----------------------------------------------------------------------------------*/
/*	3.1	Twitter
/*-----------------------------------------------------------------------------------*/
.tweet {
}

.tweet_list {
	list-style: none;
	margin-left: 0px;
}

.tweet_list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
	list-style-type: none;
}

.tweet_text {
	padding-left: 5px;
}

.tweet_list li:before {
	font-family: 'FontAwesome';
	content: "\f099";
	color: #9d9d9d;
}

.tweet_list li:last-child {
}

.tweet_list li a {
}

.tweet_list .tweet_even {
}

.tweet_list .tweet_avatar {
}

.tweet_list .tweet_time {
	display: block;
	margin-top: 5px;
}

.tweet_list .tweet_time a:before {
	content: "\2014 \0020";
}

.tweet_list .tweet_time a {
	border-bottom: none;
}

.tweet_list .tweet_time a:hover {
}

.tweet_list .tweet_avatar img {
}
/*-----------------------------------------------------------------------------------*/
/*	3.2	Flickr
/*-----------------------------------------------------------------------------------*/
.flickr {
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}

.flickr li {
	margin: 0 5px 5px 0;
	list-style: none;
	float: left;
	height: 51px;
	width: 51px;
}

.flickr li:hover {
}

.flickr li a {
}

.flickr li img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #9d9d9d;
	padding: 2px;
	height: 100%;
	display: block;
}

.flickr li a img {
}
/*===================================================================================*/
/* 	4.	Header
/*===================================================================================*/
#header {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 20px;
}

#logo {
	float: left;
	margin-bottom: 20px;
}

#main-right-block {
	float: right;
}

ul.contact-informations {
	/*border-right: 1px solid #9d9d9d;*/
	padding-right: 15px;
	margin-right: 15px;
	float: left;
	list-style: none;
	margin-left: 0px;
}

ul.contact-informations li {
	text-align: left;
}

ul.contact-informations i {
}

ul.contact-informations p {
	font-size: 0.929em;
	margin-bottom: 5px;
}

ul.contact-informations span {
	font-size: 1.429em;
	font-weight: 700;
}

#weather {
	float: left;
}

#weather .weather-image {
}

#weather .weather-image img {
	width: 80px;
}

#weather h6 {
	font-weight: 700;
	margin-bottom: 0px;
}

#weather span {
}

#weather h6, #weather p {
	margin-left: 80px;
}
/*===================================================================================*/
/* 	5.	Slider
/*===================================================================================*/
.slider-holder {
	border-bottom: 1px solid #9d9d9d;
	width: 100%;
	margin-top: -30px;
	margin-bottom: 70px;
	clear: both;
}
/* Global settings */
.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-lt-container {
	position: absolute;
}

.ls-container-fullscreen {
	width: 96% !important;
}

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-layer h1, .ls-layer h2, .ls-layer h3, .ls-layer h4, .ls-layer h5, .ls-layer h6 {
	letter-spacing: -1px;
	font-weight: 400;
}

.ls-inner {
	position: relative;
	background-position: center center;
	z-index: 2;
}

.ls-loading-container {
	position: absolute !important;
	display: none;
	z-index: 3 !important;
	left: 50% !important;
	top: 50% !important;
}

.ls-loading-indicator {
	margin: 0px auto;
}

.ls-inner, .ls-layer {
	width: 100%;
	height: 100%;
}

.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-active, .ls-animating {
	display: block !important;
}

.ls-layer > * {
	position: absolute;
	line-height: normal;
	margin: 0px;
	left: 0px;
	top: 0px;
}

.ls-layer .ls-bg {
	left: 50%;
	top: 50%;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}
/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0px;
}

.ls-bottom-slidebuttons {
	text-align: left;
}

.ls-bottom-nav-wrapper, .ls-below-thumbnails {
	z-index: 2;
	height: 0px;
	position: relative;
	text-align: center;
	margin: 0px auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a, .ls-nav-prev, .ls-nav-next {
	outline: none;
}

* .ls-bottom-nav-wrapper *, * .ls-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons, .ls-nav-start, .ls-nav-stop, .ls-nav-sides {
	position: relative;
}

.ls-link {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0px !important;
	top: 0px !important;
}
/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-videopreview {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}
/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0px;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	visibility: visible !important;
	left: 50%;
	top: 0px;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner, .ls-thumbnail-slide-container {
	width: 100%;
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-touchscroll {
	overflow-x: auto !important;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0px;
	height: 0px;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
	visibility: visible !important;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0px;
}

.ls-shadow img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-bottom-nav-wrapper, .ls-thumbnail-wrapper, .ls-nav-prev, .ls-nav-next {
	visibility: hidden;
}
/* WP plugin fullWidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}
/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-lt-tile {
	position: relative;
	overflow: hidden;
	float: left;
}

.ls-curtile, .ls-nexttile {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
}

.ls-curtile {
	left: 0px;
	top: 0px;
}

.ls-curtile img, .ls-nexttile img {
	position: absolute;
	filter: inherit;
}

.ls-3d-container {
	position: relative;
	perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
	overflow: visible !important;
}

.ls-3d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
	overflow: hidden;
	background: #777;
	margin: 0px;
	padding: 0px;
	position: absolute;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}
/* Full screen */

.ls-fullscreen {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: block;
}
/* Removing all default global styles of WordPress themes */

html * .ls-nav-prev, html * .ls-nav-next, html * .ls-container img, html * .ls-bottom-nav-wrapper a, html * .ls-container .ls-fullscreen, body * .ls-nav-prev, body * .ls-nav-next, body * .ls-container img, body * .ls-bottom-nav-wrapper a, body * .ls-container .ls-fullscreen, #ls-global * .ls-nav-prev, #ls-global * .ls-nav-next, #ls-global * .ls-container img, #ls-global * .ls-bottom-nav-wrapper a, #ls-global * .ls-container .ls-fullscreen {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0px;
	border: 0px;
}

html * .ls-thumbnail a, body * .ls-thumbnail a, #ls-global * .ls-thumbnail a {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0px;
	border: 0px;
}

html * .ls-container img, body * .ls-container img, #ls-global * .ls-container img {
	background: none !important;
	min-width: 0 !important;
	max-width: none !important;
	border-radius: 0px;
	box-shadow: none;
	border: 0px;
	padding: 0px;
}

html * .ls-wp-container .ls-layer > *, body * .ls-wp-container .ls-layer > *, #ls-global * .ls-wp-container .ls-layer > * {
	line-height: normal;
	outline: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.ls-wp-fullwidth-container, .ls-wp-fullwidth-helper, .ls-container, .ls-container * {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

html * .ls-yourlogo, body * .ls-yourlogo, #ls-global * .ls-yourlogo {
	margin: 0px;
}

html * .ls-tn, body * .ls-tn, #ls-global * .ls-tn {
	display: none;
}

.site {
	overflow: visible !important;
}
/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
	font-style: normal !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0px !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

html * .ls-debug-console li ul, body * .ls-debug-console li ul, #ls-global * .ls-debug-console li ul {
	display: none;
	width: 260px;
	left: -10px;
}

.ls-debug-console li ul {
	position: absolute !important;
	bottom: 100% !important;
	padding: 10px 10px 10px 0px !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0px 0px 20px black !important;
}

html * .ls-debug-console li:hover ul, body * .ls-debug-console li:hover ul, #ls-global * .ls-debug-console li:hover ul {
	display: block;
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}

.ls-error {
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-wenkit-border-radius: 5px !important;
	background: white !important;
	height: auto !important;
	width: auto !important;
	color: white !important;
	padding: 20px 40px 30px 80px !important;
	position: relative !important;
	box-shadow: 0px 2px 20px -5px black;
}

.ls-error p {
	line-height: normal !important;
	text-shadow: none !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	text-align: justify !important;
	font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
	line-height: 40px !important;
	color: red !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.ls-error .ls-error-text {
	color: #555 !important;
	font-weight: normal !important;
	font-size: 13px !important;
}

.ls-error .ls-exclam {
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left: 20px !important;
	top: 20px !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	font-size: 30px !important;
	font-weight: bold !important;
	color: white !important;
	line-height: 40px !important;
	background: red !important;
	text-align: center !important;
}
/* GPU Hardware Acceleration */

html * .ls-container .ls-shadow, html * .ls-container .ls-layer > *, html * .ls-container .ls-fullscreen, html * .ls-container .ls-webkit-hack, html * .ls-container .ls-3d-container, html * .ls-container .ls-lt-container, html * .ls-container .ls-lt-container *, html * .ls-container .ls-thumbnail-wrapper, html * .ls-container .ls-bottom-nav-wrapper, body * .ls-container .ls-shadow, body * .ls-container .ls-layer > *, body * .ls-container .ls-fullscreen, body * .ls-container .ls-webkit-hack, body * .ls-container .ls-3d-container, body * .ls-container .ls-lt-container, body * .ls-container .ls-lt-container *, body * .ls-container .ls-thumbnail-wrapper, body * .ls-container .ls-bottom-nav-wrapper, #ls-global * .ls-container .ls-shadow, #ls-global * .ls-container .ls-layer > *, #ls-global * .ls-container .ls-fullscreen, #ls-global * .ls-container .ls-webkit-hack, #ls-global * .ls-container .ls-3d-container, #ls-global * .ls-container .ls-lt-container, #ls-global * .ls-container .ls-lt-container *, #ls-global * .ls-container .ls-thumbnail-wrapper, #ls-global * .ls-container .ls-bottom-nav-wrapper {
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0px);
	-o-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
}
/* Firefox embedded video fix */

html * .ls-container .ls-video-layer, body * .ls-container .ls-video-layer, #ls-global * .ls-container .ls-video-layer, html * .ls-container .ls-layer iframe, body * .ls-container .ls-layer iframe, #ls-global * .ls-container .ls-layer iframe {
	backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	transform: none !important;
	-moz-transform: none !important;
}

html * .ls-container .ls-webkit-hack, body * .ls-container .ls-webkit-hack, #ls-global * .ls-container .ls-webkit-hack {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
#ls-test3d {
	position: absolute;
	left: 9px;
	height: 3px;
}
}
/*===================================================================================*/
/* 	6.	Filterable portfolio
/*===================================================================================*/
.offers-filter {
	list-style: none;
	overflow: hidden;
	margin-left: 0px;
	margin-bottom: 10px;
}

.offers-filter li {
	margin: 0 5px 5px 0;
	float: left;
}

.offers-filter li a {
	font-size: 0.929em;
	line-height: 1.357em;
	width: auto;
	cursor: pointer;
	font-family: inherit;
	border: 1px solid #9d9d9d;
	background-color: #FFF;
	display: block;
	margin: 0;
	padding: 5px 8px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.offers-filter li a.selected-portfolio-filter, .selected-portfolio-filter {
	color: #FFF;
}

.offers-filter li a:hover {
	background-color: #f0f0f0;
}

.portfolio-content {
	clear: both;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/*===================================================================================*/
/* 	7.	Blog
/*===================================================================================*/
/*-----------------------------------------------------------------------------------*/
/*	7.1	Post
/*-----------------------------------------------------------------------------------*/
.entry-post {
	margin-bottom: 40px;
	border-bottom: 1px solid #f0f0f0;
}

.entry-thumb {
	margin-bottom: 20px;
}

.entry-thumb img {
	border: 1px solid #f0f0f0;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.entry-title {
	line-height: 1.300em;
	margin-bottom: 5px;
}

ul.entry-meta {
	text-transform: uppercase;
	font-size: 85%;
	list-style: none;
	margin-left: 0px;
}

ul.entry-meta li {
	display: inline;
	margin-right: 15px;
}

ul.entry-meta li:last-child {
	margin-right: 0px;
}

ul.entry-meta li.posted-author {
}

ul.entry-meta li.posted-author:before, ul.entry-meta li.posted-date:before, ul.entry-meta li.posted-tags:before {
	font-family: 'FontAwesome';
	margin-right: 5px;
}

ul.entry-meta li.posted-author:before {
	content: "\f007";
}

ul.entry-meta li.posted-author, ul.entry-meta li.posted-date, ul.entry-meta li.posted-tags {
	color: #acacac;
}

ul.entry-meta li.posted-author a, ul.entry-meta li.posted-date a, ul.entry-meta li.posted-tags a {
}

ul.entry-meta li.posted-date {
}

ul.entry-meta li.posted-date:before {
	content: "\f073";
}

ul.entry-meta li.posted-tags {
}

ul.entry-meta li.posted-tags:before {
	content: "\f02b";
}

ul.entry-meta li a {
}

ul.entry-meta li a:hover {
}

.entry-content {
}

.entry-content p {
}

.entry-content .more-link {
}
/*-----------------------------------------------------------------------------------*/
/*	7.3	Post comments
/*-----------------------------------------------------------------------------------*/
#comments {
	margin-bottom: 20px;
}

.comments-title {
	font-weight: 700;
	margin-bottom: 10px;
}

.comment-list {
	list-style: none;
	margin: 0 0 20px 0;
}

.children {
	list-style: none;
	margin: 20px 0 0 73px;
}

.comment-list li.comment {
	margin-bottom: 20px;
}

.comment-list li.comment:last-child {
}

.commentlist li ul {
}

.comment-list .avatar {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 3px;
	border: 1px solid #ddd;
}

.comment-list .avatar img {
	width: 45px;
	height: 45px;
}

.comment-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	position: relative;
	border: 1px solid #f0f0f0;
}

.comment-content p {
}

.comment-meta {
	margin-bottom: 15px;
}

.comment-meta .comment-author {
	font-weight: 700;
}

.comment-meta .comment-date {
	color: #acacac;
	font-size: 90%;
}

.reply {
	margin-bottom: 10px;
	text-align: left;
}

.reply a {
	font-size: 90%;
}

.reply a:hover, .reply a:active {
	text-decoration: underline;
}

#respond {
	margin-bottom: 20px;
}

#respond h5 {
	font-weight: 700;
	margin-bottom: 10px;
}

#respond-input {
	overflow: hidden;
}

#respond-input div {
	width: 32%;
	float: left;
	margin-right: 2%;
}

#respond-input div:last-child {
	margin-right: 0px !important;
}

#respond-input input {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#respond-textarea {
}

#respond-textarea textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#respond-submit {
}
/*-----------------------------------------------------------------------------------*/
/*	7.4	Tag list
/*-----------------------------------------------------------------------------------*/
.tag-list {
	margin-bottom: 40px;
}

.tag-list span {
	font-weight: 400;
	color: #acacac;
	text-transform: uppercase;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 15px 0 0;
}

.tag-list ul {
	position: relative;
	overflow: hidden;
	padding: 0;
	list-style: none;
	margin: 0px;
}

.tag-list ul li {
	float: left;
	margin: 0 5px 5px 0;
}

.tag-list ul li a {
	font-size: 90%;
	line-height: 1.357em;
	cursor: pointer;
	font-family: inherit;
	display: block;
	color: #FFF;
	margin: 0;
	padding: 5px 8px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	width: auto;
	cursor: pointer;
	font-family: inherit;
}

.tag-list ul li a:hover {
}
/*===================================================================================*/
/* 	8.	Contact form
/*===================================================================================*/
#contact-input div {
	width: 49%;
	float: left;
	margin-right: 2%;
}

#contact-subject {
}

#contact-subject select {
	width: 100%;
}

#contact-input div:last-child {
	margin-right: 0px !important;
}

#contact-input input, #contact-message textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-human {
	overflow: hidden;
}

#contact-human p {
	font-weight: bold;
	width: 49%;
	margin-right: 2%;
	float: left;
}

#contact-human div {
	float: left;
	width: 49%;
}

#contact-human label {
	width: 40%;
	float: left;
}

#contact-human input {
	padding: 6px 8px;
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-submit {
	text-align: left;
	padding-top: 10px;
}

#contact-message {
	width: 100%;
}

#contact p, label, legend {
}

#contact h1 {
}

#contact hr {
}

#contact {
}

#contact label {
}

#contact input, textarea, select {
}

#contact input:focus, textarea:focus, select:focus {
}

#contact input.submit {
}

#contact input.submit:hover {
}

#contact input[type="submit"][disabled] {
}

#contact fieldset {
}

#contact legend {
}

#contact label.radio {
}

#message {
}

.error_message {
	margin-bottom: 20px;
	padding: 20px 20px 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	display: block;
	background-image: url(../Images/contact/error.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
}

ul.error_messages {
	list-style: none;
	margin-left: 0px;
}

ul.error_messages li {
}

ul.error_messages li:before {
	font-family: 'FontAwesome';
	content: "\f00d";
	margin-right: 10px;
	color: #FF0000;
}

.loader {
	float: right;
}

#contact #success_page h4 {
	background-image: url(../Images/contact_form/img/success.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/*===================================================================================*/
/* 	9.	Footer
/*===================================================================================*/
#footer {
	font-size: 90%;
	padding-top: 30px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #9d9d9d;
	border-top: 1px solid #9d9d9d;
	-moz-box-shadow: 0 0 10px 2px rgba(85,85,85,0.1);
	-webkit-box-shadow: 0 0 10px 2px rgba(85,85,85,0.1);
	box-shadow: 0 0 10px 2px rgba(85,85,85,0.1);
}

#footer h5 {
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/*===================================================================================*/
/* 	10.	Copyright
/*===================================================================================*/
#copyright {
	font-size: 90%;
	padding-top: 20px;
}
/*===================================================================================*/
/* 	11.	Rooms
/*===================================================================================*/
.accommodation {
	border-bottom: 1px solid #9d9d9d;
	overflow: hidden;
	margin-bottom: 30px;
}

.accommodation .room-preview {
	position: relative;
	margin-left: 0 !important;
	width: 220px;
	padding-bottom: 12px;
	min-height: 100px;
	background-image: url(../Images/accommodation-style1-shadow-220.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.accommodation .room-preview a.show-image, .accommodation .room-preview a.show-video {
	position: absolute;
	width: 25px;
	height: 25px;
	bottom: 12px;
	color: #FFF !important;
	text-align: center;
	line-height: 25px;
	font-size: 80%;
}

.accommodation .room-preview a.show-image {
	left: 0px;
}

.accommodation .room-preview a.show-video {
	left: 26px;
}

.accommodation .room-description {
	width: 460px;
}

.accommodation .room-description h5 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-weight: 700;
}

.accommodation .room-reservation {
	text-align: center;
	background-color: #f4f4f4;
	border: 1px solid #9d9d9d;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 220px;
}

.accommodation .room-reservation p {
	font-size: 80%;
	margin-bottom: 0px;
	color: #555555;
}

.accommodation .room-reservation .price-per-night {
	font-size: 2.029em;
	line-height: 1em;
	font-weight: 700;
	letter-spacing: -1px;
}

.accommodation .room-reservation .button {
	margin: 0px;
	text-transform: uppercase;
	clear: both;
}

.accommodation .room-reservation small {
	color: #acacac;
	display: block;
	clear: both;
	margin-top: 5px;
}

.accommodation .room-preview, .accommodation .room-description, .accommodation .room-reservation {
	float: left;
	display: inline;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}

ul.room-features {
	margin-left: 0px;
	overflow: hidden;
	list-style: none;
}

ul.room-features li {
	display: block;
	cursor: pointer;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
	background-repeat: no-repeat;
}

ul.room-features li.room-service-24 {
	background-image: url(../Images/room-features/room-service.png);
}

ul.room-features li.room-tv {
	background-image: url(../Images/room-features/room-tv.png);
}

ul.room-features li.room-bar {
	background-image: url(../Images/room-features/room-bar.png);
}

ul.room-features li.room-wifi {
	background-image: url(../Images/room-features/room-wifi.png);
}

ul.room-features li.room-sef {
	background-image: url(../Images/room-features/room-sef.png);
}

ul.room-features li.room-loundry {
	background-image: url(../Images/room-features/room-loundry.png);
}

ul.room-features li.room-for-disabled {
	background-image: url(../Images/room-features/room-for-disabled.png);
}

ul.room-features li.room-no-smooking {
	background-image: url(../Images/room-features/room-no-smooking.png);
}

ul.room-features li.room-pets {
	background-image: url(../Images/room-features/room-pets.png);
}

ul.room-features li.room-no-pets {
	background-image: url(../Images/room-features/room-no-pets.png);
}

ul.room-features li.room-parking {
	background-image: url(../Images/room-features/room-parking.png);
}

ul.room-features li.room-swimming-pool {
	background-image: url(../Images/room-features/room-swimming-pool.png);
}

ul.room-features li.room-hair-dryer {
	background-image: url(../Images/room-features/room-hair-dryer.png);
}

ul.room-features li.room-dinner {
	background-image: url(../Images/room-features/room-dinner.png);
}

ul.room-features li.room-barbershop {
	background-image: url(../Images/room-features/room-barbershop.png);
}

ul.room-features li.room-giftshop {
	background-image: url(../Images/room-features/room-giftshop.png);
}

ul.room-features li.room-wellness {
	background-image: url(../Images/room-features/room-wellness.png);
}

ul.room-features li.room-tennis {
	background-image: url(../Images/room-features/room-tennis.png);
}

ul.room-features li.room-cocktailbar {
	background-image: url(../Images/room-features/room-cocktailbar.png);
}

ul.room-features li.room-gym {
	background-image: url(../Images/room-features/room-gym.png);
}

ul.room-features li.room-kids {
	background-image: url(../Images/room-features/room-kids.png);
}

ul.room-features li.room-doctor {
	background-image: url(../Images/room-features/room-doctor.png);
}

ul.room-features li.room-library {
	background-image: url(../Images/room-features/room-library.png);
}

ul.room-features li.room-currency-exchange {
	background-image: url(../Images/room-features/room-currency-exchange.png);
}
/*===================================================================================*/
/* 	12.	Special fautesr
/*===================================================================================*/
.special-feature {
	border: 1px solid #f0f0f0;
	-moz-box-shadow: 0 0 10px 2px rgba(85,85,85,0.1);
	-webkit-box-shadow: 0 0 10px 2px rgba(85,85,85,0.1);
	box-shadow: 0 0 10px 2px rgba(85,85,85,0.1);
	-webkit-transition: all 1s linear;
	-o-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-kthtml-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.special-feature:hover {
	border: 1px solid #9d9d9d;
	-moz-box-shadow: 0 0 20px 2px rgba(85,85,85,0.2);
	-webkit-box-shadow: 0 0 20px 2px rgba(85,85,85,0.2);
	box-shadow: 0 0 20px 2px rgba(85,85,85,0.2);
}

.special-feature img {
}

.special-feature h5 {
	text-align: center;
	border-bottom: 1px solid #f0f0f0 !important;
	border-top-style: solid;
	border-top-width: 3px;
	padding: 15px 10px 10px 10px;
	font-weight: 700;
}

.special-feature p {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
/*===================================================================================*/
/* 	13.	Special offers
/*===================================================================================*/
.special-offer {
	border-bottom: 1px solid #9d9d9d;
	overflow: hidden;
	margin-bottom: 30px;
}

.special-offer .offer-preview {
	margin-left: 0 !important;
	width: 200px;
	padding-bottom: 11px;
	background-image: url(../Images/accommodation-style1-shadow-200.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.special-offer .offer-description {
	width: 290px;
}

.special-offer .offer-description .date {
	font-size: 0.857em;
	margin-bottom: 10px;
}

.special-offer .offer-description .date:before {
	font-family: 'FontAwesome';
	content: "\f073";
	margin-right: 5px;
}

.special-offer .offer-description h5 {
	margin-bottom: 0px;
	font-weight: 700;
}

.special-offer .offer-reservation {
	text-align: center;
	width: 110px;
	background-color: #f4f4f4;
	border: 1px solid #9d9d9d;
	padding: 10px 10px 15px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.special-offer .offer-reservation p {
	font-size: 80%;
	margin-bottom: 0px;
	color: #555555;
}

.special-offer .offer-reservation .price-per-night {
	font-size: 2.029em;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 0px;
	letter-spacing: -1px;
}

.special-offer .offer-reservation .button {
	margin: 0px;
}

.special-offer .offer-reservation .button i {
	margin: 0px !important;
}

.special-offer .offer-preview, .special-offer .offer-description, .special-offer .offer-reservation {
	float: left;
	display: inline;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}
/*===================================================================================*/
/* 	14.	Reservations
/*===================================================================================*/
.reservation-form {
}

.reservation-form label i {
	color: #9d9d9d;
}

.reservation-form .required-field {
	color: #FF0000;
}

.reservation-form .personal-details {
}

.reservation-form .booking-conditions {
	margin-top: -10px;
}

.reservation-form .booking-conditions input {
	float: left;
	margin-right: 8px;
}

.reservation-form .booking-conditions p {
	margin: 0px;
}

.reservation-form .booking-conditions p a {
	text-decoration: underline;
}

.reservation-form .personal-details div, .reservation-form .reservation-details div, .reservation-form .date-details div {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.reservation-form .date-details input {
	background-image: url(../Images/calendar-booking.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.reservation-form .additional-information div {
	width: 100;
}

.reservation-form .personal-details div:last-child, .reservation-form .reservation-details div:last-child, .reservation-form .additional-information div:last-child, .reservation-form .date-details div:last-child {
	margin-right: 0 !important;
}

.reservation-form .personal-details div input, .reservation-form .personal-details div select, .reservation-form .reservation-details div input, .reservation-form .reservation-details div select, .reservation-form .date-details div input, .reservation-form .date-details div select, .reservation-form .additional-information div textarea, .reservation-form .additional-information div textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------*/
/*	1.3	campo de pesquisa
/*-----------------------------------------------------------------------------------*/
#barra {
    font-size: 90%;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

    #barra .widget {
        margin-bottom: 0px;
    }

        #barra .widget .widget-title {
            padding-bottom: 0px;
            font-weight: 700;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            margin-top: 20px;
        }

        #barra .widget p {
        }

        #barra .widget ul {
        }

    #barra .search-form {
        position: relative;
    }

        #barra .search-form input[type="text"] {
            width: 100%;
            height: 34px;
            padding-right: 42px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        #barra .search-form input[type="submit"] {
            position: absolute;
            height: 34px;
            width: 34px;
            text-indent: -9999em;
            right: 0px;
            top: 0px;
            margin: 0px;
            background-image: url(../Images/search-form.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-color: transparent !important;
        }

            #barra .search-form input[type="submit"]:hover {
                background-color: transparent !important;
            }

.txtPesquisar {
    float: left;
    width: 94%;
}

.btnPesquisar {
    position: absolute;
    height: 22px;
    width: 22px;
    text-indent: -9999em;
    right: 100px;
    top: 525px;
    margin-top: 0px;
    /*background-image: url(../Images/search-form.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent !important;
    float: right;
}

    .btnPesquisar:hover {
        background-color: transparent !important;
    }

.validacao {
    color: red;
}

.rolagem {
    width: 905px;
    height: 300px;
    margin-top: -20px;
    overflow: auto;
}

.rolagemPublica {
    width: 1200px;
    height: 300px;
    margin-top: -20px;
    overflow: auto;
}

.tabela {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #9d9d9d;
}

.texto-central {
    text-align: center;
    vertical-align: middle;
}

#painel {
    margin-bottom: 20px;
}

#painel h4 {
    color: #666666;
    text-transform: none;
    text-shadow: 0 1px 0 #fff;
    font-size: 13px;
    margin: 8px 0px 8px 0px;
}

#painel h4.aviso {
    display: block;
    width: 95%;
    margin: 20px 3% 0 3%;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F5F3BA url(../Images/icn_alert_warning.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #C7A20D;
    color: #796616;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;
}

#painel h4.erro {
    display: block;
    width: 95%;
    margin: 20px 3% 0 3%;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F3D9D9 url(../Images/icn_alert_error.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #D20009;
    color: #7B040F;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;
}

#painel h4.sucesso {
    display: block;
    width: 95%;
    margin: 20px 3% 0 3%;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #E2F6C5 url(../Images/icn_alert_success.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #79C20D;
    color: #32510F;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;
}

.recupera {
    cursor: pointer;
    text-decoration: none;
}

.recupera:hover {
    text-decoration: underline;
}