/*
@font-face {
 font-family: 'Exo 2', serif;
 src: url('../fonts/Chunkfive.otf');
/* src: url('../fonts/Chunkfive-webfont.eot?#iefix') format('eot'),  url('../fonts/Chunkfive-webfont.woff') format('woff'),  url('../fonts/ChunkFive-Normal.otf') format('opentype'),  url('../fonts/Chunkfive-webfont.svg#webfont90E2uSjN') format('svg'); */
/*
 font-weight: normal;
 font-style: normal;
}
*/
/* Text elements */

@import url(https://fonts.googleapis.com/css?family=Exo+2:400,900italic,400italic,600,700italic,800,900);

p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin:/* 0 0 18px 1.5em*/0px;
	padding:0px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,  ol ol,  ul ol,  ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,  em,  i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,  blockquote em,  blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,  acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,  sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],  textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);/*padding: 2px;*/

}
/* Text meant only for screen readers */

.screen-reader-text {
	position: absolute;
	left: -9000px;
}
form label {
	font-weight: normal;
}
form .webform-component {
	margin-bottom: 10px;
}
form label.checkbox {
	margin: 0px;
	padding: 0px;
}
form .form-actions {
	background-color: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form .fileupload .uneditable-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 40px !important;
	padding-bottom: 9px !important;
	padding-top: 9px!important;
	width: 100px;
}
form .fileupload .input-append {
	margin-bottom: 0px;
}
form .fileupload .input-append .btn.fileupload-exists {
	background-color: #022a3b;
}
form .fileupload .btn {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	border-radius: 0px !important;
	background-color: #0581b5;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
}
form .fileupload .btn span {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
form .fileupload .btn:hover {
	background-color: #045e83;
}
form input[type=submit].btn {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	border: 0px;
	color: #fff;
}
form input[type=submit].btn:hover {
	background-color: #045e83;
}
textarea, input[type=text], input[type=password], input[type=email] {
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-image: none;
	border:1px solid #c2c2c2;
	color: #707070;
	margin: 0px;/*  padding: 6px;*/

}
textarea:active, textarea:focus, input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus, input[type=email]:active, input[type=email]:focus {
	border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
}
button.form-submit {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color: #0581b5;
	background-image: url("../img/arrow-right-white.png");
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	border: 0px;
	padding: 7px 32px 7px 15px;
}
button.form-submit:active, button.form-submit:focus, button.form-submit:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color: #045e83;
	background-position: 90% center;
}
#navigation {
	float: right;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.nav li.dropdown:hover ul.dropdown-menu a {
	padding:10px;
	margin:0px;
}
ul.nav li.dropdown:hover ul.dropdown-menu li:last-child {
	border:none;
}
#navigation .current-menu-item {
	background-color:#73E6AC;
	color: #01341B;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:rgba(0, 0, 0, 0.298039) 0px 0px 6px 0px;
}
#navigation .current-menu-item a, visited {
	color:#fff;
	margin:0px;
}
#navigation .nav-open {
background-color:#6600FF !important;
}
/* if you want to hide the arrow */

a.menu:after, .dropdown-toggle:after {
	content: none;
}
a.livechat {
	display:block;
	margin:0px 30px 0px 0px;
	clear:both !important;
	background-image:url(../myimg/livechaticon.png);
	width:137px;
	height:54px;
	text-indent:-1000px;
}
a.livechat:hover {
background-image:url(../myimg/livechathover.png);
}
#main {
	margin:30px 0 0 0;
}
#casagenochatbox {
background-color:#fff;
position: fixed;
bottom:0;
right:20px;
width:700px;
height:700px;
}

#herounit {
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	padding:50px 0px 100px 0px;
	background-size: cover;
}
#herounit h1 {
	font-family: 'Exo 2', serif;
	font-weight:700;
	color:#FFFFFF;
	text-align:center;
	font-size:3.5em;
	line-height:1.3em;
	text-shadow: 1px 2px 8px rgb(100, 100, 100);/*letter-spacing:2px;*/

}
#herounit p {
	color:#181818;
	font-size:1.5em;
	line-height:1.4em;
	margin-bottom:20px;
	display:block;
}
#herounit .btn {
	border:3px solid #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow:rgba(0, 0, 0, 0.298039) 0px 0px 6px 0px;
	padding:12px 59px 15px 40px;
}
#homebluebox {
	background-color:#79BAD8;
}
#homebluebox .insideboxes {
	background-color:#1C7FAD;
	margin-bottom:30px;
	min-height:140px; 
	
}
#homebluebox .insideboxes h4 {
	color:#FFFFFF;
	font-size:1.6em;
	font-family: 'Exo 2', serif;
	font-weight:normal !important;
	letter-spacing:1px;
	padding:10px 0px 10px 20px;
	margin:0px;
	text-align:left;
	background: #2b9fd5; /* Old browsers */
	background: -moz-linear-gradient(top, #2b9fd5 0%, #055073 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b9fd5), color-stop(100%, #055073)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2b9fd5 0%, #055073 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2b9fd5 0%, #055073 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2b9fd5 0%, #055073 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2b9fd5 0%, #055073 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9fd5', endColorstr='#055073', GradientType=0 ); /* IE6-9 */
}
#homebluebox .insideboxes ul {
	margin:0px;
	padding:15px 0px 10px 12px;
	clear:both;
	overflow:hidden;
}
#homebluebox .insideboxes ul li {
	list-style:none;
	color:#FFFFFF;
	float:left;
	text-align:left;
	width:33%;
	margin-bottom:5px;
}
#homebluebox .insideboxes ul li a, visited {
	color:#FFFFFF;
}
#home_intro {
}
#home_intro h3 {
	font-family: 'Exo 2', serif;
	font-size:3em;
	color:#666666;
	text-align:left;
	margin-bottom:25px;
}
.why_tagera {
	clear:both;
	text-align: left;
	margin-bottom:20px;
	border:1px solid #EFEFEF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:15px 5px 15px 5px;
}
.why_tagera img {
	float:left;
	margin:0px 20px 0px 0px;
}
.why_tagera h5 {
	font-size:1.5em;
	text-transform:uppercase;
}
.tageraprocess img {
	max-width:100% !important;
}
/*
#home_callaction {
border-top:1px solid #CCCCCC;
margin:25px auto 0px auto;
float:none;
padding:40px 0px 0px 0px;
overflow:hidden;
text-align:center !important;
}
#home_callaction h3 {
float:left;
font-family: 'Exo 2', serif;
color: #666666;
font-weight:normal;
font-size:3.5em;
line-height:1.1em;
margin:0px 0px 10px 0px;
}
#home_callaction .btn {
margin:0px 0px 20px 20px !important;
background-color:#66CD9A;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:#fff;
padding-top:20px;
padding-bottom:20px;
}
#home_callaction .btn:hover {
	background:#3cb87b;
	color:#fff;
}
*/
#home_callaction .move {
text-align:center;
overflow:hidden;
margin:0px auto;
display:block;
}
#home_callaction .move h3 {
font-size:50px;
}
#home_callaction .btn {
	background-color:#73E6AC;
	color:#FFFFFF !important;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	padding-top:20px;
	padding-bottom:20px;
	display:block !important;
	margin: 0px auto !important;
	width:250px !important;
	text-align:center;
	font-size:1.5em;
}
#home_callaction .btn:hover {
	background:#0584B8;
}
#home_callaction {
padding:35px 0px 0px 0px;
overflow:hidden;
margin:0px;
box-shadow:none;
}
#home_callaction .btn {
margin:0px 0px 0px 20px !important;
background-color:#73E6AC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-top:20px;
padding-bottom:20px;
}
#home_callaction h3 {
font-family: 'Exo 2', serif;
font-size:4em;
color:#191919;
margin-bottom:25px;
font-weight:700;
}
#home_callaction h4 {
font-family: Arial, Helvetica, sans-serif;
font-size:1.8em;
font-weight:normal !important;
color:#191919;
margin-bottom:25px;
}
#home_lawyerlist {
	padding:5px 0px 45px 0px;
	background: url(../myimg/tageramap.png) repeat-x left top;
	overflow: hidden;
}
#home_lawyerlist .properties-grid {
padding-left:8px;
}
#home_lawyerlist .property {
	position:relative;
}
#home_lawyerlist .property .tag-img { position:absolute; 	background: url(../myimg/flag-icon.png) no-repeat; width:20px; height:43px; top:0; right:20px; z-index:999;}
#home_lawyerlist h3 {
	font-family: 'Exo 2', serif;
	font-weight:normal;
	color:#FFFFFF;
	font-size:3.5em;
	margin:40px 0px 40px 0px;
	text-align:center;
	line-height:1.3em;
	text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);/*letter-spacing:2px;*/

}
#home_lawyerlist .content img {
/*margin:10px;

max-width:250px;

height:190px;*/

}
#home_lawyerlist .bedrooms {
	float:left;
	margin:0px 0px 0px 15px;






}
#home_lawyerlist i {
	color: #929292;
}
#homeseocontent h4 {
	font-size:1.5em;
	margin-bottom:15px;
	line-height:1.3em;
	font-weight:normal;
}
#home_testimonials {
	background: #f5f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f6f6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f6f6), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f6f6 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f6f6 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f6f6 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f6f6 0%, #ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	border-top:1px solid #CCCCCC;
	margin:25px 0px 0px 0px;
}
#home_testimonials .span6 {
margin-bottom:30px !important;
overflow:hidden;
}
#home_testimonials h3 {
	font-family: 'Exo 2', serif;
	font-size:3em;
	color:#666666;
	text-align:center;
	margin-bottom:25px;
}
#home_testimonials blockquote {
	color:#666666;
	font-size:1.4em;


	line-height:normal;
	font-style:normal;
	margin:0px 0px 0px 0px !important;
	padding:0px;
}
.img-testimonial { float:left; margin:0px 15px 0px 0px;}
.client-word {width:440px; float:left; }
.client-name { font-size:16px; font-family:arial, san-serif; color:#000;}
.bold { font-weight:bold; }


#get_started .move {
text-align:center;
overflow:hidden;
margin:0px auto;
display:block;
}
#get_started .move h3 {
font-size:50px;
}
#get_started .btn {
	background-color:#73E6AC;
	color:#FFFFFF !important;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	padding-top:20px;
	padding-bottom:20px;
	display:block !important;
	margin:0px auto 20px auto !important;
	width:250px !important;
	text-align:center;
}
#get_started .btn:hover {
	background:#0584B8;
}
#get_started {
background-color:#66CD9A;
padding: 28px 0px 10px 0px;
overflow:hidden;
margin:0px;
box-shadow:none;
}
#get_started .btn {
margin:0px 0px 0px 20px !important;
background-color:#73E6AC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-top:20px;
padding-bottom:20px;
}
#get_started h3 {
font-family: 'Exo 2', serif;
font-size:4em;
color:#fff;
margin-bottom:25px;
font-weight:700;
}
#get_started h4 {
font-family: Arial, Helvetica, sans-serif;
font-size:1.8em;
font-weight:normal !important;
color:#fff;
margin-bottom:25px;
}
.sidebar .widget {
	margin-top:0px;
}
.sidebar .widget h2.title {
	color:#191919 !important;
	background-color:#ECECEC;
	font-size:1.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*letter-spacing:1px;*/
	padding:5px 10px;
	margin:0px !important;
	text-align:left;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	border-radius:7px 7px 0px 0px;
	font-weight:normal;
}
.sidebar .textwidget p {
	padding:0px;
}
.sidebar .widget .widget-container .textwidget { padding:10px; }
/*.sidebar .textwidget p a img { width:250px; height:auto; display:block; }*/
.sidebar .widget .widget-container .textwidget img {
	max-width:100%;
}
.sidebar .nobg {
border:none !important;
background:none !important;
}
.sidebar .textwidget .gform_wrapper {
background:none;
border:none;
padding:0px !important;
margin:0px !Important;
}
.sidebar .textwidget .gform_wrapper ul {
margin:0px;
}
.sidebar .textwidget .gform_wrapper ul li {
padding:0px !important;
margin:0px !Important;
list-style:none;
background:none !important;
}
.sidebar .textwidget .gform_wrapper .button {
float:none;
display:block;
width:100px;
margin:0px auto;
}

.entry-content h3 {
	margin-bottom:20px;
}
h2.gsection_title {
	font-weight:normal;
}
.blogsidebar .sidebar .widget .content {
	background:none;
	margin:0px 0px 0px 0px;
	border:none;
	padding:0px;

}
.blogsidebar .sidebar .widget h2.title {
	color:#191919 !important;
	background:none;
	font-size:1.5em;
	font-family: 'Exo 2', serif;
	font-weight:normal !important;
	letter-spacing:1px;
	padding:0px;
	margin:20px 0px 0px 0px !important;
	text-align:left;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	border-radius:7px 7px 0px 0px;
}
.blogsidebar .sidebar .widget .content ul  {
padding:0px;
}
.blogsidebar .sidebar .widget .content ul li {
	margin:0px;
}
.dashboard-sidebar {
	margin-top:64px;
}
.borderwhite {
	padding:4px;
	background-color:#fff;
	border:1px solid #F0F0F0;
}
.sidebar .widget .content {
	margin-bottom:20px;
	background-color:#FAFAFA;
	border:1px solid #F4F4F4;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.sidebar .contact ul {
	padding:25px;
}
.sidebar .widget .content ul {
	margin:0px;
	padding:20px;
}
.sidebar .widget .content ul li {
	background: url(../myimg/sidebararrow.png) no-repeat left 13px;
	margin-bottom:0px;
	margin-left:0px;
	border-bottom:1px solid #EFEFEF;
	padding-left:20px;
	list-style:none;
	font-size:16px;
	line-height:30px;
	font-size:1.0em;
}
.sidebar .widget .content ul li:last-child {
	border:none;
}
.servicescat ul h3 {
	margin-bottom:10px;
	margin-top:30px;
}
.sidebar .widget .content a {
	font-size:0.9em !important;
}
.sidebar #wp-calendar {
	width: 100%;
}
.sidebar #wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
.sidebar #wp-calendar thead {
	font-size: 11px;
}
.sidebar #wp-calendar thead th {
}
.sidebar #wp-calendar tbody {
	color: #aaa;
}
.sidebar #wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
.sidebar #wp-calendar tbody .pad {
	background: none;
}
.sidebar #wp-calendar tfoot #next {
	text-align: right;
}
.subscribe-form {
	padding:0px !important;
	margin:0px 0px 0px -20px;
!Important;
}
.subscribe-form h3 {
	margin:0px;
	background: #aef8d3; /* Old browsers */
	background: -moz-linear-gradient(top, #aef8d3 0%, #7ccfa6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aef8d3), color-stop(100%, #7ccfa6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aef8d3 0%, #7ccfa6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aef8d3 0%, #7ccfa6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aef8d3 0%, #7ccfa6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #aef8d3 0%, #7ccfa6 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aef8d3', endColorstr='#7ccfa6', GradientType=0 ); /* IE6-9 */
	padding:10px 10px;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	border-radius:7px 7px 0px 0px;
	color:#FFFFFF !important;
	font-family: 'Exo 2' !important;
	text-transform:uppercase;
	text-shadow: 0px 1px 0px rgba(0, 0, 17, 1);
}
.subscribe-form form {
	margin:0px;
	padding:15px;
	background-color:#8CEEBD;
	-webkit-border-radius:0px 0px 7px 7px;
	-moz-border-radius:0px 0px 7px 7px;
	border-radius:0px 0px 7px 7px;
}
.subscribe-form form label {
	color:#181818;
	margin-bottom:10px;
	font-weight:400;
}
.subscribe-form form input[type="text"], input[type="email"] {
	margin-bottom:25px;
	width:83.6%;
	padding:0px 10px !important;
}
.subscribe-form form input[type="submit"] {
	background-image:url(../myimg/subscribearrow.png);
	background-repeat:no-repeat;
	background-position:center right;
	border:4px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	background-color:#397C5B;
	font-family: 'Exo 2', serif;
	color:#FFFFFF;
	padding:15px 45px 10px 15px;
	text-transform:uppercase;
	font-size:1.3em;
	max-width:100%;
}
.subscribe-form form input[type="submit"]:hover {
background-color:#5ab387;
}
.userdashboardwidget {
	margin:64px 0px 20px 0px;
	background-color:#FAFAFA;
	border:1px solid #F4F4F4;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:10px;
	overflow:hidden;
}
.userdashboardwidget img {
	width:44px;
	height:44px;
	margin:0px 15px 0px 0px;
	float:left;
	border:2px solid #fff;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
}
.userdashboardwidget span.nameuser {
	display:block;
	color:#C1C1C1;
}
.userdashboardwidget span.creditsavi {
	display:block;
}
.userdashboardwidget .btn {
	background-color:#8CEEBD;
	color:#333333;
	margin:5px 0px 0px 0px;
	font-size:0.8em;
	padding:2px 5px;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
}

.userdashboardwidget .btn:hover {background:#51d28b;}
/* Footer Widget Area */



#footer-top .widget {
	margin-top:40px;
}
#footer-top .widget h2.title {
	color:#FFFFFF;
	font-size:1.5em;
	font-family: 'Exo 2', serif;
	font-weight:normal !important;
	letter-spacing:1px;
	padding:0px 10px;
	margin:0px;
	text-align:left;
	background: #2b9fd5; /* Old browsers */
	background: -moz-linear-gradient(top, #2b9fd5 0%, #055073 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b9fd5), color-stop(100%, #055073)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2b9fd5 0%, #055073 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2b9fd5 0%, #055073 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2b9fd5 0%, #055073 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2b9fd5 0%, #055073 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9fd5', endColorstr='#055073', GradientType=0 ); /* IE6-9 */
}
#footer-top .widget .content {
	margin-bottom:30px;
}
#footer-top .widget .widget-container ul {
	padding:15px;
}
#footer-top .widget .widget-container div {
	padding:15px;
}
#footer-top .widget .content ul li {
	margin-bottom:10px;
	margin-left:-7px;
}
#footer-top.widget .content a {
	font-size:0.9em !important;
}
#footer-top #wp-calendar {
	width: 100%;
}
#footer-top #wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#footer-top #wp-calendar thead {
	font-size: 11px;
}
#footer-top #wp-calendar thead th {
}
#footer-top #wp-calendar tbody {
	color: #aaa;
}
#footer-top #wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#footer-top #wp-calendar tbody .pad {
	background: none;
}
#footer-top #wp-calendar tfoot #next {
	text-align: right;
}
.footwidgetuls {
}
.footwidgetuls ul {
width:45%;
float:left;
}
.footwidgetuls li a, visited {
font-size:1.2em;
}
/* Pricig Table */

