/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

@font-face {
  font-family: 'helvetica';
  src: url('../font/helvetica.eot');
  src: url('../font/helvetica.html')  format('truetype'),
  		url('../font/helvetica.otf'); 
}

body, html { width:100%; height:100%;}

body{
	padding:0;
	margin:0;
	font-family:helvetica;
	background: #fff;
}

.com_bg{
	min-width:1050px;
	background-color:#000;
	background-image:url(../images/landing_bg.jpg);
	background-size:cover;
}


.container { min-width:971px; width:1050px;}

.com_bg h1{
	color:#FFF;
	padding:10px 0 10px 0;
}

.com_col_left {
	width:60%;
	height:100%;
	float:left;
	color:#FFF;
	padding:20px 30px 20px 0;
}

.com_col_left .date_txt{ font-size:9pt;}
.com_col_right .date_txt{ font-size:9pt;}

.com_col_left .vertical_col {
	height:175px;
}

.com_col_left .vertical_col img{
	margin-right:40px;
	float:left;
}
.com_col_left .vertical_col .ver_content{
	width:57%;
	float:left;
}


.com_col_right {
	width:40%;
	float:left;
	height:100%;
	color:#FFF;
	padding:20px 0 20px 30px;
}

.com_col_right a{
	color:#CCC;
}

.com_col_right a:hover{
	color:#FFF;
}


.com_col_right img{
	margin:0 20px 0 0;
}

.com_col_right ul{
	margin:0;
	padding:0;
	list-style:none;
}

.com_col_right ul li{
	display:inline;
}

.com_col_right ul li img{
	margin:10px 10px 10px 0;
	border:1px solid #666;
}

.com_press_wrapper { width:100%;}

