html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
      font-family: 'ambleregular';
      src: url(../fonts/Amble-Regular-webfont.ttf) format('truetype');
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/body_bg.png);
}
.wrap{
	width:80%;
	margin:0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}
.header{
	background:#fff;
}
.logo{
	float:left;
	padding:16px 0;
}
.menu{
	float:right;
}
.menu li{
	float:left;
}
.menu li a{
	display:block;
	font-family: 'ambleregular';
	font-size:0.85em;
	color:#1E7EC2;
	text-transform:uppercase;
	padding:36px 15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	position:relative;
}
.activitiesList li {
  display: inline-block;
  vertical-align: top !important;
  width: 33% !important;
}
.menu li a:hover, .menu li.active a {
  background: hsl(205, 73%, 44%) none repeat scroll 0 0;
  color: hsl(0, 0%, 100%);
}
.menu ul {
  margin: 0;
}
/********* Main ************/
.main{
	padding:50px 0;
}
.content{
	float:left;
	width:75%;
	margin:0 2%;
}
.sidebar{
	float:left;
	width:21%;
}
/************* Sidebar - Right ***********/
.services h3{
	color:#FFF;
	font-size:1.2em;
	text-transform:uppercase;
	font-family: 'ambleregular';
	padding:8px 0;
	text-align:center;
	background:#1E7EC2;
}
.services_list{
	margin-top:5px;
	background:#FFF;
}
.services_list b{ font-size:11px; font-weight:normal; display:block;}
.services_list li a{
	display:block;
	background:url(../images/arrow.png) no-repeat 10px 9px;
	color:#969494;
	font-size:0.85em;
	border-bottom:1px solid #D6D6D6;
	padding:8px 0 8px 25px;
}
.services_list li a:hover{
	background:#555 url(../images/arrow-hover.png) no-repeat 10px 9px;
	color:#FFF;
}
.sidebar_left_bottom{
	margin-top:15px;
}

.services_list > ul {
  padding-top: 10px;
}
.services_list li {
  border-bottom: 1px dotted rgb(187, 187, 187);
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0 10px 10px;
  vertical-align:top;
}
.services_list li:last-child{
	border-bottom:none;
}
.services_list strong {
  display: inline-block;
  text-transform: uppercase;
  width: 60%;
  vertical-align:top;
}
.services_list span {
  display: inline-block;
  text-align: right;
  width: 38%;
}

.services_list span.price {
  font-size: 20px;
  font-weight: bold;
  color:#1E7EC2;
}

.projects{
	margin-bottom:10px;
}
.projects h3{
	color:#FFF;
	font-size:1.2em;
	text-transform:uppercase;
	font-family: 'ambleregular';
	padding:8px 0;
	text-align:center;
	background:#1E7EC2;
}
.project_img{
	margin-top:5px;
	background:#FFF;
	padding:15px;
}
.projects img{
	max-width:100%;
	display:block;
	width:100%;
	margin-bottom:6px;
}
/********* Content ***********/
.content_bottom{
	padding:25px !important;
	background:#FFF;
	box-sizing: initial;
}
.content_bottom h2 {
  color: rgb(66, 66, 66);
  font-family: "ambleregular";
  font-size: 33px;
  font-weight: bold;
  letter-spacing: -0.9px;
  padding: 5px 0;
  text-transform: uppercase;
}
.content_bottom strong {
	color: #6d6866;
	font-weight: 600;
	text-transform: uppercase;
}
.content_bottom h3{
	font-family: 'ambleregular';
	font-size:0.85em;
	color:#1E7EC2;
	padding:5px 0;
	line-height:1.6em;
}
.content_bottom p{
	color:#969494;
	font-size:0.85em;
	padding:5px 0;
	line-height:1.8em;
}
.content_bottom ul{
	color:#969494;
	padding:5px 0;
	line-height:1.8em;
}
.content_bottom li {
  display: inline-block;
  vertical-align: top;
  font-size:0.85em;
  width:100%;
}
.content_bottom span {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	margin-top:3px;
	display:block;
}
.content_bottom li .fa{
	margin-right:10px;
}