.gpp-sc-pricing-table {
	margin-left:20px !important;
	margin-bottom:50px !important;
	margin-top:30px !important;
	overflow:hidden;
	-webkit-box-shadow: 3px 3px 3px 0px #F0F0F0;
	-moz-box-shadow: 3px 3px 3px 0px #F0F0F0;
	box-shadow: 3px 3px 3px 0px #F0F0F0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-left:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	border-bottom:none;
	width:30%;
	}
.gpp-sc-pricing-table .span4 {
	padding:0px !important;
	margin:0px;
	width:100%;
	border:none;
}
.gpp-sc-pricing-table .gpp-sc-pricing-content ul li {
	background:none !important;
	list-style:none !important;
	margin:0px 0px 0px 50px !important;
	list-style-position:inside;
}
.gpp-sc-pricing-table .gpp-sc-pricing-header {
	background:none !Important;
	padding:40px 0px !important;
}
.gpp-sc-pricing-table .gpp-sc-pricing-cost {
	font-size:1.5em !important;
	margin:15px 0 0 0;
	color:#848484 !important;
}
.gpp-sc-pricing-table .silver h5 {

	color:#848484 !important;
	background:none !important;
	font-family: 'Exo 2', serif;
	font-size:35px !important;
	text-transform:uppercase;
}
.gpp-sc-pricing-table .silver .gpp-sc-pricing-cost span {
	color:#848484;
}
.gpp-sc-pricing-table .gold h5 {
	color:#FFCA00 !important;
	background:none !important;
	font-family: 'Exo 2', serif;
	font-size:35px !important;
	text-transform:uppercase;
}
.gpp-sc-pricing-table .gold .gpp-sc-pricing-cost span {
	color:#FFCA00;
}
.gpp-sc-pricing-table .diamond h5 {
	color:#00E4FF !important;
	background:none !important;
	font-family: 'Exo 2', serif;
	font-size:35px !important;
	text-transform:uppercase;
}
.gpp-sc-pricing-table .diamond .gpp-sc-pricing-cost span {
	color:#00E4FF;
}
.gpp-sc-pricing-table .gpp-sc-button {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color:#73E6AC !important;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding-top:20px;
	padding-bottom:20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 0px;
	color: #000;
	font-family: 'Exo 2', serif;
	font-size:16px !Important;
	padding:10px 20px;
	text-transform:uppercase;
	width:auto !important;
	margin-bottom:10px;
	margin-right:10px;
}
a.gpp-sc-button:hover {
	text-decoration:none;
	background:#51d28b;
}
/* =Comments

-------------------------------------------------------------- */

#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,  h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,  #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,  .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,  .comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,  a.comment-edit-link {
	color: #888;
}
.reply a:hover,  a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,  .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */

#respond input[type=submit] {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color:#73E6AC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top:20px;
	padding-bottom:20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	text-shadow: none;

	border: 0px;
	color: #000;
	font-family: 'Exo 2', serif;
	font-size:22px !Important;
	padding:15px 10px 10px 10px !important;
	text-transform:uppercase;
	width:auto !important;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:15px;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Images

-------------------------------------------------------------- */



/*

Resize images to fit the main content area.

- Applies only to images uploaded via WordPress by targeting size-* classes.

- Other images will be left alone. Use "size-auto" class to apply to other images.

*/

img.size-auto,  img.size-full,  img.size-large,  img.size-medium,  .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,  img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,  img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,  img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,  img.alignright,  img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Attachment pages

-------------------------------------------------------------- */



.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Gallery listing

-------------------------------------------------------------- */



.format-gallery .size-thumbnail img,  .category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,  .category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,  .home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
#content h1, h2 {
	font-family: 'Exo 2', serif;
	color: #8CEEBD !important;
}
#content h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#707070;
	line-height:normal;
}
#main .span8 .entry-content h1 {
	font-size:32px;
	font-weight:normal;
	letter-spacing:-1px;
}
/* Gravity Form CSS ------ */

.gform_wrapper {
	background-color:#FBFBFB;
	padding:0px 15px 10px 15px;
	overflow:auto !important;
	border:1px solid #F4F4F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
}
.gform_wrapper .gsection {
	border-bottom:1px solid #F1F1F1 !important;
	color:#181818 !important;
	padding-bottom:10px !important;
	margin-bottom:40px !important;
	overflow:hidden;
}
.gform_wrapper h2.gsection_title {
	color:#090909 !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	display:block;
	letter-spacing:0px;
}
.gform_wrapper ul {
	padding:0px;
	margin:0px;
}
.gform_wrapper ul li::before {
	border:none !important;
}
.gform_wrapper .editprofiletitle {
	background-color:#8CEEBD;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
.gform_wrapper .editprofiletitle h3 {
	color:#FFFFFF !important;
	font-family: 'Exo 2' !important;
	padding:5px 10px;
	font-size:2em;
}
.gform_wrapper ul li.gfield {
	margin-bottom:30px !important;
}
.gform_wrapper label {
	color:#000;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:400 !important;
	width:33% !important;
	line-height:40px;
}
.gform_wrapper .gfield_description {
	margin:-15px 0 0 0;
	line-height:10px;
	padding:0px !important;
	float:left;
	display:none;
}
.gform_wrapper .ginput_left {
	width:100% !important;
}
.gform_wrapper .ginput_right {
	width:100% !important;
}
.gform_wrapper input {
	font-size:14px !important;

/*padding:8px */!important;
	color:#666;
	width:60% !important;
	background-color:#fff;
	/*-moz-box-shadow:    inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	box-shadow:         inset 0 0 5px #ccc;*/
}
.gform_wrapper input:focus, .gform_wrapper textarea:focus  {
	border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
}
.gform_wrapper textarea.medium { width:60%; }
.gform_wrapper textarea {
	font-size:14px !important;
	color:#666;
	background-color:#fff;
	margin-bottom:25px;
	/*-moz-box-shadow:    inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	box-shadow:         inset 0 0 5px #ccc;*/
}
.gform_wrapper select {
	padding:8px 10px !important;
	/*background-image:url(../img/gdropdown.png);
	background-repeat:no-repeat;
	background-position:right;*/
	margin: 0;
	font-size:14px !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#fff;
	color:#666;
	border:1px so #C2C2C2;
	outline:none;
	display: inline-block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height:45px;
	width:61% !Important;
	/*-moz-box-shadow:    inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	box-shadow:         inset 0 0 5px #ccc;*/
}
.gform_wrapper select:hover {border:1px solid #d6e7f8;}
.gform_wrapper input[type="radio"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color:#fff;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-ms-appearance: checkbox;     /* not currently supported */
	-o-appearance: checkbox;      /* not currently supported */
}
.gform_wrapper input[type="radio"] + label {
	font-size:0.9em !important;
	width:100% !important;
	color:#666;
}
.gform_wrapper input[type="radio"]:checked + label {
}
.gform_wrapper .gfield_checkbox label {
	font-size:13px !important;
	width:80% !important;
	line-height:25px !important;
}
.gform_wrapper li#field_1_11 .gfield_required {
	visibility:hidden;
}
.gform_wrapper li#field_4_8 .gfield_required {
	visibility:hidden;
}
.gform_wrapper .gform_button {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color:#73E6AC;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 0px;
	color: #000;
	font-family: 'Exo 2', serif;
	font-size:26px !Important;
	padding: 15px 25px !important;
	float:right;
	text-transform:uppercase;
	width:auto !important;
	margin-bottom:10px;
	margin-right:10px;
	display:block;
}
.gform_wrapper li#field_2_11 .gfield_required {
color:#FBFBFB;
}

.gform_footer input:hover { background:#51d28b !important; }
/* Edit Profile Page CSS --- */
.wppb_holder {
	background-color:#FBFBFB;
	padding:10px 15px;
	overflow:auto !important;
	border:1px solid #F4F4F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
}
.wppb_holder label {
	color:#000;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:400 !important;
	width:30% !important;
}
.wppb_holder input {
	font-size:14px !important;
	background:#fff;

/*padding:8px*/ !important;
	color:#666;
/*	-moz-box-shadow:    inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	box-shadow:         inset 0 0 5px #ccc;*/
}
.wppb_holder input:focus, .wppb_holder textarea:focus, .wppb_holder select:focus { border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0; }
.wppb_holder textarea {
	font-size:14px !important;
	color:#666;
	margin-bottom:25px;
/*	-moz-box-shadow:    inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	box-shadow:         inset 0 0 5px #ccc;*/
	padding:10px;
	background:#fff;
}
.wppb_holder select {
	padding:9px 10px !important;
	/*background-image:url(../img/gdropdown.png);
	background-repeat:no-repeat;
	background-position:right;*/
	margin: 0;
	font-size:14px !important;
	/*-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
	background-color: #fff;
	color:#666;
	border:1px so #C2C2C2;
	outline:none;
	display: inline-block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
/*	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;*/
	height:45px;
	width:63.8% !Important;
	/*-moz-box-shadow:    inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	box-shadow:         inset 0 0 5px #ccc;*/
}
.wppb_holder input[type="radio"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-ms-appearance: checkbox;     /* not currently supported */
	-o-appearance: checkbox;      /* not currently supported */
	box-shadow: none;
}
/* Don't forget to change the number after form-checkbox to the one assigned to you. */

.wppb-rc-value:after {
	content:"\A";
	white-space:pre;
}
.wppb_holder .button {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color:#73E6AC;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 0px;
	color: #000;
	font-family: 'Exo 2', serif;
	font-size:26px !Important;
	padding: 15px 25px !important;
	float:right;
	text-transform:uppercase;
	width:auto !important;
	margin-bottom:10px;
	margin-right:10px;
}
.wppb_holder .button:hover {background:#51d28b;}
.extraFieldHeading {
	background-color:#8CEEBD;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	color:#FFFFFF !important;
	font-family: 'Exo 2', serif;
	padding:10px 10px;
	font-size:2em;
	display:block;
	font-weight:normal;
}
/* Gravity Form CSS Ends ------ */

/* Login Form InPage CSS ------ */
#wppb_login {
	border:0px solid #DEDEDE;
	margin:0px 23% !important;
	max-width:60%;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
#wppb_login form {
width:80%;
margin:auto;
padding:30px 0px 0px 0px;
}
#wppb_login .message {
	display:none;
}
#wppb_login p {
margin-bottom:20px;
display:block;
overflow:hidden;
}
#wppb_login label {
	margin:0px 0 0 0;
	color:#999999;
	width:15% !important;
	font-weight:bold !important;
}
#wppb_login input {
	width:90% !important;
	padding:10px; !important;
	margin-left:0px;
	font-size:14px !important;
	color:#666;
	background:#fff;
	/*-moz-box-shadow:    inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	box-shadow:         inset 0 0 5px #ccc;*/
}
#wppb_login input:focus {border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;}
  
#wppb_login .submit  {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color:#8ceebd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:15px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 0px;
	color: #000;
	font-family: 'Exo 2', serif;
	font-size:23px !Important;
	width:50% !important;
	text-transform: capitalize;
	margin:10px auto !important;
	display:block !important;
	position:relative;
	clear:both !Important;
	display:block;
	float:none;
}
#wppb_login .submit:hover { background:#51D28B;}

#wppb_login p.login-form-submit {
overflow:hidden;
}

#wppb_login input[type="checkbox"]{
float:left;
margin:14px !important;
width:auto !important;
}
#wppb_login input[type="checkbox"] + label {
display:inline-block;
margin:15px 0 0 0 !important;
width:170px !important;
}
#wppb_login a {
/*float:right;*/
}
/* Login Form Inpage CSS Ends ------ */


/* Recover Password CSS ------ */
#wppb_recover_password {
	border:0px solid #DEDEDE;
	margin:0px 23%;
	width:50%;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
#wppb_recover_password form {
width:90%;
margin:auto;
padding:30px 0px 0px 0px;
}
#wppb_recover_password .message {
	display:none;
}
#wppb_recover_password p {
margin-bottom:20px;
display:block;
overflow:hidden;
}
#wppb_recover_password label {
	margin:0px 0 0 0;
	color:#999999;
	width:95% !important;
	font-weight:bold !important;
}
#wppb_recover_password input {
	width:97% !important;
	/*padding:15px;*/
	padding:0px 0px 0px 10px;
	margin-left:0px;
	font-size:14px !important;
	color:#666;
	background:#fff;
	/*-moz-box-shadow:    inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	box-shadow:         inset 0 0 5px #ccc;*/
}
#wppb_recover_password input:focus {border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;}
  
#wppb_recover_password .submit  {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color:#8ceebd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:15px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 0px;
	color: #000;
	font-family: 'Exo 2', serif;
	font-size:23px !Important;
	text-transform: capitalize;
	float:left;
	width:100% !important;
	display:block !important;
	position:relative;
	clear:both !Important;
}
#wppb_recover_password .submit:hover { background:#51D28B;}

#wppb_recover_password p.login-form-submit {
overflow:hidden;
}

#wppb_recover_password input[type="checkbox"]{
float:left;
}
#wppb_recover_password input[type="checkbox"] + label {
float:right;
width:250px !important;
display:inline-block;
margin:-25px 0 0 0;
}
#wppb_recover_password a {
float:right;
}
/* Recover Password CSS Ends ------ */



/* Login Form POPUP CSS ------ */

#theme-my-login {
	border:5px solid #DEDEDE;
}
#theme-my-login #registerform {
}
#theme-my-login h2 {
	text-align:center;
	font-size:3em;
	margin-bottom:30px;
}
#theme-my-login p {
	clear:both;
	margin:0px auto 20px auto !important;
	display:block;
	width:90%;
	overflow:hidden;
}
#theme-my-login .message {
	display:none;
}
#theme-my-login label {
	margin:10px 0 0 0;
	float:left;
	color:#999999;
	width:22% !important;
}
#theme-my-login input[type="text"] {
	width:73% !important;
	padding:0px 0px 0px 10px;
	float:right;
	margin-left:0px;
	font-size:14px !important;
	color:#666;
	background:#fff;
}
#theme-my-login input[type="password"] {
	width:73% !important;
	padding:0px 0px 0px 10px;
	float:right;
	margin-left:0px;
	font-size:14px !important;
	color:#666;
	background:#fff;
}
#theme-my-login input:focus {border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;}
#theme-my-login .button-primary {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color:#8ceebd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:15px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 0px;
	color: #000;
	font-family: 'Exo 2', serif;
	font-size:23px !Important;
	max-width:20%;
	text-transform: capitalize;
	margin:0px auto !important;
	display:block;
	float:right;
	position:relative;
	left:0px;
}
#theme-my-login .formbutton:hover { background:#51D28B;}
#theme-my-login ul {
	width:100%;
	margin:0px;
	padding:0px;
}
#theme-my-login p.login-remember {
}
#theme-my-login p.login-remember label {
width:300px !important;
margin:0px 0 0 35px;
}
#theme-my-login li.left {
	list-style:none;
	float:left;
	margin:20px 0px 0px 40px;
	font-size:16px;
}
#theme-my-login li.left a: hover {
	text-decoration:underline;
}
#theme-my-login a.lostpwd {
	list-style:none;
	float:left;
	margin:-50px 40px 0px 30px;
	font-size:16px;
}
/* Login Form POPUP CSS Ends ------ */



/* Tasks Page CSS --- */

#tasks ul.nav {
	margin:30px 0px 0px 20px;
	border:none;
}
#tasks ul.nav li {
	margin:0 0 0 0px;
}
#tasks ul.nav li a {
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 32%, #ebeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, #f9f9f9), color-stop(100%, #ebeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 32%, #ebeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 32%, #ebeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 32%, #ebeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f9f9 32%, #ebeaea 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ebeaea', GradientType=0 ); /* IE6-9 */
	border:none;
	color:#666;
}
#tasks ul.nav li.active {
}
#tasks ul li.active a {
	background: #c5c5c5; /* Old browsers */
	background: -moz-linear-gradient(top, #ebeaea 0%, #f9f9f9 68%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebeaea), color-stop(68%, #f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebeaea 0%, #f9f9f9 68%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebeaea 0%, #f9f9f9 68%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebeaea 0%, #f9f9f9 68%); /* IE10+ */
	background: linear-gradient(to bottom, #ebeaea 0%, #f9f9f9 68%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeaea', endColorstr='#f9f9f9', GradientType=0 ); /* IE6-9 */
	border:none;
	color:#333333;
}
#tasks #myTabContent {
	border:1px solid #F4F4F4;
	background-color:#FBFBFB;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#tasks .tasklist {
border:1px solid #E0E0E0;
overflow:hidden;
margin:0px 10px;
padding:15px 10px;
}
#tasks .tasklist span.date {
display:block;
margin:5px 0px;
}
#tasks .tasklist span.author {
display:block;
margin:5px 0px;
}
#tasks .tasklist .creditnumber {
background-color:#FAFAFA;
-webkit-box-shadow: 1px 1px 1px 0px rgba(178,178,178,1);
-moz-box-shadow: 1px 1px 1px 0px rgba(178,178,178,1);
box-shadow: 1px 1px 1px 0px rgba(178,178,178,1);
padding:15px 0px;
text-align:center;
font-size:1.5em;
}
#tasks .tasklist .creditnumber span {
text-align:center;
display:block;
font-size:3em;
line-height:1em;
font-weight:bolder;
}
#tasks .tasklist a.viewtask {
background-color:#8CEEBD;
color:#595959;
display:block;
margin:7px 0px;
padding:5px 0px;
-webkit-box-shadow: 1px 1px 1px 0px rgba(178,178,178,1);
-moz-box-shadow: 1px 1px 1px 0px rgba(178,178,178,1);
box-shadow: 1px 1px 1px 0px rgba(178,178,178,1);
}
button.viewtask {
background-color:#8CEEBD;
color:#595959;
display:block;
margin:7px 0px;
padding:5px 10px;
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
-webkit-box-shadow: 1px 1px 1px 0px rgba(178,178,178,1);
-moz-box-shadow: 1px 1px 1px 0px rgba(178,178,178,1);
box-shadow: 1px 1px 1px 0px rgba(178,178,178,1);
border:none;
}