.com_press_wrapper h3 { text-align:center; padding:30px; color:#FFF; font-size:20px;}

.com_press_wrapper_box {
	width:20%;
	float:left;
	padding:20px;
	margin:10px 25px 10px 25px;
	text-align:center;
	color:#FFF;
}

.com_press_wrapper_box  .date_txt {
	font-size:12px;
}

.event_wrapper {
	text-align:center;
	padding:30px;
}

.event_wrapper h3{
	color:#FFF;
}

.event_wrapper .e_date{ font-size:13px; color:#999; }
.event_wrapper p { color:#FFF; padding:3px;}

.event_wrapper ul {
	list-style:none;
	width:36px;
	margin:0 auto;
}


.event_wrapper a{
	color: #999;
}

.event_wrapper a:hover{
	color: #fff;
}

.event_wrapper ul li p{ visibility:hidden;}

.event_wrapper ul .active{ background-image:url(../images/dot_on.png);}
.event_wrapper ul li{
	width:15px;
	height:15px;
	padding:3px;
	float:left;
	background-image:url(../images/dot_off.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}

.event_wrapper ul li:hover{ background-image:url(../images/dot_on.png); }

.divider_30 { width:100%; height:20px; clear:both;}

input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-- header-starts --*/

.header { 
		background:url(../images/landing_bg.jpg);
		background-repeat: no-repeat;
		background-size:cover;
		background-position:center;
		height:60px;
		min-width:1050px;
		border-bottom:1px #333333 solid;

}

.header-bottom {
	padding:10px 0 0 0;
	min-width:1050px;
	position:relative;
	margin:0 auto;
}
.header-top {
	padding:1.1em 0;
	background:#4597a8;
}
p.location {
	float:left;
	color:#fff;
	font-size:0.875em;
}
i.location {
	width: 20px;
	height: 20px;
	background: url("../images/img-sprite.png") no-repeat -246px -11px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}
p.phonenum {
	float:right;
	color:#fff;
	font-size:0.875em;
}
.logo {
	position:absolute;
	margin-left:20px;
	z-index:9999;
}

.social {
	position:absolute;
	right:0;
	margin-right:20px;
	margin-top:13px;
	z-index:9999;

}
.social a{
	color:#CCC;
	font-size:8pt;
}

.social a:hover{
	color:#fff;
	font-size:8pt;
}

.social p{ margin-right: 20px;}

.social ul { list-style:none; padding:0; margin:0;}
.social ul li { display:inline-block;  }


.top-menu {
	text-align: center;
	margin-top: .9em;
	position:relative;
	z-index:999;
	
}
.top-menu ul li{
	display: inline;
	margin: 0 25px;
	color: #fff;
	font-weight: 900;
	vertical-align: top;
}
.top-menu ul li:nth-child(2),.top-menu ul li:nth-child(4),.top-menu ul li:nth-child(6),.top-menu ul li:nth-child(8) {
	margin: 0;
}
.top-menu ul li a.active{
	color:#d1d1d1;
}
.top-menu ul li a:hover{
	color:#fff;
	padding-bottom:14px;
	border-bottom:4px #fff solid;
}


.top-menu li:hover > ul {
  visibility:visible;
  opacity:1;
  transition-delay:0s; 	
}

.top-menu li:hover > ul ul{
  visibility:visible;
  opacity:1;
  transition-delay:0s; 
  top:0;	
}


.top-menu ul ul {
  background: #000;
  padding:0;
  border-bottom:1px #333333 solid;
  text-align: center;
    width: 100%;
	min-height:200px;
  position: absolute;
  top: 37px;
  left: 0px;
  z-index:999;
  visibility:hidden;
  opacity:0;
  transition:visibility 0s linear 0.3s, opacity 0.3s linear;   

}

.top-menu ul ul a:hover {
	border-bottom:0;
}

.top-menu ul ul li a {
	text-transform:none;
}


.top-menu ul ul ul{
	text-align:center;
	top:0;
}

.top-menu ul ul ul li{
	display:inline-block;
	opacity:0.8;
}

.top-menu ul ul ul li:hover{
	opacity:1;
}

.top-menu ul ul li { padding:0; margin:0; }

.top_box_wrapper {  margin:0 auto;}
.top_box { height:170px; max-width:244px; min-width:250px; margin:10px; text-align:left;}
.top_box p{ padding:10px 0; font-size:12pt;}
.top_box img{ margin:8px 0 0 0; border:1px solid #333;}

.top_box_ul a { border:0; cursor:pointer;}
.top_box_ul a:hover {  padding:0; }


.top-menu-hid ul{ padding:0; margin:0;}
.top-menu-hid ul li{ width:100%; text-align:center; padding:20px;}

	.top-menu .hid_list {
		display:none;
	}


nav a:hover,
nav a:focus {
	outline: none;
}


.mid_banner div{
	position:absolute;
	text-align:center;
	margin:60px 0 0 40px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

.mid_banner h3{
	padding-bottom:3px;
	
}

.mid_banner p{
	padding:3px 0 0 0;
	color:#666;
}


#sub_banner {
	width:100%;
	min-width:1050px;
	height:724px;
	position:relative;

}

#sub_banner p{
	text-align:justify;
}

.sub_banner_wrapper {
	min-width:1050px;
	height:100%;
	margin:0 auto;
	position:relative;
	background-size:cover;
	background-position:center top;		
}

.sub_banner_01 { background-image:url(../images/sub_main_story.jpg); }
.sub_work_banner_01 { background-image:url(../images/sub_main_work_01.jpg); color:#FFF; }
.sub_work_banner_02 { background-image:url(../images/sub_main_work_02.jpg); color:#FFF;  }
.sub_work_banner_03 { background-image:url(../images/sub_main_work_03.jpg); color:#FFF;  }

.sub_textbox_wrapper {
	width:400px;
	position:absolute;
	top:250px;
	left:15%;
}

.sub_textbox_wrapper_work_02 {
	width:400px;
	position:absolute;
	top:250px;
	right:15%;
}

.sub_textbox_wrapper_work_03 {
	width:400px;
	position:absolute;
	top:250px;
	left:15%;
	z-index:9999999;
	color:#fff;
}

.sub_textbox_inner {
	width:100%;
	height:235px;
	overflow-y:scroll;
}


.home_box_wrapper {
	max-width:350px;
	min-width:345px;
	min-height:250px;
	padding:20px;
	float:left;
}

.home_box_wrapper p{
	font-size:14pt;
	padding-top:5px;
}

.home_box_wrapper img{
	width:100%;
-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.61);
-moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.61);
box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.61);
-webkit-transition: box-shadow 0.3s ease-in-out 0s;
-moz-transition: box-shadow 0.3s ease-in-out 0s;
-o-transition: box-shadow 0.3s ease-in-out 0s;
-ms-transition: box-shadow 0.3s ease-in-out 0s;
transition: box-shadow 0.3s ease-in-out 0s;
}

.home_box_wrapper img:hover{
	width:100%;
-webkit-box-shadow: 2px 2px 20px -1px rgba(0,0,0,0.61);
-moz-box-shadow: 2px 2px 20px -1px rgba(0,0,0,0.61);
box-shadow: 2px 2px 20px -1px rgba(0,0,0,0.61);
-webkit-transition: box-shadow 0.3s ease-in-out 0s;
-moz-transition: box-shadow 0.3s ease-in-out 0s;
-o-transition: box-shadow 0.3s ease-in-out 0s;
-ms-transition: box-shadow 0.3s ease-in-out 0s;
transition: box-shadow 0.3s ease-in-out 0s; 
}


.slides_content {
  width: 330px;
  height: 150px;
  z-index: 99;
  /* margin: 0 auto; */
  top: 350px;
  position: absolute;
  text-align:center;
}

.t_white h3{
	color:#FFF;
}

.t_white p{
	color:#FFF;
}

.slide_left{
	left: 20%;
}

.slide_right{
	right: 20%;
}

#slides li .b_arrow {
	width:40px;
	height:106px;
	position:absolute;
	top:40%;
	background-repeat:no-repeat;
	z-index:99;
}

#slides li .b_arrow_left {
	background-image:url(../images/b_arrow_left.png);
	left:40px;
}

#slides li .b_arrow_right {
	background-image:url(../images/b_arrow_right.png);
	right:50px;	
}



.footer_box {
	height:110px;
	padding:0px 0px 0 45px;
	font-size:11px;
	letter-spacing:1px;
	float:left;
}

.footer_box input[type="text"] {
width:150px; background-color:#FFFFFF; color:#000000; border-style:dotted; border-bottom-color:#888888; border-width:thin; display:inline; box-shadow: none;
}

.footer_box p{ margin:3px 0; }

.ft_pad { padding-left:100px;}



/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Effect 5: same word slide in and border bottom */

.top-menu ul li a{
	text-decoration:none;
	color:#d1d1d1;
	font-size: 8pt;
	font-weight: 400;
	text-transform:uppercase;
}
/*--- slider-css --*/
.slider {
	position: relative;
	min-width:1050px;
}
.slider1 {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height:490px;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: 100%;
  float: left;
  border: 0;
  }

.s01, .s02, .s03, .s04, .s05 {
	width:100%;
	height:100%;
background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
}



  
.caption{
	width: 30%;
	position: absolute;
	text-align: center;
}
.caption h2{
	color: #ffffff;
	font-size: 18pt;
	text-align: center;
	margin-bottom: 5px;
}

.caption p{
	margin:0 0 20px 0;
}

.caption img{
	display: block;
	margin:0 auto;
	float:none;
}

.more div {
	font-size: 12pt;
	width:55%;
	min-width:250px;
	 margin:0 auto;
	line-height:17px;
	padding:10px 0;
	background: #cfcfcf;
	text-decoration:none;
	margin-top:10px;
}
.more div:hover {
	color: #000;
	background: #fff;
}


.s01 { background-image:url(../images/slides/slide_01.jpg); }
.s02 { background-image:url(../images/slides/slide_02.jpg); }
.s03 { background-image:url(../images/slides/slide_03.jpg); }
.s04 { background-image:url(../images/slides/slide_04.jpg); }
.s05 { background-image:url(../images/slides/slide_05.jpg); }


/*-- Slider 01 starts --*/

.slider .slide01 {
	color:#000;
	top: 20%;
	left: 17%;	
}


/*-- Slider 01 ends --*/

/*-- Slider 02 starts --*/

.slider .slide02 {
	color:#fff;
	top: 50%;
	right: 6%;	
}

/*-- Slider 02 ends --*/

/*-- Slider 03 starts --*/

.slider .slide03 {
	color:#000;
	top: 35%;
	right: 20%;	
}

.slider .slide03 h2{
	color:#000;
}

/*-- Slider 03 ends --*/

/*-- Slider 04 starts --*/

.slider .slide04 {
	color:#fff;
	top: 40%;
	right: 12%;	
}

/*-- Slider 04 ends --*/

/*-- Slider 05 starts --*/

.slider .slide05 {
	color:#fff;
	top: 45%;
	left: 20%;	
}

/*-- Slider 05 ends --*/


.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 6px;
	width: 6px;	
	display: inline-block;
	background: #676667;
	border: 1px solid #fff;
	border-radius:50%;
}
.callbacks_here a:after{
	border: 1px solid #fff;
	background:#fff;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 5%;
	z-index: 999;
	left: 47%;
}
ul.callbacks_tabs.callbacks2_tabs {
	position: absolute;
	bottom: 10%;
	z-index: 999;
	left: 45%;
}
/*-- responsive-mediaquries --*/