.feature_list{
	padding-top:12px;
}
.feature_list li{
	color:#888;
	display:block;
	font-size:0.85em;
	padding:2px 0 2px 0px;
	width:auto;
}
.feature_list li .fa{
	margin-right:10px;
}
.homePage_li li{
	width:33%;
}
/************** Sidebar - Right *************/
.sidebar_right_top h3{
	color:#FFF;
	font-size:1.2em;
	text-transform:uppercase;
	font-family: 'ambleregular';
	padding:8px 0;
	text-align:center;
	background:#1E7EC2;
}
.latestnews{
	background:#FFF;
	padding:15px;
	margin-bottom:10px;
	margin-top:5px;
}
.latestnews_desc{
	padding:10px 0px;
	border-bottom: 1px solid #ECECEC;
}
.latestnews_desc h4{
	color:#555;
	font-family: 'ambleregular';
	font-size:1em;
}
.latestnews_desc p{
	color: #969494;
	font-size:0.85em;
	padding:5px 0;
	line-height:1.8em;
}
.latestnews_desc span a{
	font-family: 'ambleregular';
	font-size:0.8em;
	text-transform:uppercase;
	display:block;
	text-align:right;
	color:#777;
	text-decoration:underline;
}
.latestnews_desc span a:hover{
	color:#1E7EC2;
	text-decoration:none;
}
.view-all{
   padding-top:5px;	
}
.view-all a {
	font-family:'ambleregular';
	color:#1E7EC2;
	font-size:0.85em;
	background:url(../images/arrow.png) no-repeat 0;
	padding-left:15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	text-align: right;
}
.view-all a:hover{
	color:#555;
}
/******** Member-Login ********/
.sidebar_right_bottom h3{
	color:#FFF;
	font-size:1.2em;
	text-transform:uppercase;
	font-family: 'ambleregular';
	padding:8px 0;
	text-align:center;
	background:#1E7EC2;
}
.login_form{
	padding:10px;
	background:#FFF;
	margin-top:5px;
}
.login_form h3{
	color: #1E7EC2;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: 'ambleregular';
	padding-bottom: 15px;
}
.login_form div{
	padding:0px;
}
.login_form span{
	display:block;
	font-size:0.85em;
	color:#6A6A6A;
	padding-bottom:5px;
	text-transform:uppercase;
	font-family: 'ambleregular';
}
.login_form input[type="text"]{
	font-size:1em;
	color:#3A3A3A;
	border:1px solid #CCC;
	background:#cecece;
	padding:6px;
	width:94%;
	outline:none;
}
.login_form input[type="email"]{
	font-size:1em;
	color:#3A3A3A;
	border:1px solid #CCC;
	background:#cecece;
	padding:6px;
	width:94%;
    outline:none;
}
.login_form textarea{
	font-size:1em;
	color:#3A3A3A;
	border:1px solid #CCC;
	background:#cecece;
	padding:6px;
	width:94%;
    outline:none;
	height:50px;
}
.mybutton{
		font-family: 'ambleregular';
	    background:#1E7EC2;
		padding:8px 15px;
		color: #FFF;
		border:none;
		display:inline-block;
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		text-transform: uppercase;  
	    cursor:pointer;
	    -webkit-appearance:none;
	    float:right;
}
.mybutton:hover{
    background:#1E7EC2;
    color:#FFF;
}
.login_form span a{
	color:#888;
}
.login_form span a:hover{
	text-decoration:underline;
	color:#555;
}
.login_form h4{
	font-size:1em;
	color:#888;
	font-family: 'ambleregular';
	padding-top:20px;
}
.login_form a{
	font-size:0.85em;
	color:#1E7EC2;
}
.login_form a:hover{
	color:#555;
	text-decoration:underline;
}
/*** Footer ***/
.footer{
	background:#FFF;
}
.footer ul{
	margin:0px;
	padding:0px;
}
 /*  GRID OF FOUR   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}

.col_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
	
.span_1_of_4 {
	width: 23.8%;
	padding:1.5%;
	box-sizing:border-box; 
}
.span_1_of_4  h3{
	 font-size:1.2em;
	 color:#1E7EC2;
	 border-bottom: 1px dotted #D5D5D5;
	 font-family: 'ambleregular';
	 text-transform:uppercase;
	 margin-bottom:10px;
}
.span_1_of_4  p{
	font-size:0.85em;
	padding:5px 0;
	color:#969494;
	line-height: 1.8em;
}
.span_1_of_4  p span a{
	color:#1E7EC2;
	font-family: 'ambleregular';
}
.span_1_of_4  p span a:hover{
	color:#222;
}
.social-links{
	margin-top:10px;
}
.social-links li{ 
	display:inline-block !important; 
	margin-right:5px;
}
.social-links li a{ 
	color:#6a6a6a;
}
.social-links li .fa{ 
	width:30px; 
	text-align:center; 
	height:30px; 
	line-height:30px; 
	border:1px solid #6a6a6a;
}
.social-links li .fa:hover{ 
	background:#1E7EC2; 
	color:#fff; 
	border:1px solid #1E7EC2;
}

.location li,ul.address li{
	font-size:0.85em;
	color:#6A6A6A;
	display:block;
	padding:7px 0;
	line-height:22px;
}
.Testimonials_desc p span.up{
	padding-right:10px;
}
.Testimonials_desc p span.down{
	padding-left:10px;
}
.Testimonials_desc p span.down img{
	vertical-align:middle;
}
.Testimonials_desc h5{
	font-size:0.85em;
	color:#1E7EC2;
	font-family: 'ambleregular';
	text-align:right;
	font-style:italic;
}
 .copy-right{
	/*text-align:center;*/
	padding:15px 0;
	background:#323232;
 }
 .copy-right p{
	font-size:0.85em;
	color:#fff;
	font-family: 'ambleregular';
 }
 .copy-right p a{
	text-decoration:underline;
	color:#498e50;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
 }
 .copy-right p a:hover{
 	color:#8C8C8C;
	text-decoration:none;
 } 
 .copy-right p a{
	text-decoration:underline;
	color:#8C8C8C;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
 }
 .copy-right p a:hover{
 	color:#8C8C8C;
	text-decoration:none;
 } 
