/*===================================================================================*/
/* 	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;
 }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
p { font-size: 13px;}
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: 0 0 10px 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;
	-webkit-font-smoothing: antialiased;
	font-size: 0.875em;
	line-height: 1.571em;
	background-color: #fff;
	overflow-x: hidden;
 }
.border-top-body {
	width:100%;
/*	height:3px;
*/}
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(../img/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, input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="password"], input[type="email"], textarea, select, .styled-banner img, .styled-banner, #sidebar .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: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 25px;
	–ms–border-radius: 5px;
	border-radius: 5px;
}
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 {
/*	-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;
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	z-index:10001;
	position:relative;
}

#sidebar .menu {
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
 	display:inline-block;
	list-style:none;
 	margin-left:0;	
	width: 200px;	
	margin-bottom: 10px;

}

#sidebar ul.menu li a { font-size: 11px; font-weight: bold; width: 200px; display:inline-block;}
#sidebar ul.menu li { width:170px; float:left; padding :  0 20px;}
#sidebar ul.menu li:hover { background:#00345b;}
#sidebar ul.menu li:hover a { color:#ee641b;}
.sf-menu ul li.current_page_item a, .sf-menu ul li.current-menu-item a {
}
 
 .sf-menu {	list-style: none;
	background: url(../img/menu-bg.jpg);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block; }
 .sf-menu, .sf-menu * {
	color:#FFF;
	height: 49px;
	line-height: 1.0;
	margin: 0;
	padding: 0;
}
.sf-menu li {
border-radius:none;
	border-right: 1pt solid rgba(255,255,255,0.4);
	border-left: 1pt solid rgba(0,0,0,0.1);
	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;
	padding: 0 20px;
  text-align:center;
}
.sf-menu li a { height:49px; text-align:center; 	text-transform:uppercase;
}
 .sf-menu li:first-child { border-right: none; -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px; width: 55px;}
 .sf-menu li:nth-child(2) { width: 150px;}
 .sf-menu li:nth-child(3) { width: 80px;}
 .sf-menu li:nth-child(4) { width: 110px;}
 .sf-menu li:nth-child(5) { width: 83px;}
 .sf-menu li:nth-child(6) { width: 55px;}
 .sf-menu li:last-child { border-right: none; -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px; 
width: auto; text-align:center; width: 105px;}

.sf-menu li:hover {background:#00345b;}
 
.sf-menu ul {
	height: auto !important;
	-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: -1px;
	z-index: 1000;
	max-width:  192px; /* allow long menu items to determine submenu width */
 *width: 192px; /* no auto sub width for IE7, see white-space comment below */
 -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
 }
.sf-menu li ul {  width: 232px; }
.sf-menu li ul li { float:left; text-align: center;
width: 100% !important;
padding: 0;
}
.sf-menu li ul li.current-menu-item a{ color: #EE641B !important;}
.sf-menu li ul li a {
	font-size: 0.929em !important;
	line-height: 30px !important;
	height: 30px;
	color:#fff!important;
	text-transform:none;
}
.sf-menu li ul li:hover a, .sf-menu li ul li.sfHover a{ color:#ee641b !important;  }
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
	display: block;
	background: #00345B;
}
.sf-menu a.current {
}
.sf-menu a {
 	font-family: Helvetica, sans-serif; 
	font-weight:bold;
 	color:#00345b !important;
	line-height: 50px;
/*	font-size: 1.1em;*/
	font-size: 12px;
  	-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: #fff;
}
.sf-menu ul li {
	border-top: 1pt solid rgba(255,255,255,0.1);
	border-bottom: 1pt solid rgba(0,0,0,0.1);
	border-left:none !important;
	border-right: none;
	background-image: none;
	height: 30px;
}
.sf-menu ul li a {
}
.sf-menu ul li a:hover {
	background-color:transparent !important;
}
.sf-menu ul li:last-child {
	border-bottom: none;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;	
}
.sf-menu ul ul {
	top: -1px;
	left: 100%;
}
/* Hover */
.sf-menu li:hover > a, .sf-menu li.sfHover > a {
 	color:#fff !important;
}
.sf-menu ul li:hover > a, .sf-menu ul li.sfHover > a {
}
.sf-menu li:hover, .sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
	background: #00345B;
}
.sf-arrows .sf-with-ul {
	padding-right: 31px;
 *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -10px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: rgba(255,255,255,.3); /* 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 {
	border-top-color: #fff; /* IE8 fallback colour */
}
.sf-arrows ul .sf-with-ul:after {
	margin-right: -3px;
	margin-top: -5px;
	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: 0px;
	display:inline-block;
 }