#tasks .tasklist a.viewtask:hover {background:#51d28b;}
button.viewtask-yes {
	background-color:#8CEEBD;
	color:#595959;
	display:inline;
	margin:7px 10px 7px 0px;
	width:60px;
	height:40px;
	padding:0px 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	border:none;
	text-align:center;
}
a.viewtask-yes {
	background-color:#8CEEBD;
	text-align:center;
	color:#595959;
	display:inline-block;
	margin:7px 20px 7px 7px;
	width:35px;
	padding:10px 10px 12px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	border:none;
}
a.viewtask-no {
	background-color:#e1e1e1;
	text-align:center;
	color:#595959;
	display:inline-block;
	margin:7px 0px;
	width:35px;
	padding:10px 10px 12px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	-webkit-box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	border:none;
}
.single-task {
	border:1px solid #E0E0E0;
	overflow:hidden;
	padding:20px 20px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8f8f8), to(#ffffff));
	background: -webkit-linear-gradient(#f8f8f8, #ffffff);
	background: -moz-linear-gradient(#f8f8f8, #ffffff);
	background: -ms-linear-gradient(#f8f8f8, #ffffff);
	background: -o-linear-gradient(#f8f8f8, #ffffff);
	background: linear-gradient(#f8f8f8, #ffffff);
	-pie-background: linear-gradient(#f8f8f8, #ffffff);
	behavior: url(/pie/PIE.htc);
}
.single-task span {
	display: block;
	margin-bottom:20px;
}
.single-task .creditnumber {
	background-color:#FAFAFA;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	padding:20px;
	text-align:center;
	font-size:1.3em;
	background-image: radial-gradient(center center, circle cover, #fff, #f5f5f5);
	background-image: -o-radial-gradient(center center, circle cover, #fff, #f5f5f5);
	background-image: -ms-radial-gradient(center center, circle cover, #fff, #f5f5f5);
	background-image: -moz-radial-gradient(center center, circle cover, #fff, #f5f5f5);
	background-image: -webkit-radial-gradient(center center, circle cover, #fff, #f5f5f5);
}
.single-task .creditnumber span {
	text-align:center;
	display:block;
	font-size:2.5em;
	line-height:1em;
	font-weight:bolder;
	margin:0px;
}
.single-task a.viewtask {
	background-color:#8CEEBD;
	color:#595959;
	display:block;
	margin:7px 0px;
	padding:5px 0px;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
}
.backbtn {
	background-color:#8CEEBD;
	color:#595959;
	display:block;
	margin:7px 0px;
	font-size:1.2em;
	padding:5px 15px;
	text-decoration:none;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
	box-shadow: 1px 1px 1px 0px rgba(178, 178, 178, 1);
}
.hiddendetails {
	padding:10px;
}
.hiddendetails ul {
	margin:0px;
	padding:0px;
}
.hiddendetails ul li {
	list-style:none;
}
/* Single Task Detail Popup */

.single-pop {
	padding-top:0px;
	text-align:center;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow:hidden;
	width:100%;
}
.single-pop h4 {
	background-color:#68E4A6;
	color:#FFFFFF;
	font-family: 'Exo 2', serif;
	padding:10px 10px;
	font-size:1.5em;
	margin-bottom:50px;
	font-weight:normal;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	max-width:90%;
}
.single-pop ul {
	margin:0px 20px;
	padding:0px;
}
.single-pop ul li {
	list-style:none;
	margin-bottom:15px;
}
.single-pop ul li strong {
	width:40%;
	display: inline-block;
	color:#000000;
	font-weight:normal;
}
.single-pop ul li span {
	border:1px solid #BCBCBC;
	padding:5px 10px;
	width:40%;
	color:#000000;
	display:inline-block;
}
.single-pop .notice {
	color:#FF0000;
	margin:15px 0px;
}
a.grnbtn {
	color:#191919 !important;
}
.no-padd {
	padding:0px;
		margin:0px;
}
.customwidth {
	width:370px;
	padding-left:15px;
}
/**

 * CSS Modal

 * Modal as reusable module

 * http://drublic.github.com/css-modal

 *

 * @author Hans Christian Reinl - @drublic

 * @version 1.0.4

 *

 * Usage:

 *    selector {

 *        @extend %modal;

 *    }

 */

/*

 * Configuration

 */

html {
	overflow-y: scroll;
}
.has-overlay {
	overflow: hidden;
}
.has-overlay > body {
	height: 100%;
	overflow-y: scroll;
}
.semantic-content {
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0;
	color: #222;
	line-height: 1.3;
	display: none\9;
}
.semantic-content:target {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}
.is-active.semantic-content {
	display: block\9;
}
.semantic-content:target {
	display: block\9;
}
.semantic-content .modal-inner {
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 20;
	margin-left: -325px;
	width: 580px;
	overflow-x: hidden;
	border-radius: 12px;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	min-height:335px;
}
.semantic-content .modal-inner > img,  .semantic-content .modal-inner > video,  .semantic-content .modal-inner > iframe {
	width: 100%;
	height: auto;
	min-height: 300px;
}
.semantic-content .modal-inner > img {
	width: auto;
	max-width: 100%;
}
.semantic-content header {
	padding: 0 1.2em;
}
.semantic-content header > h2 {
	margin: 0.5em 0;
}
.semantic-content .modal-content {
	max-height: 400px;
	max-height: 70vh;
	border-bottom: 1px solid #dddddd;
	padding: 0px 1.2em;
	overflow-x: hidden;
	overflow-y: auto;
}
.semantic-content .modal-content > * {
	max-width: 100%;
}
.semantic-content footer {
	border-top: 1px solid white;
	padding: 0 1.2em 18px;
	background: #f0f0f0;
	border-radius: 2px;
}
.semantic-content .modal-close-login {
  display: block;
  text-indent: -100px;
  overflow: hidden;
}
.semantic-content .modal-close-login:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
}
.semantic-content .modal-close-login:after {
  content: '\00d7';
  position: absolute;
  top: 110px;
  left: 50%;
  z-index: 20;
  text-align:center;
  width:20px;
  height:10px;
  padding:0px 0px 14px 0px;
  margin-left: 235px;
  background: #68E4A6;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px; 
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);		  
  font-size: 1.5em;
  text-decoration: none;
  text-indent: 0;
}
.modal-close {
content: '\00d7';
position: absolute;
top: 0px;
right: 0%;
z-index: 20;
text-align:center;
width:30px;
height:20px;
padding:5px 0px;
margin:25px 14px 0px 0px;
float:right;
background: #8ceebd;
-webkit-border-radius: 34px;
-moz-border-radius: 34px;
border-radius: 34px; 
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);		  
font-size: 2em;
line-height:.6em;
text-decoration: none;
text-indent: 0;
}
 @media screen and (max-width: 690px) {
 .semantic-content .modal-inner {
 width: auto;
 left: 20px;
 right: 20px;
 margin-left: 0;
}
 .semantic-content .modal-close {
 left: auto;
 right: 33px;
 margin-left: 0;
}
 .semantic-content .modal-close:after {
 margin-left: 40%;
}
.modal-close {
}
.single-pop h4 {
	background-color:#68E4A6;
	color:#FFFFFF;
	font-family: 'Exo 2', serif;
	padding:10px 10px;
	font-size:1.5em;
	margin-bottom:50px;
	font-weight:normal;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width:90%;
}
}
 @media screen and (max-width: 30em) {
 .semantic-content {
 -webkit-transform: translate(0, 400px);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 -webkit-transition: -webkit-transform .25s ease-in-out, opacity 1ms .25s;
 -moz-transition: -moz-transform .25s ease-in-out, opacity 1ms .25s;
 -o-transition: -o-transform .25s ease-in-out, opacity 1ms .25s;
 -ms-transition: -ms-transform .25s ease-in-out, opacity 1ms .25s;
 transition: transform .25s ease-in-out, opacity 1ms .25s;
 display: block;
 height: 100%;
 bottom: auto;
}
 .semantic-content:target {
 -webkit-transition: -webkit-transform .25s ease-in-out;
 -moz-transition: -moz-transform .25s ease-in-out;
 -o-transition: -o-transform .25s ease-in-out;
 -ms-transition: -ms-transform .25s ease-in-out;
 transition: transform .25s ease-in-out;
}
 .semantic-content:before {
 background-color: #27aae2;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#27aae2), to(#1c9cd3));
 background-image: -webkit-linear-gradient(top, #27aae2, #1c9cd3);
 background-image: -moz-linear-gradient(top, #27aae2, #1c9cd3);
 background-image: -o-linear-gradient(top, #27aae2, #1c9cd3);
 background-image: linear-gradient(to bottom, #27aae2, #1c9cd3);
 content: '';
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 z-index: 30;
 height: 3em;
 -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
 box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
 .semantic-content .modal-inner {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 top: 0;
 left: 0;
 right: 0;
 padding-top: 3em;
 height: 100%;
 overflow: scroll;
 -webkit-box-shadow: none;
 box-shadow: none;
}
 .semantic-content .modal-content {
 max-height: none;
}
 .semantic-content .modal-close {
 right: auto;
 text-decoration: none;
}
 .semantic-content .modal-close:before {
 display: none;
}
 .semantic-content .modal-close:after {
 content: attr(data-close);
 top: 0.4em;
 left: 1em;
 z-index: 40;
 margin-left: 0;
 font-size: 1em;
 padding: 0.5em 1em;
}
.modal-close {
}
.single-pop h4 {
	background-color:#68E4A6;
	color:#FFFFFF;
	font-family: 'Exo 2', serif;
	padding:10px 10px;
	font-size:1.5em;
	margin-bottom:50px;
	font-weight:normal;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width:90%;
}
}
 @media screen and (max-height: 46em) and (min-width: 30em) {
 .semantic-content .modal-content {
 max-height: 340px;
 max-height: 50vh;
}
}
 @media screen and (max-height: 36em) and (min-width: 30em) {
 .semantic-content .modal-content {
 max-height: 265px;
 max-height: 40vh;
}
}
 @media screen and (min-width: 30em) {
 .semantic-content {
 -webkit-transition: opacity 0.4s;
 -o-transition: opacity 0.4s;
 transition: opacity 0.4s;
}
}
/* Blog Page Template CSS */

.hentry {
	display:block;
	clear:both;
	margin:35px 0px 55px 0px;
	overflow:hidden;
}
.hentry .span3 {
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
}
.hentry .span3 img {
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width:100%;
}
.hentry span.postby {
	text-transform:capitalize;
	font-size:0.9em;
	padding-bottom:2px;
	color:#999999;
	display:block;
}
.hentry span.postby strong {
	background-color:#8CEEBD;
	padding:1px 4px;
	color:#FFFFFF;
	font-weight:normal;
}
.hentry .span5 h4 {
	margin:0px;
	padding:0px;
	border:none;
	font-weight:normal;
	color:#000000;
}
.hentry .span5 p {
	color:#999999;
	font-size:1em;
	line-height:1.5em;
}
.hentry h3.entry-title {
	color:#000000 !important;
	font-size:1.5em;
	font-weight:normal;
	margin:0px 0px 15px 0px;
	padding:0px;
}
.hentry h4.page-header {
	border:none;
}
.hentry h4.page-header a {
	color:#000;
	font-size:18px;
	font-weight:normal;
}
.hentry p.entry-content {
	margin:0px;
}
.entry-content ul {
	padding:0px 0px 20px 15px;
	display:block;
}
.entry-content ul li {
	list-style:none;
}
.entry-content ul li:before {
	content: "";
	border-color: transparent #8CEEBD;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 0.9em;
	position: relative;
}
#entry-author-info {
	background-color:#FAFAFA;
	padding:20px;
	max-width:92%;
	border:5px solid #fff;
-webkit-box-shadow: #666 0px 1px 2px;
-moz-box-shadow: #666 0px 1px 2px;
box-shadow: #666 0px 1px 2px;
behavior: url(/pie/PIE.htc);;
}
#entry-author-info #author-avatar {
	float:left;
	margin:0px 20px 10px 0px;
}
#entry-author-info #author-description h2 {
	color:#666666 !important;
	margin:0px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#entry-author-info #author-link {
	margin:15px 0px 0px 0px;
}
/* Pagination CSS */
.wp-pagenavi a, visited {
margin-bottom:20px !important;
background-color:#FF0000;
}

.pagination {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0px;
	margin-top: 30px;
	overflow:hidden;
}
.pagination a, .pagination a:link, .pagination a:visited {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	-moz-box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	background-color: #fff;
	border: 0px;
	margin: 10px 5px !important;
	display:inline-block;
	padding: 7px 14px;
}
.pagination a:hover {
	background-color: #8CEEBD;
	color: #fff;
}
.pagination span.pages {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	-moz-box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	background-color: #fff;
	margin: 0px 5px 25px 5px;
	padding: 7px 14px;
}
.pagination span.current {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	-moz-box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	background-color: #8CEEBD;
	color: #191919;
	border: 0px;
	margin: 0px 5px;
	padding: 7px 14px;
}
.pagination span.extend {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	-moz-box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	background-color: #fff;
	border: 0px;
	margin: 0px 5px;
	padding: 7px 14px;
}
.howitworks {
	margin-bottom:30px;
	padding:0px 0px 10px 0px !important;
	clear:both;
	min-height:680px;
}
.howitworks h2 {
	margin:0px 0px 15px 0px !important;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	color:#666 !important;
	border-bottom:1px solid #f1f1f1 !important;
	padding:5px 15px;
}
.howitworks h3 {
	color:#FFFFFF !important;
	display:inline-block;
	background-image:url(../myimg/ribbon.png);
	background-repeat:no-repeat;
	background-position:left 90%;
	margin:10px 10px 10px -10px;
	padding-bottom:22px;
	position:absolute;
}
.howitworks h3 span {
	background-color:#66cd9a;
	padding:5px 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	display:block;
max-width:100% !important;
}
.howitworks p {
	padding:0px 10px;
	margin:80px 0px 0px 0px;
}
.partnerform .gform_wrapper {
	padding:0px;
}
.partnerform .gform_wrapper .gform_heading {
	border-bottom:1px solid #F1F1F1 !important;
	color:#181818 !important;
	margin-bottom:30px !important;
	overflow:hidden;
	background-color:#66cd9a !important;
	display:block;
	width:100%;
}
.partnerform .gform_wrapper h3.gform_title {
	color:#fff !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.8em;
	display:block;
	padding:5px 10px;
}
.partnerform .gform_wrapper ul {
	margin:0px 0px 0px 10px !important;
}
.partnerform .gform_wrapper input {
	box-shadow:none;
	padding:0px 0px !important;
	background-color:#fff;
	margin:0px 10px 0px 0px;
	max-width:57%;
}
.partnerform .gform_wrapper ul li.gfield {
	margin-bottom:15px !important;
}
.partnerform .gform_wrapper .gform_button {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color:#73E6AC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:15px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 0px;
	color: #000;
	font-family: 'Exo 2', serif;
	font-size:23px !Important;
	float:left;
	max-width:100%;
	text-transform: capitalize;
	margin:0px 30px 10px 30px;
}
/* Pagination CSS Ends */



/* Partners Page Well */

.partnerswell {
	padding:20px 40px 20px 40px;
}
.partnerswell h3 {
	color:#666 !important;
	font-family: 'Exo 2' !important;
	font-size:2em;
	margin-bottom:15px;
	border-bottom:1px solid #ECECEC;
	padding-bottom:15px;
}
.partnerswell .icon-ok {
	margin:8px 10px 20px 0px;
	display:inline-block;
	float:left;
	background-image:url(../myimg/iconok.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:26px;
	height:25px;
	color:#FFFFFF;
	text-indent:-100px;
}
.partnerswell hr {
	border-bottom:1px dotted EAEAEA;
}
.servicescat {
	overflow:hidden;
	padding:0px;
}
.servicescat a, visited {
color:#666666;
text-decoration:none;
line-height:18px;
}
.servicescat h3 {
	color:#000000! important;
}
.servicescat ul {
	float:left;
	width:46%;
	margin:-30px 10px 0px 0px !important;
	padding:0px !important;
}
.servicescat ul li {
	list-style:none !important;
	background:none !important;
	margin:0px 0px 5px 0px !important;
	line-height:19px;
	padding:0px !important;
	border-bottom:1px solid #ccc;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 button.form-submit {
 background-image: url("../img/arrow-right-white@2x.png");
}
}
.form-required {
	color: red;
}
.form-type-checkbox {
	padding-bottom: 7px;
}
.chzn-container .chzn-single {
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
 *zoom: 1;
 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
	background-image: none;
	border: 1px solid #d5d5d5;
	height: 38px;
	line-height: 40px;
}
.chzn-container .chzn-single.chzn-single-with-drop {
	background-color: #fff;
}
.chzn-container .chzn-single div {
	background-image: none;
	width: 36px;
}
.chzn-container .chzn-single div b {
	background-image: none;
	background-image: url("../img/arrow-bottom-black.png") !important;
	background-size: 11px 7px !important;
	background-position: center center;
	background-repeat: no-repeat;
}
.chzn-container .chzn-drop {
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #d5d5d5;
	border-top: 0px;
}
.chzn-container .chzn-drop .chzn-search {
	border: 0px;
}
.chzn-container .chzn-drop .chzn-search input {
	background-image: none;
	background-image: url("../img/icons/search.png");
	background-position: 95% center;
	background-repeat: no-repeat;
	border: 1px solid #707070;
	width: 100% !important;
}
.chzn-container .chzn-drop .chzn-results .active-result {
	padding: 10px 5px;
}
.chzn-container .chzn-drop .chzn-results .active-result.highlighted, .chzn-container .chzn-drop .chzn-results .active-result.result-selected {
	background-image: none;
	background-color: #06a7ea;
	color: #fff;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .chzn-container .chzn-single div b {
 background-image: url("../img/arrow-bottom-black@2x.png") !important;
}
}
.ui-slider-horizontal {
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #022a3b;
	border: 0px;
	height: 5px;
}

.ui-slider-horizontal .ui-slider-range {
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px;
	-moz-box-shadow: 0px;
	box-shadow: 0px;
	background-color: #ffffff;
	border: 0px;
}
.ui-slider-horizontal .ui-slider-handle {
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	background-image: url("../img/icons/slider-handle.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 19px 19px;
	border: 0px;
	cursor: pointer;
	height: 19px;
	top: -7px;
	width: 19px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .ui-slider-horizontal .ui-slider-handle {
 background-image: url("../img/icons/slider-handle@2x.png");
}
}
.ui-slider-horizontal .ui-slider-handle:focus, .ui-slider-horizontal .ui-slider-handle:active {
	border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;

}
form.contact-form input[type=text] {
	height: 40px;
}
form.contact-form textarea {
	height: 140px;
}
form.contact-form input[type=text], form.contact-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:85%;
}
form.contact-form .name, form.contact-form .email {
	float: left;
	width: 48%;
}
form.contact-form .email {
	float: right;
}
.sidebar h2 {
	color: #707070;
}
.sidebar .widget.last {
	margin-bottom: 0px;
}
.ad .content {
	text-align: center;
}
.widget.contact .content {
}
.widget.contact .content form {
	margin: 0px;
}
iframe {
	border: 0px;
	width: 100%;
}
iframe.map {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	width: 100% !important;
}
.tabs {
	border: 0px;
	margin: 15px 0px 0px 0px;
}
.tabs li {
	border: 0px;
}
.tabs li a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #f0f0f0;
	border: 0px !important;
	color: #666 !important;
	font-size: 16px;
}
.tabs li a:hover {
	border: 0px;
}
.tabs li.active {
	background-color: #fff;
}
.tabs li.active a {
	color: #fff;
}
.tabs li.active a:hover {
	color: #000;
}
.tab-content {
	background-color: #fff;
	padding: 15px 5px;
}
.accordion-group {
	border: 0px;
	border-bottom: 1px solid #fff;
}
.accordion-group .accordion-heading {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.accordion-group .accordion-heading .sign {
	background-color: #1b1b1b;
	background-image: url("../img/icons/faq-plus.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 8px 8px;
	display: inline-block;
	height: 30px;
	margin-right: 30px;
	vertical-align: middle;
	width: 30px;
}
.well {
	border:1px solid #F4F4F4;
	background-color:#FBFBFB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow:none;
	margin:25px 0 0 0;
	overflow:hidden;
	padding:15px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .accordion-group .accordion-heading .sign {
 background-image: url("../img/icons/faq-plus@2x.png");
}
}
.accordion-group .accordion-heading a {
	color: #1b1b1b;
	font-size: 18px;
	line-height: 30px;
	padding-left: 0px;
	padding-right: 0px;
}
.accordion-group .accordion-heading a:hover {
	text-decoration: none;
}
.accordion-group .accordion-heading a.active .sign {
	background-color: #06a7ea;
	background-image: url("../img/icons/faq-minus.png");
	background-size: 8px 2px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .accordion-group .accordion-heading a.active .sign {
 background-image: url("../img/icons/faq-minus@2x.png");
}
}
.accordion-group:last-child {
	border-bottom: 0px;
}
.accordion-body .accordion-inner {
	border: 0px;
	padding: 20px 0px;
}
.box {
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 20px;
}
.box .office {
	background-image: url("../img/icons/phone-gray.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	line-height: 26px;
	margin-bottom: 5px;
	padding-left: 30px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .box .office {
 background-image: url("../img/icons/phone-gray@2x.png");
}
}
.box .phone {
	background-image: url("../img/icons/cell-phone-gray.png");
	background-position: 4px center;
	background-repeat: no-repeat;
	background-size: 12px 20px;
	line-height: 26px;
	margin-bottom: 5px;
	padding-left: 30px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .box .phone {
 background-image: url("../img/icons/cell-phone-gray@2x.png");
}
}
.box .email {
	background-image: url("../img/icons/mail-gray.png");
	background-position: 1px center;
	background-repeat: no-repeat;
	background-size: 17px 11px;
	line-height: 26px;
	padding-left: 30px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .box .email {
 background-image: url("../img/icons/mail-gray@2x.png");
}
}
.pagination ul {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0px;
	margin-top: 30px;
	border:1px solid red;
}
.pagination ul li a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	-moz-box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	background-color: #fff;
	border: 0px;
	margin: 0px 5px;
	padding: 7px 14px;
}
.pagination ul li a:hover {
	background-color: #06a7ea;
	color: #fff;
}
.pagination ul li.active a {
	background-color: #0581b5;
	color: #fff;
}
.pagination ul li:first-child a, .pagination ul li:last-child a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#head-wrap {
	padding:0px 0px 10px 0px;
	background: #2b9fd5; /* Old browsers */
	background: -moz-linear-gradient(top, #2b9fd5 0%, #055073 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b9fd5), color-stop(100%, #055073)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2b9fd5 0%, #055073 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2b9fd5 0%, #055073 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2b9fd5 0%, #055073 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2b9fd5 0%, #055073 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9fd5', endColorstr='#055073', GradientType=0 ); /* IE6-9 */
	border-radius:0px;
	border:none;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
#header-wrapper #header #header-inner .navbar {
	margin: 0px;
	float:left;
}
#header-wrapper #header #header-inner .navbar .navbar-inner {
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
 *zoom: 1;
 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
	background-color: transparent;
	border: 0px;
	height: 90px;
	padding: 0px;
}
#header-wrapper #header #header-inner .navbar .navbar-inner #btn-nav {
	background-image: url("../img/btn-nav.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 35px 35px;
	float: left;
	height: 35px;
	margin-top: 30px;
	margin-right: 40px;
	text-indent: -9999px;
	width: 35px;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
	float: left;
	margin: 0px 0px 0px 0px;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .site-name {
	float: left;
	margin:5px 0 0 -30px;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .site-name img {
	max-width:100%;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .site-name p {
	color:#FFFFFF;
	font-size:3em;
	font-weight:lighter;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .site-name span {
	font-size:1.3em;
	font-weight:lighter;
	color:#FFFFFF;
	margin:20px 0 0 5px;
	display:block;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .site-name .brand {
	text-shadow: none;
	color: #fff;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .site-slogan {
	color: #fff;
	float: left;
	margin-left: 5px;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .site-slogan span {
	display: inline-block;
	line-height: 18px;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .info {
	float: right;
	padding-top: 12px;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
	float: none;
	line-height: 30px;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone span {
	background-image: url("../img/icons/phone-gray.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	color: #707070;
	font-size: 18px;
	font-weight: 500;
	padding-left: 30px;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .site-email {
	float: none;
	line-height: 30px;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .site-email a {
	background-image: url("../img/icons/mail-gray.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 17px 11px;
	color: #707070;
	font-size: 18px;
	font-weight: 500;
	padding-left: 30px;
	text-decoration: none;
}
.list-your-property {
	float: right;
	margin:0px 30px 0px 0px;
	display:block;
	width:150px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 #header-wrapper #header #header-inner .navbar .navbar-inner .site-phone span {
 background-image: url("../img/icons/phone-gray@2x.png");
}
 #header-wrapper #header #header-inner .navbar .navbar-inner .site-email a {
 background-image: url("../img/icons/mail-gray@2x.png");
}
}
 @media (min-width: 1200px) {
 #header-wrapper #header #header-inner .navbar .navbar-inner .info {
 float: none;
 padding-top: 0px;
}
 #header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
 float: left;
 line-height: 90px;
 margin-left: 40px;
}
 #header-wrapper #header #header-inner .navbar .navbar-inner .site-email {
 float: left;
 line-height: 90px;
 margin-left: 40px;
}
}
 @media (max-width: 1199px) {
 #header-wrapper #header #header-inner .navbar .navbar-inner .info {
 float: left;
 margin-left: 40px;
 padding-top: 12px;
}
 #header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
 float: none;
 line-height: 30px;
 margin-left: 0px;
}
 #header-wrapper #header #header-inner .navbar .navbar-inner .site-phone span {
 font-size: 16px;
 padding-top: 1px;
 padding-bottom: 1px;
}
 #header-wrapper #header #header-inner .navbar .navbar-inner .site-email {
 float: none;
 line-height: 30px;
 margin-left: 0px;
}
 #header-wrapper #header #header-inner .navbar .navbar-inner .site-email a {
 font-size: 16px;
}
 #header-wrapper #header #header-inner .navbar .navbar-inner .site-search input {
 width: 186px;
}
 #header-wrapper #header #header-inner .navbar .navbar-inner .site-search button {
 margin: 0px 0px 0px -9px;
}
}
 @media (max-width: 979px) {
 #header-wrapper #header #header-inner .navbar .navbar-inner .logo-wrapper {
 width: auto;
}
 #header-wrapper #header #header-inner .navbar .navbar-inner .info {
 display: none;
}
}
 @media (max-width: 767px) {
 #header-wrapper #header #header-inner .navbar .navbar-inner {
 padding-left: 20px;
 padding-right: 20px;
}
 #header-wrapper #header #header-inner .navbar .navbar-inner .site-slogan {
 display: none;
}
 #header-wrapper #header #header-inner .navbar .navbar-inner .site-search {
 display: none;
}
 #header-wrapper #header #header-inner .navbar .navbar-inner .list-your-property {
 display: none;
}
}
.breadcrumb-wrapper {
	background-color: #022a3b;
	border-bottom: 1px solid transparent;
}
.breadcrumb-wrapper .breadcrumb {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
.breadcrumb-wrapper .breadcrumb li {
	text-shadow: none;
	color: #fff;
	font-size: 12px;

}
.breadcrumb-wrapper .breadcrumb li a {
	text-shadow: none;
	color: #06a7ea;
	display: inline-block;
	padding: 3px 5px;
}
.breadcrumb-wrapper .breadcrumb li .divider {
	text-shadow: none;
	color: #fff;
}
.breadcrumb-wrapper .account ul {
	margin: 0px;
}
.breadcrumb-wrapper .account ul li a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.breadcrumb-wrapper .account ul li a:hover {
	background-color: transparent;
	text-decoration: underline;
}
.breadcrumb-wrapper .account ul li:last-child a {
	border-right: 0px;
}
 @media (max-width: 767px) {
 .breadcrumb-wrapper {
 padding-left: 20px;
 padding-right: 20px;
}
 .breadcrumb-wrapper .breadcrumb li:first-child a {
 padding-left: 0px;
}
}
.ez-hide {
	opacity: 0;
	filter: alpha(opacity=0);
}
.ez-checkbox {
	background-image: url("../img/checkbox.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	display: inline-block;
	float: left;
	height: 20px;
	margin-bottom: -5px;
	margin-right: 10px;
	width: 20px;
}
.ez-checkbox input {
	height: 20px;
	margin: 0px;
	width: 20px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .ez-checkbox {
 background-image: url("../img/checkbox@2x.png");
}
}
.ez-radio {
	display: inline-block;
	background:#E2E2E2;
	border:1px solid #CACACA;
	padding:8px 7px 6px 7px;
	height:6px;
	width:6px;
	float: left;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .ez-radio {
 background-image: url("../img/radio@2x.png");
}
}
.ez-checked {
	background-image: url("../img/checkbox-open.png");
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .ez-checked {
 background-image: url("../img/checkbox-open@2x.png");
}
}
.ez-selected {
	background-image: url("../img/checkbox-open.png");
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .ez-selected {
 background-image: url("../img/radio-open@2x.png");
}
}
.not-found {
	background-image: url("../img/icons/404.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 197px 218px;
	margin-bottom: 100px;
	margin-top: 100px;
	padding-top: 120px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .not-found {
 background-image: url("../img/icons/404@2x.png");
}
}
.not-found strong {
	color: #022a3b;
	display: block;
	font-size: 222px;
	font-weight: normal;
	margin-bottom: 100px;
	text-align: center;
}
.not-found h1 {
	font-size: 30px;
	font-weight: lighter;
	text-align: center;
}
.not-found hr {
	margin: 20px auto;
	width: 365px;
}
.not-found form {
	float: none;
	margin: 27px auto 10px auto;
	width: 360px;
}
.not-found form .input-append label {
	display: none;
}
.not-found form .input-append input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right: 0px;
	width: 280px;
}
.not-found form .input-append input[type=submit] {
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	background-color: #fff;
	background-image: url("../img/icons/search.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px 13px;
	border: 1px solid #d5d5d5;
	border-left: 0px;
	display: inline-block;
	margin: 0px 0px 0px -5px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-indent: -9999px;
	width: 50px;
}
 @media (-webkit-min-device-pixel-ratio: 2),   (-moz-min-device-pixel-ratio: 2) {
 .not-found form .input-append input[type=submit] {
 background-image: url("../img/icons/search@2x.png");
}
}
.not-found form .input-append .control-group {
	display: inline-block;
	margin: 0px;
}
.not-found p {
	font-size: 18px;
	text-align: center;
}
.not-found p a {
	text-decoration: underline;
}
.list-your-property-form h3 {
	clear: both;
	font-size: 24px;
}
.list-your-property-form form {
	margin: 0px;
}
.list-your-property-form form input[type=text] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	width: 100%;
}
.list-your-property-form form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 191px;
	width: 100%;
}
.list-your-property-form form label {
	font-weight: bold;
}
.list-your-property-form form .chzn-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
}
.list-your-property-form form .property-type, .list-your-property-form form .contract-type, .list-your-property-form form .bedrooms, .list-your-property-form form .bathrooms, .list-your-property-form form .area, .list-your-property-form form .price {
	float: left;
	width: 48%;
}
.list-your-property-form form .contract-type, .list-your-property-form form .bathrooms, .list-your-property-form form .price {
	float: right;
}
.slider-wrapper {
	padding-top: 30px;
}
.slider-wrapper .slider-info {
	background-color: #022a3b;
	bottom: 20px;
	left: -300px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	width: 280px;
}
.slider-wrapper .slider-info h2 {
	line-height: 1;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.slider-wrapper .slider-info h2 a {
	color: #06a7ea;
	text-decoration: none;
}
.slider-wrapper .slider-info h3 {
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	margin: 0px 0px 10px 0px;
}
.slider-wrapper .slider-info .price {
	background-image: url("../img/footer-border.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 268px 1px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px 0px 15px 0px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .slider-wrapper .slider-info .price {
 background-image: url("../img/footer-border@2x.png");
}
}
.slider-wrapper .slider-info .price h2 {
	color: #ffffff;
	float: left;
	font-size: 24px;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
.slider-wrapper .slider-info .price a {
	background-image: url("../img/arrow-right-white.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	color: #ffffff;
	display: block;
	float: right;
	margin-top: 3px;
	padding-right: 20px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .slider-wrapper .slider-info .price a {
 background-image: url("../img/arrow-right-white@2x.png");
}
}
.slider-wrapper .slider-info .bathrooms {
	background-image: url("../img/icons/bathrooms-white.png");

	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px 20px;
	color: #ffffff;
	font-weight: bold;
	float: left;
	margin-right: 30px;
	padding-left: 25px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .slider-wrapper .slider-info .bathrooms {
 background-image: url("../img/icons/bathrooms-white@2x.png");
}
}
.slider-wrapper .slider-info .bedrooms {
	background-image: url("../img/icons/bedrooms-white.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px 12px;
	color: #ffffff;
	font-weight: bold;
	float: left;
	padding-left: 35px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .slider-wrapper .slider-info .bedrooms {
 background-image: url("../img/icons/bedrooms-white@2x.png");
}
}
.slider-wrapper .images {
	position: relative;
}
.slider-wrapper .images .iosSlider {
	height: 411px;
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%;
}
.slider-wrapper .images .iosSlider .slider {
	height: 411px;
	width: 100%;
}
.slider-wrapper .images .iosSlider .slider .slide {
	float: left;
	height: 411px;
	width: 100%;
}
.slider-wrapper .images .iosSlider .slider .slide img {
	display: block;
}
.slider-wrapper .images .navigation {
	bottom: 15px;
	margin: 0px;
	padding: 0px;
	right: 15px;
	position: absolute;
	z-index: 99999;
}
.slider-wrapper .images .navigation li {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	display: block;
	float: left;
	height: 10px;
	margin: 0px 5px;
	text-indent: -9999px;
	width: 10px;
}
.slider-wrapper .images .navigation li.active {
	background-color: #022a3b;
}
 @media (max-width: 1199px) {
 .slider-wrapper .images .iosSlider {
 height: 330px;
}
 .slider-wrapper .images .iosSlider .slider {
 height: 330px;
}
}
 @media (max-width: 979px) {
 .slider-wrapper .span3 {
 float: none;
 width: auto;
}
 .slider-wrapper .images {
 float: none;
 margin-bottom: 30px;
 width: auto;
}
 .slider-wrapper .images .iosSlider {
 height: 345px;
 width: auto;
}
 .slider-wrapper .images .iosSlider .slider {
 height: 345px;
}
}
 @media (max-width: 767px) {
 .slider-wrapper .images .iosSlider {
 height: 180px;
}
 .slider-wrapper .images .iosSlider .slider {
 height: 180px;
}
 .slider-wrapper .images .iosSlider .slider-info {
 display: none !important;
 opacity: 0 !important;
 visibility: hidden;
}
}
#navigation {
}
.navigation-wrapper .navigation {
	line-height: 1;
	margin-top:10px;
}
.navigation-wrapper .navigation .nav {
	display: inline-block;
	zoom: 1;
	display: block;
	float: right;
	list-style: none;
	margin: 0px 0 0 0;
}
.navigation-wrapper .navigation .nav:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.navigation-wrapper .navigation .nav li {
	background-color: transparent;
	float: left;
	position: relative;
	margin-right:9px;
}
.navigation-wrapper .navigation .nav li .nolink, .navigation-wrapper .navigation .nav li a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	font-family:Arial, Helvetica, sans-serif;
	background-color: transparent;
	border-left: 0px;
	border-top: 2px solid transparent;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding-left: 7px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-top: 7px;
	white-space: nowrap;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0px 0px 0px 0px;
}
.navigation-wrapper .navigation .nav li .nolink:hover, .navigation-wrapper .navigation .nav li a:hover {
	background-color: #73E6AC;
	color: #06a7ea;
	text-decoration: none;
}
.navigation-wrapper .navigation .nav li .nolink.active, .navigation-wrapper .navigation .nav li a.active {
	border-top: 2px solid #06a7ea;
}
.navigation-wrapper .navigation .nav li.menuparent>.nolink, .navigation-wrapper .navigation .nav li.menuparent>a {
	padding-right: 10px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .navigation-wrapper .navigation .nav li.menuparent>.nolink, .navigation-wrapper .navigation .nav li.menuparent>a {
 background-image: url("../img/arrow-bottom-black@2x.png");
}
}
.navigation-wrapper .navigation .nav li.menuparent li.menuparent>.nolink, .navigation-wrapper .navigation .nav li.menuparent li.menuparent>a {
	background-size: 8px 11px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .navigation-wrapper .navigation .nav li.menuparent li.menuparent>.nolink, .navigation-wrapper .navigation .nav li.menuparent li.menuparent>a {
 background-image: url("../img/arrow-right-white@2x.png");
}
}
.navigation-wrapper .navigation .nav li:hover>ul {
	visibility: visible;
}
.navigation-wrapper .navigation .nav li:hover>.nolink, .navigation-wrapper .navigation .nav li:hover>a {
	background-color: #73E6AC;
	color: #01341B;
	text-decoration: none;
}
.navigation-wrapper .navigation .nav li:hover>.nolink.menuparent, .navigation-wrapper .navigation .nav li:hover>a.menuparent {
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .navigation-wrapper .navigation .nav li:hover>.nolink.menuparent, .navigation-wrapper .navigation .nav li:hover>a.menuparent {
}
}
.navigation-wrapper .navigation .nav li ul {
	background-image: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#73E6AC;
	margin: 34px 0px 20px 0px;
	position: absolute;
	padding: 0px;
	top: 0px;
	visibility: hidden;
	width: 220px;
	z-index: 999;
}
.navigation-wrapper .navigation .nav li ul li {
	float: none;
	display: block;
/*	min-width: 100%; */
	border-bottom:1px solid #BAF5D7;
}
.navigation-wrapper .navigation .nav li ul li .nolink, .navigation-wrapper .navigation .nav li ul li a {
	-webkit-transition: background-color 0.1s ease-in, padding-left 0.1s ease-in;
	-moz-transition: background-color 0.1s ease-in, padding-left 0.1s ease-in;
	-o-transition: background-color 0.1s ease-in, padding-left 0.1s ease-in;
	transition: background-color 0.1s ease-in, padding-left 0.1s ease-in;
	border-top: 0px !important;
	color: #000 !important;
	display: block;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left:10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.navigation-wrapper .navigation .nav li ul li .nolink.menuparent, .navigation-wrapper .navigation .nav li ul li a.menuparent {
	background-image: url("../img/arrow-right-white.png");
	background-position: 90%;
	background-size: 8px 11px;
	background-repeat: no-repeat;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .navigation-wrapper .navigation .nav li ul li .nolink.menuparent, .navigation-wrapper .navigation .nav li ul li a.menuparent {
 background-image: url("../img/arrow-right-white@2x.png");
}
}
.navigation-wrapper .navigation .nav li ul li .nolink.menuparent:hover, .navigation-wrapper .navigation .nav li ul li a.menuparent:hover {
	background-image: url("../img/arrow-right-white.png");
	background-size: 8px 11px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .navigation-wrapper .navigation .nav li ul li .nolink.menuparent:hover, .navigation-wrapper .navigation .nav li ul li a.menuparent:hover {
 background-image: url("../img/arrow-right-white@2x.png");
}
}
.navigation-wrapper .navigation .nav li ul li .nolink:hover, .navigation-wrapper .navigation .nav li ul li a:hover {
	background:#fff !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.navigation-wrapper .navigation .nav li ul li .nolink, .navigation-wrapper .navigation .nav li ul li:first-child a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 4px 4px 0px 0px;
}
.navigation-wrapper .navigation .nav li ul li .nolink, .navigation-wrapper .navigation .nav li ul li:first-child a:hover {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 4px 4px 0px 0px;
}
.navigation-wrapper .navigation .nav li ul li .nolink, .navigation-wrapper .navigation .nav li ul li:last-child a {
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
.navigation-wrapper .navigation .nav li ul li .nolink, .navigation-wrapper .navigation .nav li ul li:last-child a:hover {
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
.navigation-wrapper .navigation .nav li ul li ul {
	left: 220px !important;
	margin-top: 0px;
}
.navigation-wrapper .navigation .site-search {
	float: right;
	margin: 13px 20px 0px 0px;
}
.navigation-wrapper .navigation .site-search input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right: 0px;
	width: 146px;
}
.navigation-wrapper .navigation .site-search button {
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	background-color: #fff;
	background-image: url("../img/icons/search.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px 13px;
	border: 1px solid #d5d5d5;
	border-left: 0px;
	display: inline-block;
	margin: 0px 0px 0px -5px;
	padding: 6px 15px;
	vertical-align: top;
	text-indent: -9999px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .navigation-wrapper .navigation .site-search button {
 background-image: url("../img/icons/search@2x.png");
}
}
.navigation-wrapper .navigation .site-search .control-group {
	display: inline-block;
	margin: 0px;
}
.navigation-wrapper .navigation .language-switcher {
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	float: right;
	margin: 13px 0px 11px 0px;
	position: relative;
}
.navigation-wrapper .navigation .language-switcher:hover .options {
	max-height: 200px;
}
.navigation-wrapper .navigation .language-switcher .en a {
	background-image: url("../img/flags/United-Kingdom-Flag.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	margin-left: 15px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .navigation-wrapper .navigation .language-switcher .en a {
 background-image: url("../img/flags/United-Kingdom-Flag@2x.png");
}
}
.navigation-wrapper .navigation .language-switcher .de a {
	background-image: url("../img/flags/Germany-Flag.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	margin-left: 15px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .navigation-wrapper .navigation .language-switcher .de a {
 background-image: url("../img/flags/Germany-Flag@2x.png");
}
}
.navigation-wrapper .navigation .language-switcher .fr a {
	background-image: url("../img/flags/France-Flag.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	margin-left: 15px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .navigation-wrapper .navigation .language-switcher .fr a {
 background-image: url("../img/flags/France-Flag@2x.png");
}
}
.navigation-wrapper .navigation .language-switcher .current {
	background-color: #fff;
	background-image: url("../img/arrow-bottom-black.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 11px 7px;
	border-right: 9px solid #fff;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .navigation-wrapper .navigation .language-switcher .current {
 background-image: url("../img/arrow-bottom-black@2x.png");
}
}
.navigation-wrapper .navigation .language-switcher .current a {
	color: #313131;
	display: block;
	text-decoration: none;
	padding: 10px 17px 10px 25px;
	text-indent: -9999px;
}
.navigation-wrapper .navigation .language-switcher .options {
	-webkit-transition: max-height 0.5s linear;
	-moz-transition: max-height 0.5s linear;
	-o-transition: max-height 0.5s linear;
	transition: max-height 0.5s linear;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	max-height: 0px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 34px;
	z-index: 999;
}
.navigation-wrapper .navigation .language-switcher .options ul {
	background-color: #fff;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.navigation-wrapper .navigation .language-switcher .options ul li {
	display: block;
}
.navigation-wrapper .navigation .language-switcher .options ul li a {
	color: #313131;
	display: block;
	padding: 10px 26px 10px 25px;
	text-decoration: none;
	text-indent: -9999px;
}
 @media (max-width: 979px) {
 .navigation-wrapper {
 background-color: #1C7FAD;
 height: 100%;
 left: -70%;
 position: absolute;
 top: 0;
 width: 70%;
}
.navigation-wrapper .navigation {
line-height: 1;
margin-top: 0px;
}
.navigation-wrapper .navigation .nav {
 display: block;
 float: none;
 margin: 0px;
}
.navigation-wrapper .navigation .nav li
{
background: #2b9fd5; /* Old browsers */
margin:0px;
padding:10px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.navigation-wrapper .navigation .nav li a {
padding:10px 0px !Important;
margin:0px 0px !Important;

}
#navigation .current-menu-item {
	box-shadow:none;
	background:none;
}
.navigation-wrapper .navigation .nav li ul.dropdown-menu {
border:none !important;
box-shadow: none;
padding:0px;
margin:0px;
}
.navigation-wrapper .navigation .nav li ul li {
border-bottom: 0px solid #BAF5D7;
}
#navigation ul.nav li.dropdown ul.dropdown-menu a {
padding-right: 0px !Important;
margin-right: 0px;
background: none !important;
display:block;
width:100%;
color:#FFFFFF !important;
border:none !important;
}
.navigation-wrapper .navigation .nav li {
 clear: both;
 display: block;
 float: none;
 text-align: right;
}
 .navigation-wrapper .navigation .nav li .nolink, .navigation-wrapper .navigation .nav li a {
 background-image: none !important;
 border: 0px !important;
 color: #fff;
 display: block;
 font-size: 14px;
 font-weight: bold;
 padding-bottom: 20px;
 padding-top: 20px;
}
 .navigation-wrapper .navigation .nav li .nolink:hover, .navigation-wrapper .navigation .nav li a:hover {
 background-color: transparent;
 border: 0px !important;
}
 .navigation-wrapper .navigation .nav li:hover a {
 border: 0px !important;
 color: #fff;
}
 .navigation-wrapper .navigation .nav li ul {
 border-right: 2px solid #fff !important;
 display: block !important;
 float: none;
 left: auto !important;
 margin: 0px 15px 0px 0px !important;
 position: relative !important;
 top: auto !important;
 visibility: visible !important;
 width: auto !important;
}
 .navigation-wrapper .navigation .nav li ul li .nolink, .navigation-wrapper .navigation .nav li ul li a {
 background-color: transparent;
 border: 0px;
 font-size: 14px;
}
 .navigation-wrapper .navigation .nav li ul li .nolink:hover, .navigation-wrapper .navigation .nav li ul li a:hover {
 background-color: transparent;
 border: 0px;
 color: #fff !important;
}
 .navigation-wrapper .navigation .nav li ul li.menuparent>.nolink, .navigation-wrapper .navigation .nav li ul li.menuparent>a {
 background-image: none !important;
}
 .navigation-wrapper .navigation .nav li ul li ul {
 border-right: 2px solid #fff !important;
 display: block !important;
 float: none;
 left: auto !important;
 margin: 0px 15px 0px 0px !important;
 position: relative !important;
 top: auto !important;
 visibility: visible !important;
 width: auto !important;
}
 .navigation-wrapper .navigation .language-switcher {
 display: none;
}
}
 @media (max-width: 979px) {
 .navigation-wrapper .navigation .site-search input {
 height: 34px !important;
 padding: 6px !important;
}
}
.properties-grid .property {
	display: inline-block;
	zoom: 1;
	-webkit-box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;
	min-height:300px;
}
.properties-grid .property:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.properties-grid .property .image {
	overflow: hidden;
	position: relative;
	margin:10px;
}
.properties-grid .property .image a {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;

	transition: background-color 0.2s ease-in;
	background-color: rgba(0, 0, 0, 0);
	display: block;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 200;
}
.properties-grid .property .image a:hover {
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("../img/icons/eye.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.properties-grid .property .image img {
	height: auto;
	width: 100%;
}
.properties-grid .property h2 {
	line-height: 18px;
	margin: 20px 0px 0px 0px;
	padding: 0px 15px;
	font-size:1.4em;
}
.properties-grid .property h2 a {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
	color: #06a7ea;
	font-size: 18px;
	font-weight: normal;
}
.properties-grid .property h2 a:hover {
	color: #0584b8;
	text-decoration: none;
}
.properties-grid .property .location {
	padding: 0px 15px;
}
.properties-grid .property .price {
	background-color: #fff;
	color: #313131;
	font-size: 18px;
	padding: 5px 16px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.properties-grid .property .reduced {
	background-color: #313131;
	color: #fff;
	font-size: 18px;
	padding: 5px 16px;
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.properties-grid .property .area {
	color: #313131;
	float: left;
	margin-top: 8px;
}
.properties-grid .property .area .key {
	display: inline;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}
.properties-grid .property .area .value {
	display: inline;
}
.properties-grid .property .bedrooms {
	float: right;
	margin-right: 10px;
	padding-top: 8px;
}
.properties-grid .property .bedrooms .content {
	background-image: url("../img/icons/bedrooms.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px 12px;
	color: #7F7F7F;
	padding-left: 30px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .properties-grid .property .bedrooms .content {
 background-image: url("../img/icons/bedrooms@2x.png");
}
}
.properties-grid .property .bathrooms {
	float: right;
	margin-right: 15px;
	padding-top: 8px;
}
.properties-grid .property .bathrooms .content {
	background-image: url("../img/icons/bathrooms.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px 20px;
	color: #313131;
	padding-left: 25px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .properties-grid .property .bathrooms .content {
 background-image: url("../img/icons/bathrooms@2x.png");
}
}
 .properties-grid .property:nth-last-child(1), .properties-grid .property:nth-last-child(2), .properties-grid .property:nth-last-child(3) {
 margin-bottom: 0px;
}
 @media (min-width: 768px) and (max-width: 1199px) {
 .properties-grid .property .reduced, .properties-grid .property .price {
 font-size: 14px;

 padding: 5px 8px;
}
}
 @media (min-width: 768px) and (max-width: 979px) {
 .properties-grid .property .reduced, .properties-grid .property .price {
 font-size: 11px;
 padding: 5px 4px;
}
 .properties-grid .property h2 a {
 font-size: 14px;
}
 .properties-grid .property .location {
 font-size: 12px;
}
 .properties-grid .property .area {
 float: none;
 margin: 0px;
}
 .properties-grid .property .area, .properties-grid .property .bedrooms, .properties-grid .property .bathrooms {
 font-size: 12px;
}
 .properties-grid .property .bedrooms, .properties-grid .property .bathrooms {
 float: left;
 margin-left: 16px;
}
}
 @media (max-width: 767px) {
 .properties-grid .property:nth-last-child(1), .properties-grid .property:nth-last-child(2), .properties-grid .property:nth-last-child(3) {
 margin-bottom: 30px;
}
 .properties-grid .property:last-child {
 margin-bottom: 0px;
}
}
.widget.properties .content .property {
	display: inline-block;
	zoom: 1;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	display: block;
	margin-bottom: 15px;
}
.widget.properties .content .property:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.widget.properties .content .property .image {
	float: left;
	margin-right: 10px;
	position: relative;
	width: 100px;
}
.widget.properties .content .property .image a {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color: rgba(0, 0, 0, 0);
	display: block;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}
.widget.properties .content .property .image a:hover {
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("../img/icons/eye.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.widget.properties .content .property .wrapper {
	padding: 4px 0px;
}
.widget.properties .content .property .title {
	margin-bottom: 7px;
	margin-top: 5px;
}
.widget.properties .content .property .title h3 {
	line-height: 1;
	margin: 0px;
}
.widget.properties .content .property .title h3 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
.widget.properties .content .property .location {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 5px;
}
.widget.properties .content .property .price {
	color: #022a3b;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}
.widget.properties .content .property:last-child {
	margin-bottom: 0px;
}
 @media (max-width: 1199px) {
 .widget.properties .content .property .image {
 width: 80px;
}
 .widget.properties .content .property .title {
 margin-bottom: 3px;
 margin-top: 0px;
}
 .widget.properties .content .property .title h3 a {
 font-size: 12px;
}
}
 @media (max-width: 979px) {
 .widget.properties .content .property .image {
 float: none;
 width: 100%;
}
 .widget.properties .content .property .image img {
 width: 100%;
}
 .widget.properties .content .property .title {
 margin-bottom: 0px;
 padding: 0px 10px;
}
 .widget.properties .content .property .title h3 {
 margin-bottom: 5px;
 margin-top: 5px;
}
 .widget.properties .content .property .title h3 a {
 font-size: 14px;
}
 .widget.properties .content .property .location {
 padding: 0px 10px;
}
 .widget.properties .content .property .price {
 margin-bottom: 5px;
 padding: 0px 10px;
}
}
.properties-rows .filter {
	display: inline-block;
	zoom: 1;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	display: block;
	margin: 0px 0px 30px 0px;
	height: auto;
	padding: 10px;
}
.properties-rows .filter:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.properties-rows .filter form {
	float: right;
	margin: 0px;
}
.properties-rows .filter form .control-group {
	float: right;
	margin-bottom: 0px;
}
.properties-rows .filter form .control-group label {
	color: #1b1b1b;
	font-weight: bold;
	line-height: 30px;
}
.properties-rows .filter form .control-group select {
	width: 100px;
}
.properties-rows .filter form .control-group .control-label {
	width: 100px;
}
.properties-rows .filter form .control-group .controls {
	margin-left: 120px;
}
.properties-rows .filter form .control-group .chzn-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.properties-rows .property {
	display: inline-block;
	zoom: 1;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin-bottom: 30px;
	padding: 0px;
	position: relative;
}
.properties-rows .property:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.properties-rows .property:last-child {
	margin-bottom: 0px;
}
.properties-rows .property .title-price {
	padding-bottom: 3px;
	padding-top: 17px;
}
.properties-rows .property .title-price .title h2 {
	line-height: 1;
	margin: 0px;
}
.properties-rows .property .title-price .title h2 a {
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
	color: #06a7ea;
	font-size: 24px;
	font-weight: normal;
}
.properties-rows .property .title-price .title h2 a:hover {
	color: #0584b8;
	text-decoration: none;
}
.properties-rows .property .title-price .price {
	clear: right;
	color: #313131;
	float: right;
	font-size: 24px;
	margin-top: 3px;
	padding-right: 30px;
	text-align: right;
}
.properties-rows .property .body {
	padding-bottom: 7px;
}
.properties-rows .property .body p {
	padding-right: 30px;
}
.properties-rows .property .image {
	position: relative;
	text-align: center;
}
.properties-rows .property .image .content a {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color: rgba(0, 0, 0, 0);
	display: block;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}
.properties-rows .property .image .content a:hover {
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("../img/icons/eye.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.properties-rows .property .location {
	background-image: url("../img/border.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #707070;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 12px;
	margin-right: 30px;
	padding-bottom: 12px;
}
.properties-rows .property .area {
	display: inline-block;
	margin-right: 10px;
}
.properties-rows .property .area .key {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-shadow: none;
	background-color: transparent;
	font-size: 14px;
	padding: 0px;
}
.properties-rows .property .bedrooms {
	background-image: url("../img/icons/bedrooms.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px 12px;
	display: inline-block;
	margin-right: 10px;
	padding-left: 30px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .properties-rows .property .bedrooms {
 background-image: url("../img/icons/bedrooms@2x.png");
}
}
.properties-rows .property .bathrooms {
	background-image: url("../img/icons/bathrooms.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px 20px;
	display: inline-block;
	margin-right: 10px;
	padding-left: 25px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .properties-rows .property .bathrooms {
 background-image: url("../img/icons/bathrooms@2x.png");
}
}
.properties-rows .property .views-field-field-bedrooms {
	margin: 0px;
	padding: 0px;
}
.properties-rows .property .views-field-field-bedrooms .field-content {
	padding-left: 0px;
}
 @media (max-width: 979px) {
 .properties-rows .property .title-price .title h2 a {
 font-size: 18px;
}
 .properties-rows .property .title-price .price {
 font-size: 18px;
}
 .properties-rows .property .location {
 font-size: 14px;
}
}
 @media (max-width: 767px) {
 .properties-rows .filter form .control-group label {
 float: left;
 line-height: 40px;
}
 .properties-rows .filter form .control-group:last-child {
 margin: 0px;
}
 .properties-rows .property .body {
 padding: 20px;
}
 .properties-rows .property .title-price {
 padding: 0px;
}
 .properties-rows .property .title-price .title {
 float: left;
 width: auto;
}
 .properties-rows .property .title-price .title h2 a {
 font-size: 16px;
 line-height: 1;
 vertical-align: top;
}
 .properties-rows .property .title-price .price {
 float: right;
 font-size: 16px;
 line-height: 1;
 width: auto;
}
 .properties-rows .property .location {
 font-size: 14px;
 margin-right: 0px;
}
}
.property-filter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	zoom: 1;
	background-color: #0581b5;
	display: block;
	padding: 20px;
	width: 100%;
}
.property-filter:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.property-filter form {
	margin: 0px;
}
.property-filter label {
	color: #fff;
	font-weight: bold;
}
.property-filter select {
	width: 100%;
}
.property-filter input[type=text] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px;
	height: 40px;
	width: 100%;
}
.property-filter .chzn-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
}
.property-filter .chzn-container .chzn-single {
	border: 0px;
}
.property-filter .chzn-container .chzn-drop {
	border: 0px;
}
.property-filter .beds, .property-filter .baths {
	float: left;
	width: 48%;
}
.property-filter .baths {
	float: right;
}
.property-filter .rent, .property-filter .sale {
	width: 48%;
}
.property-filter .rent {
	clear: left;
	float: left;
}
.property-filter .sale {
	clear: right;
	float: right;
}
.property-filter .price-value {
	clear: both;
	color: #fff;
	float: left;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	text-align: center;
	width: 100%;
}
.property-filter .price-slider {
	display: inline-block;
	zoom: 1;
	clear: both;
	display: block;
	float: left;
	margin: 15px 0px 20px 0px;
	width: 100%;
}
.property-filter .price-slider:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.property-filter .price-from, .property-filter .price-to {
	display: none;
}
.property-filter .form-actions {
	background-color: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.property-filter .form-actions .btn {
	background-color: #022a3b;
	font-weight: bold;
	width: 100%;
}
.property-filter .form-actions .btn:hover {
	background-color: #011f2c;
}
 @media (min-width: 768px) and (max-width: 979px) {
 .property-filter .rent label, .property-filter .sale label {
 font-size: 12px;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .site-name {
float: left;
margin: -36px 0 0 44px !important;
}
#home_lawyerlist {
padding-bottom:40px;
overflow: hidden;
}
#home_lawyerlist h3 {
font-size:2.5em;
}
#home_lawyerlist .properties-grid {
margin-left:30px;
}
#home_lawyerlist .span3 {
margin-left:10px;
}
#homeseocontent .bottom-inner {
padding-left:20px;
padding-right:20px;
max-width:99%;
}
#home_testimonials .span6 {
margin-bottom: 30px !important;
margin-left:20% !important;
text-align:center;
overflow: hidden;
width: 100%;
}
.subscribe-form form input[type="submit"] {
	background-image:url(../myimg/subscribearrow.png);
	background-repeat:no-repeat;
	background-position:center right;
	border:4px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	background-color:#397C5B;
	font-family: 'Exo 2', serif;
	color:#FFFFFF;
	padding:15px 45px 10px 15px;
	text-transform:uppercase;
	font-size:1em;
	width:100%;
}
}
.property-detail {
	background-color: #fff;
	padding: 20px;
}
.property-detail .overview {
	border: 1px solid #b5b5b5;
	margin: 0px 30px 10px 0px;
	padding: 20px;
}
.property-detail .overview h2 {
	clear: both;
	line-height: 1;
	margin: 0px 0px 20px 0px;
}
.property-detail .overview table th {
	text-align: left;
	padding-right: 15px;
}
.property-detail #property-map {
	height: 400px;
	width: 100%;
}
.property-detail #property-map img {
	max-width: none;
}
.property-detail ul {
	list-style: none;
}
.property-detail ul li.checked {
	background-image: url("../img/icons/nike.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 11px 9px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-top: 3px;
}
.customwidth {
	width:370px;
	padding:0px;
	margin-left:0px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .property-detail ul li.checked {
 background-image: url("../img/icons/nike@2x.png");
}
}
.property-detail ul li.plain {
	background-image: url("../img/icons/cross.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 11px 9px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-top: 3px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .property-detail ul li.plain {
 background-image: url("../img/icons/cross@2x.png");
}
}
.pricing .column {
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 20px;
	text-align: center;
}
.pricing .column h2 {
	background-image: url("../img/border-gray.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #0581b5;
	font-size: 36px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.pricing .column h3 {
	color: #1b1b1b;
	font-size: 30px;
	margin: 0px;
	padding-top: 10px;
}
.pricing .column h4 {
	color: #818181;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 50px 0px;
}
.pricing .column li {
	padding: 7px 0px;
}
.pricing .column li:last-child {
	padding-bottom: 0px;
}
.pricing .column li.important {
	font-weight: bold;
}
.pricing .column li.unimportant {
	color: #b5b5b5;
}
.pricing .column .btn-primary {
	background-color: #0581b5;
	font-weight: bold;
	margin-top: 15px;
}
.pricing .column .btn-primary:hover {
	background-color: #045e83;
}
.pricing.boxed .column {
	margin-top: 0px;
}
.pricing.boxed .column h2 {
	background-color: #0581b5;
	background-image: none;
	color: #fff;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	padding-top: 20px;
}
.pricing.boxed .column h3 {
	color: #022a3b;
	font-weight: bold;
}
.pricing.boxed .column h4 {
	margin-bottom: 7px;
}
.pricing.boxed .column li {
	background-image: url("../img/border-gray.png");
	background-position: left top;
	background-repeat: repeat-x;
}
.pricing.boxed .column li.unimportant {
	color: inherit;
	text-decoration: line-through;
}
.pricing.boxed .column.promoted h2 {
	background-color: #022a3b;
}
.pricing.boxed .column.promoted .content {
	border: 5px solid #022a3b;
	border-top: 0px;
	margin-bottom: -20px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}
 @media (max-width: 767px) {
 .pricing .column {
 margin-bottom: 30px;
}
}
.login-register .tabs {
	border: 0px;
	margin: 15px 0px 0px 0px;
}
.login-register .tabs li {
	text-align: center;
	width: 50%;
}
.login-register .tabs li a {
	font-size: 30px;
	line-height: 40px;
	padding: 7px 15px;
}
.login-register .tab-content form {
	margin: 0px;
}
.login-register .tab-content form input[type=text], .login-register .tab-content form input[type=password] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	width: 100%;
}
.login-register .images .item {
	text-align: center;
}
.login-register .images .item img {
	margin-bottom: 20px;
}
.login-register .images .item h3 {
	color: #1b1b1b;
	font-size: 18px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
.widget {
	margin-bottom: 20px;
}
.widget.our-agents .agent {
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin-bottom: 15px;
	padding: 10px 15px;
}
.widget.our-agents .agent .image {
	float: left;
	margin-right: 20px;
	width: 70px;
}
.widget.our-agents .agent .image img {
	width: 70px;
}
.widget.our-agents .agent .name {
	color: #313131;
	font-size: 16px;
	margin-bottom: 8px;
}
.widget.our-agents .agent .email, .widget.our-agents .agent .phone {
	font-size: 12px;
}
.widget.our-agents .agent:last-child {
	margin-bottom: 0px;
}
 @media (min-width: 768px) and (max-width: 1199px) {
 .widget.our-agents .agent {
 padding: 10px;
}
 .widget.our-agents .agent .image {
 margin-top: 3px;
 width: 50px;
}
 .widget.our-agents .agent .image img {
 width: 50px;
}
 .widget.our-agents .agent .name {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 0px;
}
 .widget.our-agents .agent .email, .widget.our-agents .agent .phone {
 line-height: 1.5;
}
}
 @media (min-width: 768px) and (max-width: 979px) {
 .widget.our-agents .agent {
 text-align: center;
}
 .widget.our-agents .agent .image {
 float: none;
 margin-bottom: 10px;
 width: 100%;
}
 .widget.our-agents .agent .image img {
 width: auto;
}
}
 @media (max-width: 767px) {
 .widget.our-agents {
 margin-bottom: 0px;
}
}
.our-agents-large .agent {
	margin-bottom: 30px;
}
.our-agents-large .agent:last-child {
	margin-bottom: 0px;
}
 @media (max-width: 767px) {
 .our-agents-large .image {
 text-align: center;
}
 .our-agents-large .body h3 {
 text-align: center;
}
}
.about-us .member {
	text-align: center;
}
.about-us .member h2 {
	font-size: 24px;
	line-height: 24px;
	margin: 20px 0px 0px 0px;
}
.partners .content {
	display: inline-block;
	zoom: 1;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	display: block;
	padding: 30px;
	text-align: center;
}
.partners .content:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.partners .content .partner {
	display: inline-block;
	margin: 0px 30px;
	vertical-align: middle;
}
.carousel .content {
	background-color: #022a3b;
	padding: 30px 30px;
}
.carousel .caroufredsel_wrapper {
	background-color: #022a3b;
	height: 286px !important;
	margin: 0px !important;
	overflow: hidden;
	width: 100% !important;
}
.carousel ul {
	height: 270px;
	list-style: none;
	overflow: hidden;
}
.carousel ul li {
	background-color: #fff;
	float: left;
	height: 286px;
	margin-right: 30px;
	width: auto !important;
}
.carousel ul li .image {
	margin-bottom: 10px;
	position: relative;
}
.carousel ul li .image a {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color: rgba(0, 0, 0, 0);
	display: block;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}
.carousel ul li .image a:hover {
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("../img/icons/eye.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.carousel ul li h3 {
	line-height: 22px;
	margin: 3px 0px 0px 0px;
	padding: 0px 10px;
}
.carousel ul li h3 a {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
	color: #022a3b;
	font-size: 18px;
	font-weight: normal;
}
.carousel ul li h3 a:hover {
	color: #00070a;
	text-decoration: none;
}
.carousel ul li .location {
	padding: 0px 10px;
}
.carousel ul li .price {
	background-color: #ffffff;
	color: #313131;
	font-size: 18px;
	padding: 5px 16px;
	position: absolute;
	right: -10px;
	top: 130px;
}
.carousel ul li .area {
	color: #313131;
	float: left;
	margin-top: 8px;
}
.carousel ul li .area .key {
	display: inline;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}
.carousel ul li .area .value {
	display: inline;
}
.carousel ul li .bedrooms {
	float: right;
	margin-right: 10px;
	padding-top: 8px;
}
.carousel ul li .bedrooms .inner {
	background-image: url("../img/icons/bedrooms.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px 12px;
	color: #313131;
	padding-left: 30px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .carousel ul li .bedrooms .inner {
 background-image: url("../img/icons/bedrooms@2x.png");
}
}
.carousel ul li .bathrooms {
	float: right;
	margin-right: 10px;
	padding-top: 8px;
}
.carousel ul li .bathrooms .inner {
	background-image: url("../img/icons/bathrooms.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px 20px;
	color: #313131;
	padding-left: 25px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .carousel ul li .bathrooms .inner {
 background-image: url("../img/icons/bathrooms@2x.png");
}
}
.carousel .carousel-prev {
	-webkit-transition: opacity 0.2s linear, background-color 0.2s linear;
	-moz-transition: opacity 0.2s linear, background-color 0.2s linear;
	-o-transition: opacity 0.2s linear, background-color 0.2s linear;
	transition: opacity 0.2s linear, background-color 0.2s linear;
	background-color: #06a7ea;
	background-image: url("../img/arrow-left-white.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	cursor: pointer;
	height: 40px;
	margin-top: 10px;
	padding: 0px;
	position: absolute;
	left: 15px;
	text-indent: -9999px;
	top: 50%;
	width: 40px;
	z-index: 999;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .carousel .carousel-prev {
 background-image: url("../img/arrow-left-white@2x.png");
}
}
.carousel .carousel-prev:hover {
	background-color: #036087;
}
.carousel .carousel-next {
	-webkit-transition: opacity 0.2s linear, background-color 0.2s linear;
	-moz-transition: opacity 0.2s linear, background-color 0.2s linear;
	-o-transition: opacity 0.2s linear, background-color 0.2s linear;
	transition: opacity 0.2s linear, background-color 0.2s linear;
	background-color: #06a7ea;
	background-image: url("../img/arrow-right-white.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	cursor: pointer;
	height: 40px;
	margin-top: 10px;
	padding: 0px;
	position: absolute;
	right: 15px;
	text-indent: -9999px;
	top: 50%;
	width: 40px;
	z-index: 999;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .carousel .carousel-next {
 background-image: url("../img/arrow-right-white@2x.png");
}
}
.carousel .carousel-next:hover {
	background-color: #0584b8;
}
.carousel.property .content {
	background-color: transparent;
	position: relative;
}
.carousel.property .caroufredsel_wrapper {
	background-color: transparent;
	height: 75px !important;
}
.carousel.property ul {
	height: 75px;
}
.carousel.property ul li {
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	background-color: transparent;
	height: 75px;
	margin: 0px 5px;
	opacity: .3;
}
.carousel.property ul li:hover, .carousel.property ul li.active {
	opacity: 1;
}
.carousel.property ul li img {
	cursor: pointer;
	height: 75px;
	width: auto;
}
.carousel.property .carousel-prev {
	display: block;
	top: 37px;
}
.carousel.property .carousel-next {
	display: block;
	top: 37px;
}
.carousel-wrapper .carousel {
	margin: 0px;
}
.carousel-wrapper .carousel .content {
	padding-left: 100px;
	padding-right: 100px;
}
.carousel-wrapper .carousel .content h2 {
	color: #fff;
	margin-bottom: 30px;
	margin-top: 0px;
}
.carousel-wrapper .carousel .carousel-prev {
	left: 50px;
	margin-left: -20px;
}
.carousel-wrapper .carousel .carousel-next {
	margin-right: -20px;
	right: 50px;
}
 @media (max-width: 767px) {
 .carousel-wrapper .carousel .content {
 padding-left: 80px;
 padding-right: 80px;
}
}
.marker {
	-webkit-transition: margin-top 0.2s linear, padding-bottom 0.2s linear, opacity 0.2s linear;
	-moz-transition: margin-top 0.2s linear, padding-bottom 0.2s linear, opacity 0.2s linear;
	-o-transition: margin-top 0.2s linear, padding-bottom 0.2s linear, opacity 0.2s linear;
	transition: margin-top 0.2s linear, padding-bottom 0.2s linear, opacity 0.2s linear;
	background-image: url("../img/marker.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 42px 57px;
	height: 57px;
	opacity: 0.7;
	width: 42px;
}
.marker:hover {
	margin-top: -10px;
	padding-bottom: 10px;
	opacity: .99;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .marker {
 background-image: url("../img/markers/marker-blue@2x.png");
}
}
.infobox {
	display: inline-block;
	zoom: 1;
	background-color: #fff;
	padding: 10px;
	position: relative;
	width: 270px;
}
.infobox:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.infobox:before {
	bottom: -16px;
	border: 8px solid transparent;
	border-top-color: #fff;
	content: '';
	height: 0px;
	margin-left: -8px;
	left: 50%;
	position: absolute;
	width: 0px;
	z-index: 100;
}
.infobox .image {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.infobox .title {
	font-size: 18px;
}
 .infobox .title a:href {
 text-decoration: none;
}
.infobox .area {
	color: #313131;
	margin-top: 5px;
}
.infobox .area .key {
	float: left;
	font-weight: bold;
}
.infobox .price {
	clear: left;
	color: #313131;
	float: left;
	font-size: 18px;
	margin-top: 8px;
}
.infobox .link a {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	background-color: #0581b5;
	background-image: url("../img/arrow-right-white.png");
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	border: 0px;
	color: #fff;
	padding: 7px 30px 7px 15px;
	clear: right;
	float: right;
}
.infobox .link a:hover, .infobox .link a:active, .infobox .link a:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .infobox .link a {
 background-image: url("../img/arrow-right-white@2x.png");
}
}
.infobox .link a:hover {
	background-color: #045e83;
}


.infobox .link a a {
	color: #fff;
}
.infobox .link a:hover {
	text-decoration: none;
}
#map {
	height: 485px;
	width: 100%;
}
#map img {
	max-width: inherit;
}
.map {
	position: relative;
}
.map .row {
	position: relative;

}
.map .row .span3 {
	float: right;
	margin-top: -450px;
	z-index: 9999;
}
 @media (max-width: 767px) {
 .map .row {
 margin-left: 20px;
 margin-right: 20px;
}
 .map .row .span3 {
 float: none;
 margin-top: 30px;
}
}
.features .item {
	margin-bottom: 30px;
}
.features .item .icon {
	text-align: center;
}
.features .item .text h3 {
	color: #313131;
	margin: 0px 0px 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 20px;
}
 @media (max-width: 767px) {
 .features .item {
 text-align: center;
}
 .features .item .icon {
 margin-bottom: 30px;
}
 .features .item .icon img {
 width: auto;
}
}
.bottom-wrapper {
	background-color: #fff;
	margin-bottom: -30px;
	padding: 30px 0px;
}
.bottom-wrapper .decoration {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background-position 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in;
	-moz-transition: background-position 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in;
	-o-transition: background-position 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in;
	transition: background-position 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in;
	background-color: #f0f0f0;
	background-position: center bottom;
	background-repeat: no-repeat;
	border: 6px solid #f0f0f0;
	height: 130px;
	margin: 0px auto 30px auto;
	width: 130px;
}
.bottom-wrapper .address {
	background-image: url("../img/call-to-action-address.png");
	background-size: 53px 260px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .bottom-wrapper .address {
 background-image: url("../img/call-to-action-address@2x.png");
}
}
.bottom-wrapper .gps {
	background-image: url("../img/call-to-action-gps.png");
	background-size: 77px 260px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .bottom-wrapper .gps {
 background-image: url("../img/call-to-action-gps@2x.png");
}
}
.bottom-wrapper .key {
	background-image: url("../img/call-to-action-key.png");
	background-size: 77px 260px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .bottom-wrapper .key {
 background-image: url("../img/call-to-action-key@2x.png");
}
}
.bottom-wrapper .item h2 {
	font-size: 30px;
	margin: 0px 0px 20px 0px;
}
.bottom-wrapper .item h2 a {
	color: #022a3b;
	text-decoration: none;
}
.bottom-wrapper .item h2 a:hover {
	text-decoration: none;
}
.bottom-wrapper .item .btn {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	background-color: #0581b5;
	background-image: url("../img/arrow-right-white.png");
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	border: 0px;
	color: #fff;
	padding: 7px 30px 7px 15px;
}
.bottom-wrapper .item .btn:hover, .bottom-wrapper .item .btn:active, .bottom-wrapper .item .btn:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .bottom-wrapper .item .btn {
 background-image: url("../img/arrow-right-white@2x.png");
}
}
.bottom-wrapper .item .btn:hover {
	background-color: #045e83;
}
.bottom-wrapper .item .btn a {
	color: #fff;
}
.bottom-wrapper .item p {
	margin: 0px 0px 30px 0px;
}
.bottom-wrapper .item:hover .key, .bottom-wrapper .item:hover .gps, .bottom-wrapper .item:hover .address {
	background-color: #022a3b;
	background-position: center top;
	border-color: #06a7ea;
}
 @media (max-width: 767px) {
 .bottom-wrapper {
 padding-left: 20px;
 padding-right: 20px;
}
 .bottom-wrapper .item {
 margin-bottom: 30px;
}
 .bottom-wrapper .item:last-child {
 margin-bottom: 0px;
}
}
#footer-wrapper {
	background-color:#73E6AC;
	color: #000;
	font-size:12px;
	line-height:22px;
	width: 100%;
}
#footer-wrapper .widget.properties .property {
	background-color: #022a3b;
}
#footer-wrapper .widget.properties .property .price {
	color: #fff;
}
#footer-wrapper #footer-top {
	background-color: #034969;
	padding-top: 0px;
	padding-bottom: 10px;
}
#footer-wrapper #footer-top ul {
	margin:0px 0px 0px 5px;
	padding:0px;
}
#footer-wrapper #footer-top ul li {
	list-style:none;
}
#footer-wrapper #footer-top a, visited {
	color:#FFFFFF;
}
#footer-wrapper #footer-top h2 {
	color: #fff;
	font-family: 'Exo 2', serif;
	font-size: 24px;
	font-weight: lighter;
	margin: 0px 0px 10px 0px;
}
#footer-wrapper #footer-top i {
	font-size:2.2em;
	color:#034969;
	background-color:#73E6AC;
	padding:15px;
	display:inline-block;
	width:25px;
	height:25px;
	text-align:center;
	margin:-25px 10px 30px 0px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#footer-wrapper #footer-top i:hover { background:#51d28b; }
#footer-wrapper #footer-top .socialicons a:hover {
	text-decoration:none;
}
#footer-wrapper #footer-top .nav li {
	background-image: url("../img/footer-border.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 270px 1px;
	color: #06a7ea;
	list-style: disc;
	list-style-position: inside;
	padding: 6px 0px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 #footer-wrapper #footer-top .nav li {
 background-image: url("../img/footer-border@2x.png");
}
}
#footer-wrapper #footer-top .nav li a {
	color: #fff;
	display: inline-block;
	line-height: 23px;
}
#footer-wrapper #footer-top .nav li a:hover {
	background-color: transparent;
	color: #06a7ea;
	text-decoration: none;
}
#footer-wrapper #footer-top .nav li:first-child {
	padding-top: 0px;
}
#footer-wrapper #footer-top .nav li:last-child {
	background-image: none;
}
#footer-wrapper #footer-top form label {
	font-weight: bold;
}
#footer-wrapper #footer-top form label .form-required {
	color: red;
}
#footer-wrapper #footer-top form input[type=text], #footer-wrapper #footer-top form input[type=email] {
	height: 34px;
	line-height: 34px;
}
#footer-wrapper #footer-top form input[type=text], #footer-wrapper #footer-top form input[type=email], #footer-wrapper #footer-top form textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px;
	resize: none;
	width: 100%;
}
#footer-wrapper #footer-top form input[type=text]:focus, #footer-wrapper #footer-top form input[type=text]:active, #footer-wrapper #footer-top form input[type=email]:focus, #footer-wrapper #footer-top form input[type=email]:active, #footer-wrapper #footer-top form textarea:focus, #footer-wrapper #footer-top form textarea:active {
	border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
}
#footer-wrapper #footer-top form textarea {
	height: 60px;
}
#footer-wrapper #footer-top form .form-actions {
	background-color: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#footer-wrapper #footer-top form .form-actions .btn {
	float: right;
}
#footer-wrapper #footer-top table.contact th {
	background-repeat: no-repeat;
	color: #06a7ea;
	font-weight: bold;
	padding: 0px 10px 10px 30px;
	text-align: right;
	vertical-align: top;
}
#footer-wrapper #footer-top table.contact th.address {
	background-image: url("../img/icons/address.png");
	background-size: 12px 16px;
	background-position: 6px 2px;
}
#footer-wrapper #footer-top table.contact th.phone {
	background-image: url("../img/icons/mobile.png");
	background-size: 16px 16px;
	background-position: 3px 1px;
}
#footer-wrapper #footer-top table.contact th.email {
	background-image: url("../img/icons/mail.png");
	background-size: 17px 11px;
	background-position: 4px 4px;
}
#footer-wrapper #footer-top table.contact th.skype {
	background-image: url("../img/icons/skype.png");
	background-size: 18px 17px;
	background-position: 3px 1px;
}
#footer-wrapper #footer-top table.contact th.gps {
	background-image: url("../img/icons/gps.png");
	background-size: 25px 24px;
	background-position: left 0px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 #footer-wrapper #footer-top table.contact th.address {
 background-image: url("../img/icons/address@2x.png");
}
 #footer-wrapper #footer-top table.contact th.phone {
 background-image: url("../img/icons/mobile@2x.png");
}
 #footer-wrapper #footer-top table.contact th.email {
 background-image: url("../img/icons/mail@2x.png");
}
 #footer-wrapper #footer-top table.contact th.skype {
 background-image: url("../img/icons/skype@2x.png");
}
 #footer-wrapper #footer-top table.contact th.gps {
 background-image: url("../img/icons/gps@2x.png");
}
}
#footer-wrapper #footer-top table.contact td {
	vertical-align: top;
	padding-bottom: 15px;
}
#footer-wrapper #footer-top table.contact td a {
	color: #fff;
	text-decoration: none;
}
#footer-wrapper #footer-top table.contact td a:hover {
	color: #06a7ea;
	text-decoration: none;
}
#footer-wrapper #footer {
	border: 0px;
	margin-top: 0px;
	padding: 25px 0px;
}
#footer-wrapper #footer #footer-inner p {
	margin: 0px;
	color:#000000;
	line-height:25px;
}
#footer-wrapper #footer #footer-inner p a {
	text-decoration: none;
}
#footer-wrapper #footer #footer-inner #block-menu-menu-share .content {
	overflow: hidden;
}
#footer-wrapper #footer #footer-inner .nav {
	float: right;
	margin: 0px;
}
#footer-wrapper #footer #footer-inner .nav li {
	display: inline-block;
	margin-left: 20px;
}
#footer-wrapper #footer #footer-inner .nav li a {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	text-indent: -99999px;
}
#footer-wrapper #footer #footer-inner .nav li a.twitter {
	background-image: url("../img/share/twitter.png");
	background-size: 24px 22px;
	width: 24px;
}
#footer-wrapper #footer #footer-inner .nav li a.facebook {
	background-image: url("../img/share/facebook.png");
	background-size: 11px 22px;
	width: 11px;
}
#footer-wrapper #footer #footer-inner .nav li a.flickr {
	background-image: url("../img/share/flickr.png");
	background-size: 23px 10px;
	width: 23px;
}
#footer-wrapper #footer #footer-inner .nav li a.vimeo {
	background-image: url("../img/share/vimeo.png");
	background-size: 22px 20px;
	width: 22px;
}
#footer-wrapper #footer #footer-inner .nav li a.google {
	background-image: url("../img/share/google.png");
	background-size: 27px 25px;
	width: 27px;
}
#footer-wrapper #footer #footer-inner .nav li a.linkedin {
	background-image: url("../img/share/linkedin.png");
	background-size: 23px 22px;
	width: 23px;
}
#footer-wrapper #footer #footer-inner .nav li a:hover {
	background-color: transparent;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 #footer-wrapper #footer #footer-inner .nav li a.twitter {
 background-image: url("../img/share/twitter@2x.png");
}
 #footer-wrapper #footer #footer-inner .nav li a.facebook {
 background-image: url("../img/share/facebook@2x.png");
}
 #footer-wrapper #footer #footer-inner .nav li a.flickr {
 background-image: url("../img/share/flickr@2x.png");
}
 #footer-wrapper #footer #footer-inner .nav li a.vimeo {
 background-image: url("../img/share/vimeo@2x.png");
}
 #footer-wrapper #footer #footer-inner .nav li a.google {
 background-image: url("../img/share/google@2x.png");
}
 #footer-wrapper #footer #footer-inner .nav li a.linkedin {
 background-image: url("../img/share/linkedin@2x.png");
}
}
 @media (min-width: 768px) and (max-width: 979px) {
 #footer-wrapper #footer-top table.contact th {
 background-position: left center !important;
 display: block;
 padding-bottom: 12px;
 padding-left: 35px;
 padding-top: 12px;
 text-align: left;
}
 #footer-wrapper #footer-top table.contact td {
 display: table;
 padding-bottom: 10px;
}
 #footer-wrapper #footer-top table.contact tr:first-child th {
 background-position: left top !important;
 padding-top: 0px;
}
}
 @media (max-width: 767px) {
 #footer-wrapper #footer-top {
 padding-left: 20px;
 padding-right: 20px;
}
 #footer-wrapper #footer #footer-inner {
 padding-left: 20px;
 padding-right: 20px;
}
 #footer-wrapper #footer #footer-inner .nav {
 float: none;
 margin-top: 20px;
}
 #footer-wrapper #footer #footer-inner .nav li:first-child {
 margin-left: 0px;
}

}
.btn {
	-webkit-font-smoothing: antialiased;
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 0px;
	padding: 7px 15px 7px 15px;
	font-weight: normal;
}
.btn.btn-primary {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color: #757575;
}
.btn.btn-primary.arrow-right {
	/*background-image: url("../img/arrow-right-white.png");*/

    background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	padding-right: 30px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .btn.btn-primary.arrow-right {
 background-image: url("../img/arrow-right-white@2x.png");
}
}
.btn.btn-primary:hover {
	background-color: #0584b8;
}
.btn.btn-large {
	padding: 11px 19px;
}
.btn.btn-large.arrow-right {
	padding-right: 15px;
}
html {
	height: 100%;
}
body {
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	color: #707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body a {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
	color: #3fc080;
}
body a:hover {
	color: #2e8e5e;/*text-decoration: none;*/

}
body p {
	line-height: 24px;
}
body p.content-icon-spacing {
	padding-left: 55px;
}
body hr.dotted {
	background-image: url("../img/border-gray.png");
	background-position: left center;
	background-repeat: no-repeat;
	border: 0px;
	height: 1px;
}
body ul.dotted li {
	color: #022a3b;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}
body ul.dotted li .inner {
	color: #313131;
}
body ul.dotted li .inner strong {
	color: #1b1b1b;
}
body #wrapper-outer {
	height: 100%;
}
body #wrapper-outer #wrapper {
	-webkit-transition: left 0.3s ease-in;
	-moz-transition: left 0.3s ease-in;
	-o-transition: left 0.3s ease-in;
	transition: left 0.3s ease-in;
	height: 100%;
	position: relative;
}
body #wrapper-outer #wrapper #wrapper-inner {

}
body #wrapper-outer #wrapper #footer-wrapper {
}
 @media (min-width: 980px) {
 body {
 padding-top: 0px;
}
}
 @media (max-width: 979px) {
 body.nav-open #wrapper-outer {
 overflow-x: hidden;
}
 body.nav-open #wrapper-outer #wrapper {
 left: 70%;
}
}
#content {
	padding-bottom: 30px;
}
 @media (max-width: 767px) {
 #content #main {
 padding-left: 20px;
 padding-right: 20px;
}
}
h1.page-header, h2.page-header {
	border: 0px;
	color: #8CEEBD;
	font-family: 'Exo 2', serif;
	font-weight:900;
	line-height: 40px;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	font-size:32px;
	letter-spacing:-1px;
}
.center {
	text-align:center;
}
h2 {
	color: #022a3b;
	font-size: 24px;
	font-weight: lighter;
	margin: 20px 0px;
}
h3 {
	color: #022a3b;
	font-size: 20px;
	font-weight: normal;
}
h3.address {
	background-image: url("../img/icons/bubble-address.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 34px 35px;
	padding-left: 55px;
}
h3.call-us {
	background-image: url("../img/icons/bubble-call-us.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 34px 35px;
	padding-left: 55px;
}
h3.email {
	background-image: url("../img/icons/bubble-email.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 34px 35px;
	padding-left: 55px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 h3.address {
 background-image: url("../img/icons/bubble-address@2x.png");
}
 h3.call-us {
 background-image: url("../img/icons/bubble-call-us@2x.png");
}
 h3.email {
 background-image: url("../img/icons/bubble-email@2x.png");
}
}
 @media (max-width: 767px) {
 h1.page-header, h2.page-header {
 font-size: 24px;
}
 h2 {
 font-size: 24px;
}
}
body.green .marker, body.gray-green .marker {
	background-image: url("../img/markers/marker-green.png");
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.green .marker, body.gray-green .marker {
 background-image: url("../img/markers/marker-green@2x.png");
}
}
body.green-light .marker, body.gray-green-light .marker {
	background-image: url("../img/markers/marker-green-light.png");
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.green-light .marker, body.gray-green-light .marker {
 background-image: url("../img/markers/marker-green-light@2x.png");
}
}
body.brown .marker, body.gray-brown .marker {
	background-image: url("../img/markers/marker-brown.png");
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.brown .marker, body.gray-brown .marker {
 background-image: url("../img/markers/marker-brown@2x.png");
}
}
body.brown-dark .marker, body.gray-brown-dark .marker {
	background-image: url("../img/markers/marker-brown-dark.png");
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.brown-dark .marker, body.gray-brown-dark .marker {
 background-image: url("../img/markers/marker-brown-dark@2x.png");
}
}
body.turquiose .marker, body.gray-turquiose .marker {
	background-image: url("../img/markers/marker-turquiose.png");
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.turquiose .marker, body.gray-turquiose .marker {
 background-image: url("../img/markers/marker-turquiose@2x.png");
}
}
body.orange .marker, body.gray-orange .marker {
	background-image: url("../img/markers/marker-orange.png");
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.orange .marker, body.gray-orange .marker {
 background-image: url("../img/markers/marker-orange@2x.png");
}
}
body.magenta .marker, body.gray-magenta .marker {
	background-image: url("../img/markers/marker-magenta.png");
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.magenta .marker, body.gray-magenta .marker {
 background-image: url("../img/markers/marker-magenta@2x.png");
}
}
body.red .marker, body.gray-red .marker {
	background-image: url("../img/markers/marker-red.png");
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.red .marker, body.gray-red .marker {
 background-image: url("../img/markers/marker-red@2x.png");
}
}
body.violet .marker, body.gray-violet .marker {
	background-image: url("../img/markers/marker-violet.png");

}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.violet .marker, body.gray-violet .marker {
 background-image: url("../img/markers/marker-violet@2x.png");
}
}
body.pattern-cloth-alike #content {
	background-image: url("../img/patterns/large/cloth-alike.png");
	background-repeat: repeat;
	background-size: 102px 78px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.pattern-cloth-alike #content {
 background-image: url("../img/patterns/large/cloth-alike@2x.png");
}
}
body.pattern-cloth-alike #content {
	background-image: url("../img/patterns/large/cloth-alike.png");
	background-repeat: repeat;
	background-size: 102px 78px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.pattern-cloth-alike #content {
 background-image: url("../img/patterns/large/cloth-alike@2x.png");
}
}
body.pattern-corrugation #content {
	background-image: url("../img/patterns/large/corrugation.png");
	background-repeat: repeat;
	background-size: 8px 5px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.pattern-corrugation #content {
 background-image: url("../img/patterns/large/corrugation@2x.png");
}
}
body.pattern-diagonal-noise #content {
	background-image: url("../img/patterns/large/diagonal-noise.png");
	background-repeat: repeat;
	background-size: 100px 100px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.pattern-diagonal-noise #content {
 background-image: url("../img/patterns/large/diagonal-noise@2x.png");
}
}
body.pattern-dust #content {
	background-image: url("../img/patterns/large/dust.png");
	background-repeat: repeat;
	background-size: 400px 300px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.pattern-dust #content {
 background-image: url("../img/patterns/large/dust@2x.png");
}
}
body.pattern-fabric-plaid #content {
	background-image: url("../img/patterns/large/fabric-plaid.png");
	background-repeat: repeat;
	background-size: 102px 78px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.pattern-fabric-plaid #content {
 background-image: url("../img/patterns/large/fabric-plaid@2x.png");
}
}
body.pattern-farmer #content {
	background-image: url("../img/patterns/large/farmer.png");
	background-repeat: repeat;
	background-size: 200px 200px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.pattern-farmer #content {
 background-image: url("../img/patterns/large/farmer@2x.png");
}
}
body.pattern-grid-noise #content {
	background-image: url("../img/patterns/large/grid-noise.png");
	background-repeat: repeat;
	background-size: 98px 98px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.pattern-grid-noise #content {
 background-image: url("../img/patterns/large/grid-noise@2x.png");
}
}
body.pattern-lightpaperfibers #content {
	background-image: url("../img/patterns/large/lightpaperfibers.png");
	background-repeat: repeat;
	background-size: 500px 300px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.pattern-lightpaperfibers #content {
 background-image: url("../img/patterns/large/lightpaperfibers@2x.png");
}
}
body.pattern-retina-wood #content {
	background-image: url("../img/patterns/large/retina-wood.png");
	background-repeat: repeat;
	background-size: 512px 512px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.pattern-retina-wood #content {
 background-image: url("../img/patterns/large/retina-wood@2x.png");
}
}
body.pattern-lghtmesh #content {
	background-image: url("../img/patterns/large/lghtmesh.png");
	background-repeat: repeat;
	background-size: 256px 256px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.pattern-lghtmesh #content {
 background-image: url("../img/patterns/large/lghtmesh@2x.png");
}
}
body.pattern-pw-maze-white #content {
	background-image: url("../img/patterns/large/pw-maze-white.png");
	background-repeat: repeat;
	background-size: 46px 23px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.pattern-pw-maze-white #content {
 background-image: url("../img/patterns/large/pw-maze-white@2x.png");
}
}
body.header-light .breadcrumb-wrapper {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}
body.header-light .breadcrumb-wrapper span {
	color: #707070 !important;
}
body.header-light .breadcrumb-wrapper .nav li a {
	border-right-color: #707070;
	color: #707070 !important;
}
body.header-light #navigation {
	background-color: #02344a;
}
body.header-light #navigation input[type=text] {
	border: 0px !important;
	height: 22px;
}
body.header-light #navigation button.btn {
	border: 0px;
	height: 34px;
}
body.header-light #navigation .nav .nolink, body.header-light #navigation .nav a {
	color: #fff !important;
}

 @media (min-width: 980px) {
 body.header-light #navigation .nav .menuparent>.nolink, body.header-light #navigation .nav .menuparent>a {
 background-image: url("../img/arrow-bottom-white.png") !important;
}
 body.header-light #navigation .nav .menuparent .menuparent>.nolink, body.header-light #navigation .nav .menuparent .menuparent>a {
 background-image: url("../img/arrow-right-white.png") !important;
}
}
 @media (min-width: 980px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 980px) and (-moz-min-device-pixel-ratio: 2) {
 body.header-light #navigation .nav .menuparent>.nolink, body.header-light #navigation .nav .menuparent>a {
 background-image: url("../img/arrow-bottom-white@2x.png") !important;
}
}
 @media (min-width: 980px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 980px) and (-moz-min-device-pixel-ratio: 2) {
 body.header-light #navigation .nav .menuparent .menuparent>.nolink, body.header-light #navigation .nav .menuparent .menuparent>a {
 background-image: url("../img/arrow-right-white@2x.png") !important;
}
}
body.header-dark .breadcrumb-wrapper {
	background-color: #022a3b;
	border-bottom: 1px solid #022a3b;
}
body.header-dark #header-inner {
	background-color: #02344a;
	color: #fff;
}
body.header-dark #header-inner .site-name a {
	color: #fff !important;
}
body.header-dark #header-inner .site-phone span {
	background-image: url("../img/icons/phone-white.png") !important;
	color: #fff !important;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.header-dark #header-inner .site-phone span {
 background-image: url("../img/icons/phone-white@2x.png") !important;
}
}
body.header-dark #header-inner .site-email a {
	background-image: url("../img/icons/mail.png") !important;
	color: #fff !important;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 body.header-dark #header-inner .site-email a {
 background-image: url("../img/icons/mail@2x.png") !important;
}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.gpp-sc-pricing-table {
	margin-left:0px !important;
	width:100%;
}
.single-pop h4 {
	background-color:#68E4A6;
	color:#FFFFFF;
	font-family: 'Exo 2', serif;
	padding:10px 10px;
	font-size:1.5em;
	margin-bottom:50px;
	font-weight:normal;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width:90%;
}
#home_callaction .btn {
margin:0px 0px 0px 0px !important;
}
}