.about-section h3 {
	color: #000000;
	text-transform: capitalize;
	font-size: 2.8em;
	border-bottom: 4px solid #7ebd26;
	width: 23%;
	padding-bottom: 10px;
	margin: 0 auto;
	font-weight: 700;
}
.welcome-grid{
	float:right;
}
.images{
	float:left;
}
.img1{
	float:left;
	width:48%;
	margin-right:4%;
}
.img1 img,.img2 img{
	width:100%;
}
.img2{
	float:left;
	width:48%;
}
.welcome-section {
	padding: 1em 0;
}
.welcome-grid h3 {
	text-transform: uppercase;
	font-size: 2.2em;
	font-weight: 500;
	color: #000;
	margin-bottom:0.5em;
}
.welcome-grid h5 {
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: 400;
	color: #ff0000;
}
.welcome-grid p {
	font-size: 1.15em;
	font-weight: 400;
	color: #999999;
	margin-top:1em;
	line-height:1.6em;
}
.about-section{
	background: #4597a8;
	padding: 5em 0;
}
.about-section h2{
	color:#fff;
	text-transform:uppercase;
	font-size:3.8em;
	font-weight:500;
	margin-bottom:1.1em;
}
.about-section-grid h4{
	color:#fff;
	font-size:1.7em;
	font-weight:400;
	font-style:italic;
	text-transform:uppercase;
	margin-bottom:0.8em;
}
.about-section-grid p{
	color:#fff;
	font-size:1.2em;
	font-weight:300;
	line-height:1.6em;
}
.about-section a{
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 500;
	padding: 0.8em 1.2em;
	background: #fff;
	color: #4597a8;
	text-decoration: none;
	display: block;
	width: 18%;
	margin: 4em auto 0;
	z-index: 1;
}
.textimonials-section{
	background: url('../images/t-bg.html') no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height:628px;
	padding-top: 9em;
}
.textimonials-section h5{
	color:#fff;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 400;
	margin:2.5em 0 1.5em 0;
	line-height:1.6em;
}
.textimonials-section p{
	color:#fff;
	font-size:1.5em;
	font-weight:500;
	font-style:italic;
	margin-bottom:4em;
}
.textimonials-section a{
	text-transform:uppercase;
	color:#fff;
	border:2px solid #fff;
	padding:0.9em 2em;
	text-decoration:none;
	font-weight:400;
	font-size:1.4em;
	z-index: 1;
}
.footer{
	background:#444444;
	padding:5em 0;
}