#primary-left {
	width: 705px;
	float: left;
	display: inline;
	margin-right: 20px;
	min-height:600px;
 }
#primary-right {
	width: 705px;
	float: right;
	display: inline;
	margin-left: 20px;
	min-height:600px;
 }
#primary-right strong, #primary-left strong { color:#00345b !important;}
/*-----------------------------------------------------------------------------------*/
/*	1.3
/*-----------------------------------------------------------------------------------*/
#sidebar {
	font-size: 90%;
	float: left;
	width: 210px;
	bottom: 0px;
	position: relative;
	box-sizing: border-box;
	top: 0px;
	min-height: 580px;	
	padding:10px 0;
  }
 
#sidebar .widget {
 	margin-bottom: 0px;
	display:inline-block;
	background: #FFF;
	width: 210px;
	padding-top: 10px;
	float:left;
}
#sidebar .widget:nth-child(1) {-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;}
#sidebar .widget:nth-child(2) {-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;}

#sidebar .widget:nth-child(3) { margin-top:10px;  background:#d4d4d4;  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
#sidebar .widget:nth-child(4) {margin-top:10px;background:none;}
#sidebar .widget .widget-title {
font-weight: bold;
font-size: 16px;
color: #00345B !important;
border-bottom: 1px solid #C6C6C6 !important;
margin: 0 15px 5px 15px;
padding-left:5px;
}
  #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 #e1e1e1;
	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 #e1e1e1;
}
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(../img/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;
}
ul.latest-posts li:last-child, ul.latest-comments li:last-child {
	border-bottom: none !important;
}
#footer .widget ul.latest-posts li {
	padding-bottom: 0px;
	border-bottom: none;
}
#footer p {margin-bottom: 0px;}
.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 #e1e1e1;
}
.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;
}
/*===================================================================================*/
/* 	Calendar
/*===================================================================================*/
table#wp-calendar {
}
#today {
	font-weight:700;
}
table#wp-calendar caption {
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	padding: 5px 10px;
}
table#wp-calendar th {
	border: 1px solid #e1e1e1;
	border-top: none !important;
	border-right: none;
	background-color: #fff;
	text-align: center;
}
table#wp-calendar td:last-child {
	border-right: 1px solid #e1e1e1;
}
table#wp-calendar th:last-child {
	border-right: 1px solid #e1e1e1;
}
table#wp-calendar td {
	text-align: center;
	border: #e1e1e1 1px solid;
	border-top: none;
	border-right: none;
}
table#wp-calendar tfoot {
	font-weight: normal;
}
/*===================================================================================*/
/* 	Addvertisment
/*===================================================================================*/
ul.ad-blocks-125 {
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	overflow:hidden;
}
ul.ad-blocks-125 li {
	border: 1px solid #f0f0f0;
	padding:2px;
	margin:2px;
	width:125px;
	height:125px;
	float:left;
}
/*===================================================================================*/
/* 	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: #EE641B;
}
.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="password"], input[type="email"], textarea, select {
	font-family: inherit;
	background: #fff;
	border: 1px solid #c9cbc8;
	padding: 8px 8px;
	outline: none;
	color: #000;
 	max-width: 100%;
	display: block;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #e1e1e1;
	color: #555555;
	background-color: #FFF;
}
textarea {
	line-height: 1.571em;
	min-height: 160px;
	overflow: auto;
}
fieldset {
	padding: 20px 15px 15px 15px;
	border: 1px solid #e1e1e1;
}
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;
	width: 300px;
	float:left;
	text-align:right;
	padding-right: 25px;
}
/*-----------------------------------------------------------------------------------*/
/*	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 #e1e1e1;
	border-right: none;
	background-color: #fff;
	text-align: left;
	padding: 5px 10px;
	vertical-align: top;
	font-weight: 700;
}
table td:last-child {
	 
}
table th:last-child {
	border-right: 1px solid #e1e1e1;
}
table td {
	padding: 5px 10px;
	 
	border-top: none;
	border-right: none;
}
table tfoot {
	font-weight: 700;
}
/*-----------------------------------------------------------------------------------*/
/*	2.5	Highlights
/*-----------------------------------------------------------------------------------*/
.highlight {
	padding: 1px 4px;
}
/*-----------------------------------------------------------------------------------*/
/*	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: 15px;
/*	border-bottom: 1px solid #e1e1e1;
	margin-top: -30px;
*/ 	padding-bottom: 10px;
 	clear: both;
	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 #e1e1e1;
	-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(../img/hover-camera.png);
}
.hover-image-alt1.picture {
	background-image: url(../img/hover-picture.png);
}
.hover-image-alt1.video {
	background-image: url(../img/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
/*-----------------------------------------------------------------------------------*/
.three-members {
	width:30.66%;
	margin-left: 1.33%;
	margin-right: 1.33%;
}
.four-members {
	width:22%;
	margin-left: 1.44%;
	margin-right: 1.44%;
}
.five-members {
	width:17.33%;
	margin-left: 1.33%;
	margin-right: 1.33%;
}
.member {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	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 columns
/*===================================================================================*/
.three-columns-pricing {
	width:30.66%;
	margin-left: 1.33%;
	margin-right: 1.33%;
}
.four-columns-pricing {
	width:22%;
	margin-left: 1.44%;
	margin-right: 1.44%;
}
.five-columns-pricing {
	width:17.33%;
	margin-left: 1.33%;
	margin-right: 1.33%;
}
.pricing-table {
	float:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #e1e1e1;
	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 {
	font-weight: 700;
}
.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(../img/social-icons/addthis.png);
}
ul.social-set li a.social-behance {
	background-image: url(../img/social-icons/behance.png);
}
ul.social-set li a.social-blogger {
	background-image: url(../img/social-icons/blogger.png);
}
ul.social-set li a.social-delicious {
	background-image: url(../img/social-icons/delicious.png);
}
ul.social-set li a.social-deviantart {
	background-image: url(../img/social-icons/deviantart.png);
}
ul.social-set li a.social-digg {
	background-image: url(../img/social-icons/digg.png);
}
ul.social-set li a.social-dopplr {
	background-image: url(../img/social-icons/dopplr.png);
}
ul.social-set li a.social-dribbble {
	background-image: url(../img/social-icons/dribbble.png);
}
ul.social-set li a.social-evernote {
	background-image: url(../img/social-icons/evernote.png);
}
ul.social-set li a.social-facebook {
	background-image: url(../img/social-icons/facebook.png);
}
ul.social-set li a.social-flickr {
	background-image: url(../img/social-icons/flickr.png);
}
ul.social-set li a.social-forrst {
	background-image: url(../img/social-icons/forrst.png);
}
ul.social-set li a.social-github {
	background-image: url(../img/social-icons/github.png);
}
ul.social-set li a.social-google {
	background-image: url(../img/social-icons/google.png);
}
ul.social-set li a.social-grooveshark {
	background-image: url(../img/social-icons/grooveshark.png);
}
ul.social-set li a.social-instagram {
	background-image: url(../img/social-icons/instagram.png);
}
ul.social-set li a.social-lastfm {
	background-image: url(../img/social-icons/lastfm.png);
}
ul.social-set li a.social-linkedin {
	background-image: url(../img/social-icons/linkedin.png);
}
ul.social-set li a.social-mail {
	background-image: url(../img/social-icons/mail.png);
}
ul.social-set li a.social-myspace {
	background-image: url(../img/social-icons/myspace.png);
}
ul.social-set li a.social-paypal {
	background-image: url(../img/social-icons/paypal.png);
}
ul.social-set li a.social-picasa {
	background-image: url(../img/social-icons/picasa.png);
}
ul.social-set li a.social-pinterest {
	background-image: url(../img/social-icons/pinterest.png);
}
ul.social-set li a.social-posterous {
	background-image: url(../img/social-icons/posterous.png);
}
ul.social-set li a.social-reddit {
	background-image: url(../img/social-icons/reddit.png);
}
ul.social-set li a.social-rss {
	background-image: url(../img/social-icons/rss.png);
}
ul.social-set li a.social-sharethis {
	background-image: url(../img/social-icons/sharethis.png);
}
ul.social-set li a.social-skype {
	background-image: url(../img/social-icons/skype.png);
}
ul.social-set li a.social-soundcloud {
	background-image: url(../img/social-icons/soundcloud.png);
}
ul.social-set li a.social-spotify {
	background-image: url(../img/social-icons/spotify.png);
}
ul.social-set li a.social-stumbleupon {
	background-image: url(../img/social-icons/stumbleupon.png);
}
ul.social-set li a.social-tumblr {
	background-image: url(../img/social-icons/tumblr.png);
}
ul.social-set li a.social-viddler {
	background-image: url(../img/social-icons/viddler.png);
}
ul.social-set li a.social-vimeo {
	background-image: url(../img/social-icons/vimeo.png);
}
ul.social-set li a.social-virb {
	background-image: url(../img/social-icons/virb.png);
}
ul.social-set li a.social-windows {
	background-image: url(../img/social-icons/windows.png);
}
ul.social-set li a.social-wordpress {
	background-image: url(../img/social-icons/WordPress.png);
}
ul.social-set li a.social-twitter {
	background-image: url(../img/social-icons/twitter.png);
}
ul.social-set li a.social-youtube {
	background-image: url(../img/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;
	padding-left: 175px;
}
.breadcrumb li {
	display: inline;
	color: #00345B !important;
}
.breadcrumb li:after {
	content: "/";
	padding: 0 5px;
 	
}
.breadcrumb li:last-child:after {
	content: "";
}
/*-----------------------------------------------------------------------------------*/
/*	2.18	Pagination
/*-----------------------------------------------------------------------------------*/
ul.page-numbers {
	list-style-image:none;
	list-style: none;
	overflow: hidden;
	margin: 0 0 20px 0;
}
ul.page-numbers li {
	margin: 0 5px 5px 0;
	float: left;
}
ul.page-numbers li a, ul.page-numbers li span {
	padding: 5px 8px;
	line-height: 1.357em;
	display: block;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
}
ul.page-numbers li a:hover, ul.page-numbers 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: #e1e1e1;
}
.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;
}
#footer .flickr li {
	margin: 0 4px 5px 0 !important;
}
#footer .flickr li img {
	border: 1px solid #acacac !important;
}
.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 #e1e1e1;
	padding: 2px;
	height: 100%;
	display: block;
}
.flickr li a img {
}
/*===================================================================================*/
/* 	4.	Header
/*===================================================================================*/
#header {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 5px;
}
#logo {
	float: left;
	margin-bottom: 10px;
}
h1#site-title {
	font-size:3.571em;
	font-weight: 400;
	letter-spacing:-1px;
}
h2#site-description {
	color:#555555;
	font-size: 1.000em;
	margin-bottom:15px;
	line-height: 1.000em;
}
#main-right-block {
	float: right;
 }