/* Landscape phones and down */
@media (max-width: 480px) { 
.gpp-sc-pricing-table {
	margin-left:0px !important;
	width:100%;
}
.single-pop h4 {
	background-color:#68E4A6;
	color:#FFFFFF;
	font-family: 'Exo 2', serif;
	padding:10px 10px;
	font-size:1.5em;
	margin-bottom:50px;
	font-weight:normal;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width:90%;
}
.gform_wrapper label {
display:block !important;
width:100% !important;
float:none !important;
}
.gform_wrapper input, textarea {
display:block !important;
width:100% !important;
float:none !important;
}
.gform_wrapper select {
float:none;
display:block;
}
.gform_wrapper .gform_button {
	position:relative;
	width:auto !important;
	margin-bottom:10px;
	margin-right:0px !important;
	margin-left:-80px;
	display:block;
}
.gform_wrapper input[type="radio"] + label {
margin-top:-15px !Important;
font-size:1.2em !important;
}
.gform_wrapper .gfield_checkbox label {
	font-size:13px !important;
	width:100% !important;
	line-height:25px !important;
	margin-top:-20px !important;
}
#wppb_login {
	margin:0px !important;
	max-width:100% !important;
	overflow:hidden;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
#wppb_login form {
margin:auto;
max-width:100%;
padding:30px 0px 0px 0px;
}
#wppb_login form input {
max-width:88%;
display:block;
}
#wppb_login input[type="checkbox"]{
border:1px solid red;
float:left;
margin:14px !important;
width:auto !important;
}
#wppb_login input[type="checkbox"] + label {
display:inline-block;
margin:15px 0 0 0 !important;
width:120px !important;
}
#get_started .btn {
margin:0px auto 20px auto !important;
}
#home_callaction .btn {
margin:0px auto 20px auto !important;
}
#theme-my-login #wppb_login input {
max-width:50%;
}
#wppb_recover_password {
width:100%;
margin:0px;
padding:0px;
box-shadow:none;
}
#wppb_recover_password form input {
max-width:95% !important;
}
#wppb_recover_password .submit  {
font-size:20px !important;
font-weight:700;
}
}
@media (min-width: 1024px) and (max-width: 1024px) {
#header-wrapper #header #header-inner .navbar .navbar-inner .site-name {
float: left;
margin: 35px 0 0 0px;
}
.howitworks h3 span {
font-size:18px;
}
#navigation {
width: 678px;
}
.bottom-wrapper {
padding-left:20px;
}
#navigation .dropdown ul {
margin-left:-90px;
margin-top:30px;
}
.navigation-wrapper .navigation .nav  {
margin-left:-50px;
margin-top:35px;
}
.navigation-wrapper .navigation .nav li {
	margin-right:6px;
}
.navigation-wrapper .navigation .nav li a {
font-size:15px;
}
#homebluebox .insideboxes {
margin-left:20px;
}
#home_intro .bottom-inner .span6 {
margin-left:20px;
}
#home_callaction .span12 h3 {

}
#home_callaction .btn {
margin:0px 0px 0px 0px;
}
#home_lawyerlist .properties-grid {
margin-left:30px;
}
#home_lawyerlist .span3 {
margin-left:20px;
}
#homeseocontent .bottom-inner {
padding-left:20px;
padding-right:20px;
max-width:99%;
}
#home_testimonials blockquote {
margin: 0px 0px 0px 35px !important;
}
#get_started .move {
margin-left: 146px;
}
#footer-wrapper .row {
margin-left: 20px;
}