.res_contact {
	background:#000;
	border:1px solid #333;
	padding:20px;
	color:#adadad;
	font-size:14px;
}

.res_contact a{
	color:#adadad;

}

.res_contact a:hover{
	color:#fff;

}

.res_contact img{
	margin:0 5px 0 0
}


.res_contact h4{
	color:#adadad;
	font-size:16px;
	font-weight:bold;
	float:left;
	margin-bottom:10px;
}

.res_contact p{
	font-size:12px;
	padding:2px 0;
}

.res_contact label{
	color:#adadad;
}

.res_contact .remark{
	float:right;
	font-size:12px;
	margin-bottom:0;
}

.res_contact input[type="text"] {
	width:75%;
}

.res_contact input[type="email"] {
	width:75%;
}


.contact-section input[type="text"], .contact-section textarea {
	width: 95%;
	color: #fff;
	padding: 15px 15px;
	border: none;
	outline: none;
	margin: 0 0 10px 0;
	background:#575757;
	text-transform:uppercase;
	font-weight:300;
	font-size:1.15em;
}
.contact-section textarea {
	resize: none;
	width: 95%;
	height: 8em;
}
.contact-section h4,.follow-us h4{
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	font-size:1.8em;
	margin-bottom:1em;
}
.follow-us h4{
	margin-bottom:0.7em;
}
.contact-section input[type="submit"] {
	color: #4597a8;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 400;
	background: #eee;
	padding: 12px 45px;
	outline: none;
	border:none;
}
.contact-section input[type="submit"]:hover{
	background:#4597a8;
	color:#fff;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.follow-us p {
	color: #fff;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.6em;
}
.social-icons i{
	width:60px;
	height:60px;
	background:url('../images/img-sprite.png') no-repeat 0px 0px;
	display:inline-block;
	cursor:pointer;
}
.social-icons i:hover{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
i.facebook{
	background-position:0px 0px;
}
i.facebook:hover{
	background-position:0px -60px;
}
i.twitter{
	background-position:-60px 0px;
}
i.twitter:hover{
	background-position:-60px -60px;
}
i.pinterest{
	background-position:-120px 0px;
}
i.pinterest:hover{
	background-position:-120px -60px;
}
i.googlepluse{
	background-position:-180px 0px;
}
i.googlepluse:hover{
	background-position:-180px -60px;
}
.social-icons {
	margin: 0 0 12px -8px;
}
.copyright {
	margin-top: 4.8em;
}
.copyright a{
	color:#faed23;
	font-size:17px;
	font-weight:400;
	margin-left:5px
}
/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	padding: 0.4em 1.5em;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius:0px !important;
	text-decoration: none;
	font-weight: 900;
	color: #fa6374;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 1c */
.btn-1c:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #eee;
}