ul.contact-informations {
/*	border-right: 1px solid #e1e1e1;
*/	padding-right: 5px;
	margin-right: 0px;
	float: left;
	list-style: none;
	margin-left: 0px;
}
ul.contact-informations li {
	text-align: right;
}
ul.contact-informations i {
}
ul.contact-informations li div {
	font-size: 12px;
 	color:#939598;
 	font-weight:bold;
 }
ul.contact-informations li div span{
	color:#00345B !important;
}

 #weather {
	float: left;
}
#weather .weather-image {
}
#weather .weather-image img {
}
#weather h6 {
	font-weight: 700;
	margin-bottom: 0px;
}
#weather span {
}
#weather h6, #weather p {
	margin-left: 72px;
}
/*===================================================================================*/
/* 	5.	Slider
/*===================================================================================*/
.slider-holder {
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
	margin-top: -20px;
/*	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: right !important;
	right: 20px;
	margin: 0px auto;
	width:940px;
	bottom:50px;
}
.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-fullwidth .ls-bottom-slidebuttons a {background:url(../img/nav-bullets.png) no-repeat 100% 100% !important ;  padding-left: 20px !important;}
.ls-fullwidth .ls-bottom-slidebuttons a.ls-nav-active {background:url(../img/nav-bullets.png) no-repeat 0 100% !important;}
.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 #e1e1e1;
	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: 30px;
	margin-bottom: 20px;
	font-size: 21px;
	border-bottom: 2px solid #c6c6c6;
	line-height:40px;
	font-weight:bold;
}
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(../img/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(../contact_form/img/success.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/*===================================================================================*/
/* 	9.	Footer
/*===================================================================================*/
#footer h5 {
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color:#FFF;
}
#footer {
	font-size:90%;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footer i, #footer h5, #footer a {
	color:#FFF;
}
#footer .widget ul.tags li a {
	background-color:transparent;
	border: 1px solid #acacac;
}
#footer .widget ul.tags li a:hover {
	border: 1px solid #fff;
}
#footer .widget {
	width: 155px;
	float: left;
	display: inline; 
 	position:relative;
	text-align:center;
	font-size: 12px;
}
#footer .widget:first-child {
	margin-left: 0px;
	width: 140px; 
	text-align:left;
	padding-left: 20px;
	
}
#footer .widget-4 { width: 140px !important;}
#footer .widget-3 { width: 140px !important;}
#footer .widget-5  { width: 190px !important;}
#footer .widget:last-child {
	margin-left: 0px;
	width: 130px; 
	text-align:right;
	padding-right:20px;
	
}