.blogcss {
width:65%;
margin-left:20px;
}
.blogcss .span3 {
margin-right:15px;
}
.blogcsssingle {
width:60%;
margin-left:30px;
margin-right: 26px;
}
.single-pop h4 {
	background-color:#68E4A6;
	color:#FFFFFF;
	font-family: 'Exo 2', serif;
	padding:10px 10px;

	font-size:1.5em;
	margin-bottom:50px;
	font-weight:normal;
	-webkit-border-radius:7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width:90%;
}
}
@media only screen and (max-width : 768px) {
body {
max-width:100%;
overflow:hidden;
height:auto;
}
.gform_wrapper label {
display:block !important;
width:100% !important;
float:none !important;
}
.gform_wrapper input, textarea {
display:block !important;
float:none !important;
width:100% !important;
}
.partnerform .gform_wrapper input {
	max-width:95% !important;
}
.gform_wrapper select {
float:none;
display:block;
width:220px !important;
}
.gform_wrapper .gform_button {
	position:relative;
	width:auto !important;
	margin-bottom:10px;
	margin-right:0px !important;
	margin-left:-80px;
	display:block;
}
.gform_wrapper input[type="radio"] + label {
margin-top:-15px !Important;
font-size:1.2em !important;
}
.gform_wrapper .gfield_checkbox label {
	font-size:13px !important;
	width:100% !important;
	line-height:25px !important;
	margin-top:-20px !important;
}
#navigation li.megamenu .dropdown-menu {
max-width:100% !Important;
background-color:#2B9FD5 !Important;
height:100% !important;
}
#navigation li.megamenu .dropdown-menu li {
max-width:100% !Important;
background-color:#2B9FD5 !Important;
border:none !Important;
float:right !important;
margin:0px 0px 0px 0px !important;
overflow:auto;
}
.navigation-wrapper .navigation .nav {
background-color: #2B9FD5;
}
#get_started .btn {
max-width:90%;
}
#home_callaction .btn {
max-width:90%;
margin-left:0px !important;
}
.howitworks h3 span {
font-size:16px;
}
}
@media only screen and (max-width : 320px) {
#header-wrapper #header #header-inner .navbar .navbar-inner .site-name {
	float: left;
	margin:0px 0 0 0px;
}
.howitworks p {
display:block;
float:none;
}
.howitworks img {
margin:10px 0 -60px 0 !important;
padding:0px !important;
float:none;
} 
#wppb_recover_password {
width:100%;
margin:0px;
padding:0px;
box-shadow:none;
}
#wppb_recover_password form input {
max-width:95% !important;
}
#wppb_recover_password .submit  {
font-size:20px !important;
font-weight:700;
}
#herounit .btn {
line-height:35px;
}
.gform_wrapper label {
display:block !important;
width:100% !important;
float:none !important;
}
.gform_wrapper input, textarea {
display:block !important;
width:100% !important;
float:none !important;
}
.gform_wrapper select {
float:none;
display:block;
width:220px !important;
}
.gform_wrapper .gform_button {
	position:relative;
	width:auto !important;
	margin-bottom:10px;
	margin-right:0px !important;
	margin-left:-80px;
	display:block;
}
.gform_wrapper input[type="radio"] + label {
margin-top:-15px !Important;
font-size:1.2em !important;
}
.gform_wrapper .gfield_checkbox label {
	font-size:13px !important;
	width:100% !important;
	line-height:25px !important;
	margin-top:-20px !important;
}
#wppb_login {
	margin:0px !important;
	max-width:100% !important;
	overflow:hidden;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