.btn-1c:hover,
.btn-1c:active {
	color:#000;
}

.btn-1c:hover:after,
.btn-1c:active:after {
	height: 100%;
}
/* Button 1d */
.btn-1d {
	overflow: hidden;
}
.more a {
	color: #444444;
	padding:9px 20px;
	  border: 1px solid #4597a8;
}
.btn-1d:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #4597a8;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.btn-1d:hover,
.btn-1d:active {
	color: #fff;
}

.btn-1d:hover:after {
	width: 90%;
	opacity: 1;
}

.btn-1d:active:after {
	width: 101%;
	opacity: 1;
}
.main-map iframe {
  width: 100%;
  min-height: 450px;
  margin-bottom: -5px;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top2.png") no-repeat 0px 0px;
}
/**** Blog ****/
.section.group.example {
	margin-bottom: 3em;
}
.blog_heading p span {
	color: #C86360;
	font-size: 18px;
	text-transform: uppercase;
}
.blog_heading p {
	color:#9A585C;
	font-size: 0.8em;
	padding:0;
}
.blog_1_of_2 {
	width:50%;
	float:left;
}
.blogdata_1_of_2{
	width: 47%;
	float: left;
	margin-left: 3%;
	margin-top: 10px;
}
.blog_img img {
	padding:5px;
	background: #FFF;
	border: 1px solid #4597a8;
	margin-top:10px;
}
.blog_data p {
	color:#B8A395;
	font-size:0.8125em;
	line-height:1.8em;
}
.blog-content {
	padding: 0 5em;
}
p.post {
	font-style: italic;
	margin-bottom: 1.2em;
	color: #000;
}
/*** Page numbers ***/
.content-pagenation{
	float:right;
}
.content-pagenation li {
	display: inline-block;
}
.content-pagenation li a {
	color:#4597a8;
	font-size: 1em;
	background: #FFF;
	padding: 10px 12px;
	border: 1px solid #4597a8;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.content-pagenation li a:hover{
	background:#4597a8;
	color:#FFF;
}
.rsidebar.span_1_of_3 ul {
	padding: 0;
	margin: 0;
}
.span_1_of_3 li{
	font-size: 1em;
	padding: 7px 24px;
	background: url(../images/list-arrow.png) no-repeat 0;
	cursor: pointer;
	list-style-type: none;
}
.span_1_of_3 li:hover{
	color:#4597a8;
}
.span_2_of_3 p span{
	font-size: 1.35em;
    color:#4597a8;
}
.span_2_of_3 p,
.span_1_of_3  p  {
	color: #444444;
	font-size: 1.1em;
	line-height: 1.9em;
	font-weight: 300;
}
.blog_img img {
	width: 100%;
}
.more span a{
	padding:8px 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	font-size:1em;
	color:#FFF;
    -webkit-transition: -webkit-box-shadow, background 0.2s linear;
    -moz-transition: -moz-box-shadow, background 0.2s linear;
    -ms-transition: -moz-box-shadow, background 0.2s linear;
    -o-transition: -o-box-shadow, background 0.2s linear;
    transition: box-shadow, background 0.2s linear;
     background:#01000d;
    float: left;
    text-shadow:0px -1px 0px rgba(0, 0, 0, 0.13);
    text-transform: uppercase;  
	text-decoration:none;
	margin-top: 2em;
}
.more span a:hover{
	-webkit-animation: hover 0.5s 1;
    -moz-animation: hover 0.5s 1;
    -ms-animation: hover 0.5s 1;
    -o-animation: hover 0.5s 1;
    animation: hover 0.5s 1;
    background:#f06b59!important;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.13);    
}
.blog-content-head h3{
	color: #000000;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
}
.rsidebar.span_1_of_3 {
	width: 33%;
	margin: 50px 0 0 0;
}
.rsidebar h3{
	color: #444444;
	font-size: 2.5em;
	margin-bottom: 0.5em;
	font-weight:400;
}
.latest_comments h4 a {
	color: #4597a8;
	font-size: 0.9em;
	font-style: italic;
}
.latest_comments p {
	font-size: 1em;
	color: #444;
	font-weight: 500;
	padding:5px 0;
}
.latest_comments {
	margin-top: 2em;
}
.blog_heading a {
	text-decoration: none;
}
.main {
	padding: 4em 0;
}
.blog_heading a:hover {
	color:#4597a8;
}
/*-- single --*/