.designBy{ 
	width:49%; 
	display:inline-block; 
	text-align:right;
	vertical-align:top;
	color:#fff;
}
.certificate-logo{ 
	width:49%; 
	display:inline-block; 
	text-align:left;
}

.footerLast_copy {
  text-align: left;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  width:49%;
}
.footerLast_copy p {
  padding: 0 0 10px;
  color:#fff;
}

.aboutOwnerbutton a{
	font-size:13px;
	color:#1E7EC2;
	font-family: 'ambleregular';
}
.address .fa {
  border: 1px solid hsl(0, 3%, 82%);
  color: hsl(0, 3%, 82%);
  float: left;
  height: 22px;
  line-height: 22px;
  margin-right: 5px;
  text-align: center;
  vertical-align: top;
  width: 22px;
}

  /************ Services **************/
.services_grid{
	float:left;
	width:77%;
	margin:0 2% 0 0;
}
.service_desc{
	padding-bottom:18px;
}
.listview_1_of_2{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.listimg{
	display: block;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.listview_1_of_2:first-child { margin-left: 0; } 

.images_1_of_2 {
	width: 46.2%;
	padding:1.5%; 
}
.listimg_2_of_1 {
	width:16.2%;
}
.list_2_of_1 {
	width: 78.2%;
}
.images_1_of_2  img {
	max-width:100%;
	display:block;
}
.list_2_of_1  h4{
	color:#555;
	font-size: 1.4em;
	margin:5px 0;
	text-transform: uppercase;
	font-family: 'ambleregular';
}
.list_2_of_1  p{
	color: #969494;
	font-size: 0.85em;
	padding:0;
	line-height: 1.8em;	
}
/*********** Marketing ************/
.marketing{
	margin-bottom:12px;
}
.image {
	clear: both;
	padding: 1.5%;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid {
	display: block;
	float:left;
	margin: 0% 0 0% 2.6%;
}
.grid:first-child { margin-left: 0; }

.images_3_of_1 {
	width:35.2%;
	position:relative;
}
.blog-leftgrids{
	margin-bottom:25px;
}
.blog-desc{
	width: 60.1%;
}
.images_3_of_1  img {
	max-width:100%;
	display:block;
}
.blog-desc  h4 a{
	color:#555;
	font-family: 'ambleregular';
	font-size:1.2em;
	text-transform:uppercase;
}
.blog-desc  p {
	font-size:0.85em;
	color:#787878;
   line-height:1.8em;
}
/*********** Contact ************/
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	color: #949494;
	font-family: 'ambleregular';
	padding-bottom:0px;
	font-size:0.85em;
	text-transform:uppercase;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			background:none;
			border:1px solid #DDDCDC;
			outline:none;
			color:#555;
			font-size:1em;
			font-family:Arial, Helvetica, sans-serif;
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
	border:1px solid #CAC8C8;
}
.submit_button{
	font-size:1em;
	padding:10px 20px;
	text-shadow:0px 1px 1px rgba(94, 94, 94, 0.9);
	color:#FFF;
	border:none;
	cursor:pointer;
	background:#1E7EC2;
	text-decoration: none;
	text-transform:uppercase;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    font-family: 'ambleregular';
    position:absolute;
    right:0;
}
.submit_button:hover{
	text-shadow: 0px 0px 1px #000;
    background:#000; 
}
.contact_info{
	margin-top:30px;
}

/* inner pages css added */
.breadcrumbs{ width:100%; padding:50px 0px; background:url(../images/breadcrumb-bg.jpg) no-repeat center;}
.breadcrumbs h1 { font-size: 40px; text-transform: uppercase; font-weight: 600; color: #fff;}
.breadcrumbs ul { margin: 8px 0 0 0; padding: 2px 0 5px 10px; display: inline-block; background: rgba(255, 255, 255, 0.8);}
.breadcrumbs li{ display:inline-block; margin-right:8px; padding-right:8px; border-right:1px solid #242424; color:#242424; font-size:13px; line-height:10px;}
.breadcrumbs li:last-child{ border-right:none;}
.breadcrumbs li a{ color:#1E7EC2;}



/*Features*/
.feature-inner{
  text-align: center;
}
.icon-wrapper{
  display: inline-block;
  background-color: #1E7EC2;
  color: #fff;
  padding: 25px;
  box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
  -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
  border-radius: 100%;
  margin: 10px 0;
}

.whiteContainer{ background:#fff; margin:0px 0px 30px;}
#amenities{ background:url(../images/amenities.jpg) no-repeat fixed center center; margin-top: 60px;}
.amenitieBox{ padding: 140px 0;}
.amenitieBox h3 { background: none repeat scroll 0 0 rgba(140, 7, 7, 0.8); color: #fff; font-size: 60px; font-weight: 800; line-height: 70px; margin: 0 auto; padding: 35px 0; text-align: center; text-transform: capitalize; width: 770px;}
#darkGray{ background:#242424; padding:50px 0 40px;}
.amenitieBox_list ul{ margin:0px; padding:0px;}
.amenitieBox_list ul li { color: #d6d6d6; display: inline-block; font-size: 15px; font-weight: 400; letter-spacing: 0.5px; padding-bottom: 20px; text-transform: uppercase; vertical-align: top; width: 230px;}
.amenitieBox_list ul li .fa{ margin-right:5px; color:#A7A7A7;}
.page-header{ color: #1E7EC2; font-family: "ambleregular"; font-size: 25px; font-weight: 600; letter-spacing: -0.9px; padding: 5px 0 !important; text-transform: uppercase;}
.feature-inner h2 { color: rgb(140, 7, 7); font-size: 15px; font-weight: 400; text-transform: uppercase; font-family: "ambleregular";}
.forPtag p{ color: rgb(51, 51, 51); font-size: 12px; font-weight: 400;}
.media-body h3{ margin:0px;}

.list-style-new{ padding:0px; margin:0px;}
.list-style-new li { display: block; font-size: 0.85em; padding: 5px 0px; text-transform:capitalize; line-height:24px; width:100%;}
.list-style-new li .fa{ margin-right:5px; font-size:18px;}
.list-style-new b { color: rgba(26, 10, 10, 0.32); font-size: 13px; font-style: italic; font-weight: normal;}


.Innerheading{ color:#1E7EC2; margin:30px 0px; text-transform:uppercase; font-size:35px !important; text-align:center; font-weight:600;}
.rates{ margin:0px auto; text-transform:capitalize;}
.rates th{  padding:5px; font-size:16px; background:#1E7EC2; color:#fff; font-weight:bold; text-align:center;  }
.rates td{  padding:5px; font-size:14px; text-align:center;  }
.rates span{font-size:11px;}
.responsive-table b { color: #b80909; display: block; font-weight: 600; font-size: 12px;}
.responsive-table { width: 100%; margin-bottom: 1.5em;}
.responsive-table thead { position: absolute; clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); padding: 0; border: 0; height: 1px; width: 1px; overflow: hidden;}
@media (min-width: 44em) {
.responsive-table thead { position: relative; clip: auto; height: auto; width: auto; overflow: auto;}
}
.responsive-table thead th { background-color: #1E7EC2; border: 1px solid #1E7EC2; font-weight: normal; text-align: center; color: white;}
.responsive-table thead th:first-of-type { text-align: left;}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td { display: block; padding: 0; text-align: left; white-space: normal;}
@media (min-width: 44em) {
.responsive-table tr { display: table-row;}
}
.responsive-table th,
.responsive-table td { padding: .5em; vertical-align: middle;}
@media (min-width: 30em) {
.responsive-table th,
.responsive-table td { padding: .75em .5em;}
}
@media (min-width: 44em) {
.responsive-table th,
.responsive-table td { display: table-cell; padding: .5em;}
}
@media (min-width: 62em) {
.responsive-table th,
.responsive-table td { padding: .75em .5em;}
}
@media (min-width: 75em) {
.responsive-table th,
.responsive-table td {padding: .75em;}
}
.responsive-table caption { margin-bottom: 1em; font-size: 1em; font-weight: bold; text-align: center;}
@media (min-width: 44em) {
.responsive-table caption { font-size: 1.5em;}
}
.responsive-table tfoot { font-size: .8em; font-style: italic;}
@media (min-width: 62em) {
.responsive-table tfoot { font-size: .9em;}
}
@media (min-width: 44em) {
.responsive-table tbody { display: table-row-group;}
}
.responsive-table tbody tr { margin-bottom: 1em; border: 2px solid rgba(179, 179, 179, 0.37);}
@media (min-width: 44em) {
.responsive-table tbody tr { display: table-row; border-width: 1px;}
}
.responsive-table tbody tr:last-of-type { margin-bottom: 0;}
@media (min-width: 44em) {
.responsive-table tbody tr:nth-of-type(even) { background-color: rgba(94, 93, 82, 0.1);}
}
.responsive-table tbody th[scope="row"] { background-color: #1E7EC2; color: #fff;}
@media (min-width: 44em) {
.responsive-table tbody th[scope="row"] { background-color: transparent; color: #5E5D5D; text-align: left; font-size: 14px; line-height: 22px;}
}
.responsive-table tbody td { text-align: right;}
@media (min-width: 30em) {
.responsive-table tbody td { border: 1px solid rgba(179, 179, 179, 0.37);}
}
@media (min-width: 44em) {
.responsive-table tbody td { text-align: center; color: #5E5D5D; font-size: 14px; line-height: 22px;}
}
.responsive-table tbody td[data-type=currency] { text-align: right;}
.responsive-table tbody td[data-title]:before { content: attr(data-title); float: left; font-size: .8em; color: rgba(94, 93, 82, 0.75);}
@media (min-width: 30em) {
.responsive-table tbody td[data-title]:before { font-size: .9em;}
}
@media (min-width: 44em) {
.responsive-table tbody td[data-title]:before { content: none;}
}

.pd-topBottom{ padding:40px 0px;}
.ratesAdditional{ margin:30px 0px 0px;}
.ratesAdditional h2{ font-size:20px; color:#666;}
.ratesAdditional ul{ padding:0px; margin:0px; border:1px solid rgba(179, 179, 179, 0.37);}
.ratesAdditional ul li{ border-bottom:1px solid rgba(179, 179, 179, 0.37); padding:0px 0px; list-style:none;}
.ratesAdditional ul li:last-child{ border-bottom:none;}
.ratesAdditional strong{ width:300px; display:inline-block; text-transform:uppercase; font-size:14px; color:rgb(53, 62, 68); font-weight:400; border-right: 1px solid rgba(179, 179, 179, 0.37); padding:10px;}
.ratesAdditional span{ display:inline-block; color:rgb(53, 62, 68); font-weight:300; padding:10px;}
.ownerInfo1{ margin:30px 0px 0px;}
.ownerInfo1 h2{ font-size:20px; color:#666;}
.ownerInfo1 strong{ padding:10px 20px; border:1px solid rgba(179, 179, 179, 0.37); line-height:40px; color:#242424; font-size:14px; font-weight:400; display:block;}
.h2Heading { color: #414141; font-size: 30px; font-weight: 700; margin: 0; text-transform: uppercase;}

.Rbox{ background:url(../images/big_shadow.png) no-repeat center bottom; padding-bottom:60px; margin-bottom:60px;}
.Rbox figure{ float:left; margin-right:15px; width:100px; height:100px; border:1px solid #cdcccc; padding:4px; overflow:hidden;}
.Rbox img{ width:100%; height:100%;}
.Cdetail{ float:left; width:85%;}
.Cdetail strong{ display:block; font-size:14px; font-weight:600; color:#242424; text-align:right; text-transform:capitalize;}
.Cdetail span{ display:block; font-size:12px; color:#cdcccc; font-style:italic; text-align:right; text-transform:capitalize;}
.Cdetail p{ font-size:14px; line-height:24px;}

.propertyImg{}

.mini{ text-align:center;}
.mini h2{ color:#1E7EC2; font-size:20px; margin:0px; padding:0px;}

/**** Responsice Layout *****/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
}
@media all and (max-width: 1024px) {
	.wrap {
		width:95%;
	}
}
@media all and (max-width:800px) {
	.wrap {
		width:95%;
	}
	.logo{
		padding:0;
	}
	.menu li a{
		font-size:0.75em;
		padding:25px 10px;
	}
	.main{
		padding:25px 0;
	}
	.content{
		width:60%;
	}
	.content_bottom{
		padding:15px;
	}
	.sidebar{
		width:36%;
	}
	.services_grid{
		width:72%;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width:93%;
	}
}
@media all and (max-width:640px) {
	.wrap{
		width:95%;
	}
	.logo{
		width:40%;
		padding:8px 0;
	}
	.menu li a{
		padding:25px 5px;
	}
	.sidebar{
		float:none;
		width:100%;
	}
	.content{
		float:none;
		width:100%;
		margin:10px 0;
	}
	.col_1_of_4{
		margin:0;
	}
	.span_1_of_4{
		width:94%;
		padding:3%;
	}
	.services_grid{
		float:none;
		width:100%;
		margin:0 0 10px 0;
	}
	.blog-desc h4 a{
		font-size:1em;
	}
	.marketing{
		margin-bottom:0;
	}
}
@media all and (max-width:480px) {
	.wrap{
		width:95%;
	}
	.logo{
		float:none;
		width:100%;
		text-align:center;
		padding:0;
	}
	.menu{
		float:none;
	}
	.menu li a{
		padding:10px 18px;
	}
	.main{
		padding:10px 0;
	}
	.services h3,.projects h3,.sidebar_right_bottom h3{
		font-size:1em;
		padding:6px 0;
	}
	.feature_list{
		padding-top:0;
	}
	.listview_1_of_2{
		margin:0 0 10px 0;
	}
	.images_1_of_2{
		width:100%;
		padding:0%;
	}
	.images_3_of_1,.blog-desc{
		width:100%;
	}
	.grid{
		margin:10px 0 0 0;
	}
	.contact_info{
		margin-top:10px;
	}
 }
@media all and (max-width:320px) {
	.wrap{
		width:95%;
	}
	.menu li a {
		font-size:0.7em;
		padding: 6px 4.2px;
	}
}

/* mobile phone menu css start here */
.mobileNav nav { font-size: 13px; font-family: 'Raleway', sans-serif; font-weight: bold; position: relative; display:none; background:#000; z-index:9999;}
.mobileNav nav ul { padding: 0; margin: 0 auto; width: 600px; height: 40px;}
.mobileNav nav li { display: inline; float: left;}
.mobileNav nav a { color: #fff; display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 1px; text-decoration: none; text-transform: uppercase;}
.mobileNav nav li a { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.mobileNav nav li:last-child a { border-right: 0;}
.mobileNav nav a:hover {	background-color: #1E7EC2;}
.mobileNav nav a#pull { display: none;}
.mobileNav .fa { color: #fff; float: right; font-size: 17px; padding: 10px 15px 11px 0;}
.mobileNav li .active{ background-color: #ae9455;}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 640px) {
.mobileNav nav{ height: auto; display:block;}
.mobileNav nav ul { display: none;	height: auto; width:100%;}
.mobileNav nav li { display: block; float: none; width: 100%;}
.mobileNav nav li a { border-bottom: 1px solid #242424; padding: 8px 0px;}
.mobileNav nav a {	text-align: left; width: 100%; text-indent: 25px;}
.mobileNav nav a#pull { background-color: #000; color: #fff; display: block; line-height: 38px; position: relative; width: 100%;}
.mobileNav nav a#pull:after { content:""; display: inline-block;	position: absolute; right: 15px; top: 10px;}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
.mobileNav nav { border-bottom: 0; display:block;}
.mobileNav nav ul { display: none;	height: auto;}
.mobileNav nav a#pull { background-color: #000; color: #fff; display: block; line-height: 38px; position: relative; width: 100%;}
.mobileNav nav a#pull:after { content:""; display: inline-block;	position: absolute; right: 15px; top: 10px;}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
.mobileNav nav{ display:block;}
.mobileNav nav li { display: block; float: none; width: 100%;}
.mobileNav nav li a { border-bottom: 1px solid #1d1d1d; padding: 8px 0px;}
}
/* mobile phone menu css end here */


.content_bottom h3 {
  color: hsl(205, 73%, 44%);
  font-family: "ambleregular";
  font-size: 16px;
  line-height: 1.6em;
  padding: 5px 0;
}
.content_bottom p {
  color: hsl(0, 1%, 58%);
  font-size: 14px;
  line-height: 28px;
  padding: 5px 0;
}
.mybutton {
  background: hsl(205, 73%, 44%) none repeat scroll 0 0;
  border: medium none;
  color: hsl(0, 0%, 100%);
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: "ambleregular";
  padding: 8px 15px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.mybutton:hover {
  background: hsl(0, 0%, 13%) none repeat scroll 0 0;
  color: hsl(0, 0%, 100%);
}
.projects img {
  display: block;
  height: 135px;
  margin-bottom: 6px;
  max-width: 100%;
  width: 100%;
}

.aboutOwner_text{}
.aboutOwner_text strong {
  display: block;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #1e7ec2;
  margin-bottom: 8px;
}
.aboutOwner_text p {
  color: #6a6a6a;
  display: block;
  font-size: 0.85em;
  line-height: 30px;
  padding: 7px 0px 7px 0;
}

.footer .aboutOwner_text p{ padding: 0 !important;}

.owner {
  text-align: center;
}

.owner figure {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
  width: 160px;
}
.owner img {
  height: 100%;
  width: 100%;
}

.aboutOwner_text {
  padding-bottom: 70px;
  padding-top: 30px;
}


.inner_img{ position:relative; margin-bottom:30px;}
.inner_img figure{ width:100%; height:300px; overflow:hidden;}
.inner_img figure img{ width:100%; height:100%;}
.inner_img .thingTitle { position: absolute; bottom: 0; width: 100%; text-align: center; padding: 15px 0; background: rgba(0,0,0,0.6); color: #fff; font-size: 16px; font-weight: normal; text-transform: uppercase;}
.inner_img:hover .thingTitle{ display:none;}

.hoverText{ position:absolute; top:0px; text-align:center; width:100%; background:rgba(0,0,0,0.6); color:#fff; display:none; height:100%; padding:40px;}
.hoverText h2{ font-size:20px; color:#fff; border-bottom:2px solid #fff; margin-bottom:15px;}
.hoverText p{ font-size:15px; line-height:24px; color:#fff; letter-spacing:0.9px;}

.thingExplore{ font-size:15px; text-align:center; color:#fff; margin:20px auto 0; text-transform:uppercase; border:1px solid #fff; display:block; width:120px;}
.thingExplore a { color: hsl(0, 0%, 100%); display: inline-block; padding: 10px 0; width: 100%;}
.thingExplore:hover{ background:#1E7DC2; border:1px solid #1E7DC2;}

.inner_img:hover .hoverText{ display:block;}

.mainContyainer{ margin-bottom:30px; border-bottom:1px solid #cdcccc; padding-bottom:30px; overflow:hidden;}
.thing_detailsImg{ border:2px solid #cdcccc; padding:5px;}

.thing_details{}
.thing_details strong{ font-size:30px; color:#1E7EC2;}
.thing_details p{ font-size:17px;}

/* responsive css */
@media only screen and (min-width: 320px) and (max-width: 480px) {
.menu{ display:none;}
.logo{ padding:15px 0px; text-align:center;}
.emailPhone { float: none; text-align: center; width: 100% !important;}
.emailPhone li { font-size: 11px !important;}
.followUs{ display:none;}
.content_bottom li { width:100%;}
.content_bottom h2 { font-size: 20px;}
.Innerheading { font-size: 25px !important; margin: 10px 0;}
.newLook_gallery li { border: medium none !important; height: auto !important; margin: 10px 0; width: 100% !important;}
.breadcrumbs h1 { font-size: 25px;}
.ratesAdditional strong{ width:100%;}

.Rbox figure { float: none; margin: 0 auto; width: 100px;}
.Cdetail { float: none; width: 100%; text-align: center;}


}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.logo { padding: 19px 0; width: 25%;}
.menu li a { padding: 36px 10px;}
.newLook_gallery li { height: auto !important; margin: 10px 0; width:30% !important;}
.content_bottom { box-sizing: border-box;}
.Cdetail { float: left; padding: 0; width: 75%;}
.Cdetail p{ padding: 0;}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
.menu{ display:none;}
.logo{ padding:15px 0px; text-align:center; width:100%;}
.emailPhone { float: none; text-align: center; width: 100% !important;}
.emailPhone li { font-size: 14px;}
.followUs{ display:none;}
.content_bottom li { width:49%;}
.Innerheading { font-size: 25px !important; margin: 10px 0;}
.newLook_gallery{ text-align:center;}
.newLook_gallery li { border: medium none !important; height: auto !important; margin: 10px 0; width: 45% !important;}
.breadcrumbs h1 { font-size: 25px;}
.ratesAdditional strong{ width:80%;}

.Rbox figure { float: none; margin: 0 auto; width: 100px;}
.Cdetail { float: none; width: 100%; text-align: center;}

}

@media handheld, only screen and (min-width: 891px) and (max-width: 1024px){
.logo { padding: 13px 0;}
.content { width: 70%;}
.sidebar { width: 26%;}
}



