#wppb_login form {
margin:auto;
max-width:100%;
padding:30px 0px 0px 0px;
}
#wppb_login form input {
max-width:88%;
display:block;
}
#wppb_login input[type="checkbox"]{
border:1px solid red;
float:left;
margin:14px !important;
width:auto !important;
}
#wppb_login input[type="checkbox"] + label {
display:inline-block;
margin:15px 0 0 0 !important;
width:120px !important;
}
#wppb_login .submit  {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color:#8ceebd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:15px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 0px;
	color: #000;
	font-family: 'Exo 2', serif;
	font-size:23px !Important;
	width:100% !important;
	text-transform: capitalize;
	margin:10px auto !important;
	display:block !important;
	position:relative;
	clear:both !Important;
	display:block;
	float:none;
}
#navigation li.megamenu .dropdown-menu {
max-width:100% !Important;
background-color:#2B9FD5 !Important;
height:100% !important;
}
#navigation li.megamenu .dropdown-menu li {
max-width:100% !Important;
background-color:#2B9FD5 !Important;
border:none !Important;
float:none !important;
margin:0px 0px 0px 0px !important;
overflow:auto;
}
.navigation-wrapper .navigation .nav {
background-color: #2B9FD5;
}
#get_started, #home_callaction .btn {
margin:0px auto 20px auto !important;
}
#theme-my-login #wppb_login input {
max-width:50%;
}
}