.single {
	margin: 0 0 3em 0em;
}
p.text {
	margin-top: 1em;
}
.leave h4 {
	color: #4597a8;
	font-size: 2.8em;
	margin: 6px 0 6px 0;
	font-weight: 400;
	margin-top: 1em;
}
#commentform label {
	display: block;
	font-size: 1em;
	color: #888;
}
#commentform span {
	color: #A60000;
	position: absolute;
}
#commentform input[type="text"] {
	padding: 8px 15px;
	width: 60%;
	color: #444;
	font-size: 1em;
	border: 1px solid #eee;
	background: #eee;
	outline: none;
	display: block;
}
#commentform textarea {
	padding: 13px 20px;
	width:60%;
	color: #444;
	font-size:0.85em;
	outline: none;
	height:150px;
	display: block;
	resize: none;
	font-weight:400;
	border: 1px solid #eee;
	background: #eee;
}
#commentform input[type="submit"] {
	padding: 16px 80px;
	color: #FFF;
	background: #4597a8;
	outline: none;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
	font-size: 1.3em;
	font-weight: 600;
}
#commentform input[type="submit"]:hover {
	background:#222;
}
.comments1 {
	margin-top: 3em;
}
#commentform p {
	position: relative;
	padding: 8px 0;
	font-size: 1em;
}
.comments-main {
	border: 1px solid #D5D4D4;
	padding: 17px 0px;
	margin: 15px 0px;
}
.cmnts-right a {
	padding: 6px 12px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	background: #999;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	outline: none;
}
.Archives {
	margin-bottom:3em;
}
.cmts-main-left img{
	border: 3px solid#ccc;
}
.cmnts-right a:hover{
	background: #333;
	text-decoration:none;
}
.cmts-main-right h5 {
	font-size: 1em;
	color: #4e4e4b;
	margin: 0px;
	font-weight: 600;
}
.comments1 h4 {
	font-size: 1.6em;
	margin-bottom: 1.2em;
	color: #4e4e4b;
	font-weight: 600;
}
.cmts-main-right p{
	font-size: 15px;
	color: #555;
	margin:15px 0px;
}
.cmnts-left p {
	font-size: 13px;
	color:#999;
	font-weight: 600;
}
/*--contact--*/
/************* Contact ********/
.contact-form h2{
   color: #000000;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
}
.company_address h2,.contact_info h2{
   color: #000000;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 0.6em;
}
.contact-form{
	position:relative;
	padding-bottom:20px;
}
.left_form{
	float:left;
	width:48%;
}
.right_form{
	float:left;
	width:48%;
	margin-left:3.8%;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label {
    display: block;
    font-size: 1em;
    color: #686868;
    padding-bottom: 5px;
    font-weight: 400;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:10px;
			display:block;
			width:100%;
			background:none;
			border: none;
			outline:none;
			color:#464646;
			font-size:1em;
			box-shadow: inset 0px 0px 3px #999;
			-webkit-box-shadow: inset 0px 0px 3px #999;
			-moz-box-shadow: inset 0px 0px 3px #999;
			-o-box-shadow: inset 0px 0px 3px #999;
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height: 193px;		
}
.myButton{
	background: #4597a8;
	color: #fff;
	font-size: 1.2em;
	padding: 9px 25px;
	border:none;
	text-decoration: none;
	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;
    display:inline-block;
    cursor:pointer;
    text-transform:uppercase;
    -webkit-appearance:none;
    float:right;
}
.myButton:hover{
        text-shadow: 0px 0px 1px #fadb6f;
		background:#000;
}
.company_address{
	 float:left;
	 width:25%;
}
.company_address p{
    display: block;
    font-size: 1em;
    color: #686868;
    padding-bottom: 5px;
    font-weight: 400;
    padding: 5px 0;
}
.company_address p span a{
	text-decoration:underline;
	color:#555;
}
.company_address p span a:hover{
	text-decoration:none;
    color: #ff0000;
}
.contact_info{
	float:right;
	width:70%;
	margin-left:5%;
}
/*-- Contact-ends-here --*/
/**** photos-page ****/
/***** Gallery *****/
.grid_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	background: #FFF;
}
.grid_1_of_4:first-child { 
	margin-left: 0; 
} 
.images_1_of_4 {
	width: 23.8%;
	position:relative; 
}
.images_1_of_4  img{
	max-width:100%;
	display:block;
	outline:none;
}
.images_1_of_4 a{
	outline:none;
}
.images_1_of_4 a span{
	position: absolute;
	top:80px;
	left:135px;
	width:36px;
	height:36px;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.images_1_of_4 a img:hover{
	opacity:0.6;
}
.images_1_of_4 a:hover span{
	opacity:1;
	background:url(../images/zoom.html) no-repeat;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.gallery-content-head h3{
	color: #000000;
	text-transform: uppercase;
	font-size: 2.2em;
	font-weight: 500;
	margin-bottom:1em;
	text-align:center;
}
/*--about--*/
.about{
	margin:7em 0 5em;
}
.about-top-info h3 {
	  color: #000000;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
}
.about-topgrid1 h3 {
	  color: #000000;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
}
.about-topgrid1 {
	padding: 5em 0 3em;
}

.aboutus {
	background: #4597a8;
	padding: 3em 0 1em;
	min-height: 250px;
	color: #fff;
}
.about-left {
	margin-bottom: 3em;
}
.check-in {
	width: 20%;
	float: left;
	margin-right: 5%;
}
.check-out {
	width: 75%;
	float: left;
}
.about-bottom-into {
	padding-top: 3em;
}
.about-desc p {
	font-size: 1.04em;
  font-weight: 400;
  color: #999999;
  line-height: 1.9em;
  margin-bottom:1.5em;
}
.about-topgrid1 h5 {
	color: #555;
	line-height: 1.8em;
	font-size: 1em;
}
.about-topgrid1 p {
	  font-size: 1.03em;
  font-weight: 400;
  color: #999999;
  line-height: 1.8em;
  margin-bottom: 0;
}
.about-img img {
		width: 100%;
}
.about-img img:hover {
	opacity: 0.6;
}
.about-bottom-info-right img {
	width: 100%;
}
.about-bottom-info-right img:hover {
	opacity: 0.6;
}
.check-out p {
	font-size: 0.94em;
	line-height: 1.5em;
	margin-top: 10px;
}
/*--/about--*/
/*--error--*/
.error{
	text-align:center;
	min-height: 670px;
}
.error h1{
	color: #000;
	font-size: 9em;
	line-height: 1em;
	margin-top: 0.8em;
	font-weight: 400;
}
.error-head h2{
	font-size: 1.5em;
	color: #444;
	margin-top:1.5em;
	font-weight:500;
}
.error-head a{
	color: #fff;
	background:#C06C84;
	font-size: 1.1em;
	display:inline-block;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top:3em;
	text-decoration:none;
}
.error-head {
	padding-top: 5em;
}
/* Bounce To Left */
a.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #4597a8;
  color: #fff;
}
a.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#48ABC0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-bounce-to-left:hover,a.hvr-bounce-to-left:focus,a.hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before,a.hvr-bounce-to-left:focus:before,a.hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.footer1 {
  background: #444444;
  padding: 3em 0;
}
.follow-us-on h4 {
	margin-bottom: 0.7em;
	  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.8em;
}
.follow-us-on p {
	color: #fff;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.6em;
}
.copyrights {
	margin-top: 3em;
	text-align:center;
}
.copyrights a {
	color: #faed23;
	font-size: 17px;
	font-weight: 400;
	margin-left: 5px;
}/*-- responsive-design starts-here --*/


.container_slide {
	width:100%;
	height:521px;
	overflow:hidden;
}

.container_slide img{
	width:100%;
	height:100%;
}