/*===================================================================================*/
/* 	10.	Copyright
/*===================================================================================*/
#copyright {
	font-size: 90%;
	padding-top: 20px;
}
/*===================================================================================*/
/* 	11.	Rooms
/*===================================================================================*/
.accommodation {
	border-bottom: 1px solid #e1e1e1;
	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(../img/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 #e1e1e1;
	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(../img/room-features/room-service.png);
}
ul.room-features li.room-tv {
	background-image: url(../img/room-features/room-tv.png);
}
ul.room-features li.room-bar {
	background-image: url(../img/room-features/room-bar.png);
}
ul.room-features li.room-wifi {
	background-image: url(../img/room-features/room-wifi.png);
}
ul.room-features li.room-sef {
	background-image: url(../img/room-features/room-sef.png);
}
ul.room-features li.room-loundry {
	background-image: url(../img/room-features/room-loundry.png);
}
ul.room-features li.room-for-disabled {
	background-image: url(../img/room-features/room-for-disabled.png);
}
ul.room-features li.room-no-smooking {
	background-image: url(../img/room-features/room-no-smooking.png);
}
ul.room-features li.room-pets {
	background-image: url(../img/room-features/room-pets.png);
}
ul.room-features li.room-no-pets {
	background-image: url(../img/room-features/room-no-pets.png);
}
ul.room-features li.room-parking {
	background-image: url(../img/room-features/room-parking.png);
}
ul.room-features li.room-swimming-pool {
	background-image: url(../img/room-features/room-swimming-pool.png);
}
ul.room-features li.room-hair-dryer {
	background-image: url(../img/room-features/room-hair-dryer.png);
}
ul.room-features li.room-dinner {
	background-image: url(../img/room-features/room-dinner.png);
}
ul.room-features li.room-barbershop {
	background-image: url(../img/room-features/room-barbershop.png);
}
ul.room-features li.room-giftshop {
	background-image: url(../img/room-features/room-giftshop.png);
}
ul.room-features li.room-wellness {
	background-image: url(../img/room-features/room-wellness.png);
}
ul.room-features li.room-tennis {
	background-image: url(../img/room-features/room-tennis.png);
}
ul.room-features li.room-cocktailbar {
	background-image: url(../img/room-features/room-cocktailbar.png);
}
ul.room-features li.room-gym {
	background-image: url(../img/room-features/room-gym.png);
}
ul.room-features li.room-kids {
	background-image: url(../img/room-features/room-kids.png);
}
ul.room-features li.room-doctor {
	background-image: url(../img/room-features/room-doctor.png);
}
ul.room-features li.room-library {
	background-image: url(../img/room-features/room-library.png);
}
ul.room-features li.room-currency-exchange {
	background-image: url(../img/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;
	margin-bottom:5px;*/
}
.special-feature:hover {
/*	border: 1px solid #e1e1e1;
	-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 {
/* 	border-bottom: 1px solid #f0f0f0 !important;
	border-top-style: solid;
	border-top-width: 3px;*/
	border:none;
	padding:5px;
	font-weight: 700;
	margin:0;
	font-size:12px;
}
.special-feature p {
 	padding-left: 5px;
	padding-right: 5px;
}
/*===================================================================================*/
/* 	13.	Special offers
/*===================================================================================*/
.special-offer {
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
	margin-bottom: 30px;
}
.special-offer .offer-preview {
	margin-left: 0 !important;
	width: 200px;
	padding-bottom: 11px;
	background-image: url(../img/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 #e1e1e1;
	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: #e1e1e1;
}
.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(../img/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;
}
.front-left { width: 210px; float:left;}
.front-left ul.image-slider {margin-left:0; margin-right: 10px; display:inline-block;}
.front-right {
width: 220px;
float: left;
padding: 9px 0px;
 } 
 
.front-right ul.front-page-news li a img{ max-width: 200px !important;}

.front-right  h2 { font-size:11px; font-weight:bold; text-transform:uppercase; padding : 0 0 5px 10px ; margin:0 0 5px 0;  border-bottom: 1px solid #ddd}
.front-right  .last h2  { border-bottom:none !important;}
.front-middle{ width: 475px; float:left;  padding-left: 20px; padding-right: 15px;}
.front-middle  strong { color:#00345b;}
.front-middle  img {margin:0;}
.front-middle h4 {margin-bottom: 20px;}
.front-middle .content {}
.front-middle .content h3{font-size: 1.47em;
font-weight: bold;
padding-bottom: 10px;
border-bottom: 1px solid #C6C6C6;
width: 97%;}
ul.image-slider { list-style:none ; display:inline-block; margin:0 ; padding:0;}
ul.image-slider li { float:left; padding:5px 0;}
ul.front-page-news { list-style:none; display:inline-block; margin-bottom:0; font-size: 12px; margin-left: 5px;}
ul.front-page-news li { float:left;}
.news-date { margin:0; padding:0; font-size:11px; color:#00345b;}
.read-more { font-size: 11px; text-transform:uppercase; background:url(../img/small-arrow.jpg) no-repeat right 1px; padding-right: 12px;}
.read-more a {color:#ee641b !important; }
.view-all { float:right; clear:both; width:100%;}
  .lead_form_div {  }
.lead_form_div label { display:none;}
.lead_form_div p  {margin-bottom: 10px; height: 25px;}
  .lead_form_div form { margin-bottom:0 !important;}
 .lead_form_div  input[type="text"] {margin-bottom: 3px;
padding: 5px;
background: #D4D4D4;
border: 1px solid #BCBCBC;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 180px;}

  .lead_form_div br {height:0px; display:none;}
    .lead_form_div .button { float:left; margin-left: 80px;}
#primary-navigation, #footer {background:none !important;}
#footer .container {background:#939598; padding: 8px 6px 5px 6px;  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
span.more { 
background: url(../img/orange-arrow.png) no-repeat right 8px;
width: 70px;
height: 20px;
margin-left: 5px;
position: absolute;
line-height: 25px;
}
span.more a {color: #EE641B !important; font-size:11px; text-transform:uppercase;}
.ui-tabs  { background:none !important; border:0 !important ; padding:15px !important;}
.ui-tabs .ui-tabs-panel{border : 2px solid #dadada  !important; padding: 15px!important; font-size: 12px; line-height: 20px; background:#fefefe !important; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
.ui-widget-content p strong { color:#00345b !important;}
.ui-widget-header {background:none !important; border:none !important; text-align:right;}
.ui-widget-content {color:inherit !important;}
.ui-widget-content p { line-height:20px;}
div.ninja-forms-form-wrap { border: 2px solid #e6e6e6 ; padding:10px; -webkit-border-radius: 5px; background:#fff;
-moz-border-radius: 5px;
border-radius: 5px;}
.simple-image {margin-bottom:0 !important;}
@media only screen and (min-width: 768px) and (max-width: 959px) {
label {
width: 200px ;
}
input[type="text"], select { width:35% ; }
.front-middle{width: 470px !important; float:left;}
 .left-content { width: 470px !important;}
.front-left {display:none;}
 
 }

 
@media only screen and (max-width: 767px)
{
.breadcrumb { padding-left: 0 !important;}
.ui-tabs .ui-tabs-nav li a { padding: 8px !important;}
label {
	text-align:left !important;
	padding-right: 25px;
}
input[type="text"], select { width:70% !important;}
.front-left {display:none;}
.front-middle { width: 100%  !important; float:left;}
.left-content { width: 100%  !important; float:left;}

.front-right {width: 90%;}
#footer .widget:first-child , #footer .widget, #footer .widget:last-child{ width: 90%; text-align:left; padding-left: 30px; }
 #main-right-block { margin-top: 20px;}
 
  }

@media only screen and (max-width: 500px)
{
.slider-holder { display:none !important;}

label {
	text-align:left;
	padding-right: 25px;
}
input[type="text"], select { width:90% !important;}
.front-left {display:none;}
.front-middle { width: 100% !important;}
.left-content { width: 100% !important; float:left;}

.front-right {width: 90%;}
#footer .widget:first-child , #footer .widget, #footer .widget:last-child{ width: 90%; text-align:left; padding-left: 30px; }
 }

 .left-content { width: 701px; padding-right:15px; float:left; }
 ul#news_feed { list-style:none;}
 ul#news_feed p { margin-bottom:0; }
  ul#news_feed span.read-more {margin-bottom: 20px;} 
  ul#news_feed h4 { margin-top:10px; font-size: 13px; font-weight:bold; margin-bottom: 5px;}
 

	div.printfriendly { width:66px; margin:0 auto;}
	
	#gaiframe { display:none !important; height: 0px !important;}
	#pf-dialog { top: 160px !important;}
	#pf-dialog-ads {  display:none !important; }
 .widgettitle {font-size: 11px;
font-weight: bold;
text-transform: uppercase;
padding-left: 10px; margin:0 0 5px 0;
text-align:left;
}

.right-background {background: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:10px 10px 20px 10px;
}

.featured-forms {
display:none;
height: 70px;
background: #00345B;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 10px 5px;
text-align: center;
color:#fff;
margin-top:20px;
}
featured-images { display:none;}
.featured-forms .widgettitle{ color: #fff; margin: 0 15px 10px 15px; padding: 0 0 5px 10px; border-bottom:  1px solid ; border-color:rgba(0,0,0,0.7)}
.no-border {border:none !important; }	
.submit-wrap { width: 100px; float:none; margin:0 auto; padding: 30px 0 0 50px }
.textarea-wrap  textarea { min-height: 100px !important;}
 .older { margin-left: 20px;}
 .newer { float:right; margin-right : 20px;}
 .email-container {width:940px; margin:0 auto; height: 40px; }
 	.email-print { width: 100%;
		min-width: 155px;
		margin: 0 auto;
		text-align: center;
		height: 30px;
		display: table-cell;
		bottom: 10px;
		vertical-align: bottom;
 }

 h2.widgettitle {font-size: 12px;
font-weight: bold;
text-transform: uppercase;
padding-left: 10px;}

.front-right ul { list-style:none; margin-left:0 !important;}
#sidebar ul { list-style:none;}
.news-sidebar-widget ul li { background:url(../img/list-icon.png) no-repeat left 4px; padding-left: 16px; margin-bottom:10px;}

.wp-caption p.wp-caption-text {
    font-size: 10px;
    line-height: 13px;
    margin: 0;
    padding: 0 4px 10px;
}
 .ui-widget-header .ui-state-active {
  border: 1px solid #e5e5e5;
  background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
  border-bottom: 2px solid #FFF !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #00345B !important;
  text-decoration: none;
  font-size: 13px;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
  color: #00345B !important;
  font-weight: bold;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: right !important;
  position: relative;
  top: 1px !important;
  margin: 1px .2em -2px 0;
  border-bottom: 2px solid #DADADA;
  padding: 0;
  white-space: nowrap;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
  position: absolute;
  right: .5em;
  left: auto !important;
  top: 50%;
  margin-top: -8px;
}
 
.ui-icon-triangle-1-e {
  background-position: -64px -16px !important;
}

.ui-icon-triangle-1-s{
  background-position: -32px -16px !important;
}

.ui-accordion .ui-accordion-header a { font-size: 13px !important;}

.squelch-taas-toggle .ui-accordion-header, .squelch-taas-accordion .ui-accordion-header { font-weight:normal !important;}