#navigation li.megamenu a {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 5px 5px 0px 0px;
}
#navigation li.megamenu .dropdown-menu {
width:500px;
padding:0px 0px;
margin:28px 0 0 -1px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px 5px 5px 5px;
}
#navigation li.megamenu .dropdown-menu li {
width:220px !important;
float:left;
overflow:hidden;
margin:0px 10px 0px 10px;
border-bottom:1px solid #64D59D;
border-top:1px solid #D1F8E5;
}
#navigation li.megamenu .dropdown-menu li a, visited {
background-image:url(../myimg/whitearrow.png);
background-position:center left;
background-repeat:no-repeat;
padding:10px 20px;
font-size:15px;
}
#navigation li.megamenu .dropdown-menu li a:hover {
background-image:url(../myimg/whitearrow.png) !Important;
background-position:center left !important;
background-repeat:no-repeat !important;
background-color:#5ae19d !important;
}
#navigation li.megamenu .current-menu-item {
box-shadow:none;
}
.socialicons {
margin-top:40px;
}

.page-id-1755 .page-header {
text-align:center !important;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#get_started  {
padding-left:100px;
}
#get_started  h3 {
font-size:2.4em !important;
}
#home_callaction {
padding-left:70px;
}
#home_callaction .btn {
max-width:90%;
margin-left:20px !important;
}
#home_callaction h3 {
padding:0px !important;
width:100% !important;
font-size:35px !important;
}
.howitworks h3 span {
max-width:90%;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .site-name {
margin:20px 0px 0px 30px !important;
}
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

#header-wrapper #header #header-inner .navbar .navbar-inner #btn-nav {
	background-image: url("../img/btn-nav.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 35px 35px;
	float: left;
	height: 35px;
	margin-top: 30px;
	margin-right: 40px;
	text-indent: -9999px;
	width: 35px;
}

#header-wrapper #header #header-inner .navbar .navbar-inner .site-name {
margin:-55px 0px 0px 50px;
}
#theme-my-login #wppb_login input {
max-width:50%;
}
#wppb_recover_password {
width:100%;
margin:0px;
padding:0px;
box-shadow:none;
}
#wppb_recover_password form input {
max-width:95% !important;
}
#wppb_recover_password .submit  {
font-size:20px !important;
font-weight:700;
}
#wppb_modify input {
width:95% !important;
}
#wppb_modify textarea {
width:95% !important;
}
.single-pop h3 {
margin-top:40px;
} 
}

@media only screen 
and (min-device-width : 480px) 
and (max-device-width : 775px) 
and (orientation : landscape) { 
/* STYLES GO HERE */
#header-wrapper #header #header-inner .navbar .navbar-inner .site-name {
margin:10px 0px 0px -40px;
}
#get_started .btn {
margin:auto !important;
}
#home_callaction .btn {
margin:auto !important;
}
#theme-my-login #wppb_login input {
max-width:70%;
}
}

@media only screen 
and (min-device-width : 568px) 
and (max-device-width : 568px) { 
#get_started .btn {
margin:auto !important;
}
#home_callaction .btn {
margin:auto !important;
}
}

/* Popup Login Form InPage CSS ------ */
#theme-my-login #wppb_login {
	border:0px solid #DEDEDE;
	margin:0px !important;
	max-width:100% !important;
	box-shadow:none;
	}
#theme-my-login #wppb_login form {
width:100% !important;
margin:auto;
padding:0px 0px 0px 0px;
}
#theme-my-login #wppb_login .message {
	display:none;
}
#theme-my-login #wppb_login p {
margin-bottom:20px;
display:block;
overflow:hidden;
}
#theme-my-login #wppb_login label {
	margin:10px 0 0 0;
	padding:0px;
	color:#999999;
	font-weight:bold !important;
	float:left;
}
#theme-my-login #wppb_login input {
	padding:0px 10px; !important;
	margin:0px;
	font-size:14px !important;
	color:#666;
	background:#fff;
	float:right;
	/*-moz-box-shadow:    inset 0 0 5px #ccc;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	box-shadow:         inset 0 0 5px #ccc;*/
}
#theme-my-login #wppb_login input:focus {border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;}
  
#theme-my-login #wppb_login .submit  {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color:#8ceebd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:15px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 0px;
	color: #000;
	font-family: 'Exo 2', serif;
	font-size:23px !Important;
	width:50% !important;
	text-transform: capitalize;
	margin:10px auto !important;
	display:block !important;
	position:relative;
	clear:both !Important;
	display:block;
	float:none;
}
#theme-my-login #wppb_login .submit:hover { background:#51D28B;}

#theme-my-login #wppb_login p.login-form-submit {
overflow:hidden;
}

#theme-my-login #wppb_login input[type="checkbox"]{
float:left;
margin:14px !important;
width:auto !important;
}
#theme-my-login #wppb_login input[type="checkbox"] + label {
display:inline-block;
margin:-35px 0 0 20px !important;
width:170px !important;
}
/*
#theme-my-login #wppb_login a {
float:right;
font-size:16px;
}
*/
/* Login Form Inpage CSS Ends ------ */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { /* STYLES GO HERE */ 
#home_callaction .btn {
}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) { /* STYLES GO HERE */
#home_callaction .btn {
margin:auto !important;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .site-name {
	float: left;
	margin:5px 0 0 -30px;
}
#header-wrapper #header #header-inner .navbar .navbar-inner #btn-nav {
margin-top:40px !important,
}
}

#accordion h4.panel-title {
background-image:url(../myimg/plus.jpg);
background-repeat:no-repeat;
background-position:center left;
padding:0px 0px 0px 23px;
}
#accordion h4.panel-title a, visited {
color:#000000;
}
#accordion .panel-body {
background-color:#f1f1f1;
border:1px solid #e1e1e1;
padding:15px;
line-height:20px;
font-size:0.9em;
margin-bottom:20px;
}



/* New Header CSS */
#head-wrap_new {
	background: #2b9fd5; /* Old browsers */
        background: -moz-linear-gradient(top, #2b9fd5 0%, #055073 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b9fd5), color-stop(100%, #055073)); /* Chrome,Safari4+ */

        background: -webkit-linear-gradient(top, #2b9fd5 0%, #055073 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #2b9fd5 0%, #055073 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #2b9fd5 0%, #055073 100%); /* IE10+ */
        background: linear-gradient(to bottom, #2b9fd5 0%, #055073 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9fd5', endColorstr='#055073', GradientType=0 ); /* IE6-9 
*/

	border-radius:0px;
	border:none;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	padding:5px;
}
#head-wrap_new .headwrap {
margin:0px auto;
max-width:1200px;
display:block;
}

#head-wrap_new #btn-nav {
	background-image: url("../img/btn-nav.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 35px 35px;
	float: left;
	height: 35px;
	margin-top: 0px;
	margin-right: 40px;
	text-indent: -9999px;
	width: 35px;
}
#head-wrap_new #btn-nav {
margin-top:30px;
margin-left:20px;
}
@media (max-width: 320px) {
#head-wrap_new .site-name img {
margin:10px 0px 0px 0px !Important;
padding:0px !important;
}
#head-wrap_new #btn-nav {
margin-top:30px;
margin-left:10px;
}
}
@media (max-width: 375px) {
#head-wrap_new .site-name img {
margin:10px 0px 0px 0px !Important;
padding:0px !important;
}
#head-wrap_new #btn-nav {
margin-top:30px;
margin-left:10px;
}
}
@media (max-width: 384px) {
#head-wrap_new .site-name img {
margin:10px 0px 0px 0px !Important;
padding:0px !important;
}
#head-wrap_new #btn-nav {
margin-top:30px;
margin-left:10px;
}
}
@media (min-width: 385px) and (max-width: 480px) {
#head-wrap_new .site-name img {
margin:10px 0px 0px 0px !Important;
padding:0px !important;
}
#head-wrap_new #btn-nav {
margin-top:30px;
margin-left:10px;
}
}

@media (min-width: 984px) and (max-width:1237px) {
#head-wrap_new .site-name img {
margin:0px 0px 0px 40px !important;
}
#head-wrap_new #btn-nav {
}
#head-wrap_new .span8 {
padding:0px !important;
margin-top:-110px;
float:right;
}
#head-wrap_new .span8 a, visited {
font-size:13px !important;
}
/* New Header CSS ENds */