/*
Theme Name: Inovasi
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html, body{
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
  	 background: #FFf;
  	 -webkit-font-smoothing: antialiased;

}
body a{
	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;
	}
/*----start-container----*/
/*-----start-header----*/

.bg{
	background:url(images/background-2.jpg) no-repeat 0px 0px;
	background-size:100%;
	height:600px;
}
.header{
	background: #D8D8D8;
	height: 72px;
}
#css3slider { 
  position: absolute; 
  width:3900px;  
  -webkit-animation-name:slider;
  -webkit-animation-duration:15s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-name:slider;
  -moz-animation-duration:15s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count:infinite;
  -o-animation-name:slider;
  -o-animation-duration:15s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count:infinite;
  animation-name:slider;
  animation-duration:15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count:infinite;
}
.logo{
	float: left;
}
.logo a{
	color: #303030;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 2.5em;
}
.logo a:hover{
	text-decoration:none;
}
.logo320{
	display:none;
}
/*----navbar-nav----*/
.top-header{
}
.top-nav ul li a{
	color: #FFF;
	padding: 1em 2em;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-weight: 300;
	
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
	color: #FFF;
	background-color: #1FB8FA;
}
.logo a{
	display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
	position: relative;
	float: right;
}
nav ul {
	padding: 0;
	float: right;
}
nav li {
	display: inline;
	float: left;
	position:relative;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav a:hover{
	text-decoration:none;
	color:#00A2C1;
}

/*------ banner -----*/
.banner{
	padding: 5em 0 0;
	margin-bottom: 18em;
}
.banner h1{
	font-weight: 700;
	font-size: 3.1em;
	color: #FFF;
	text-transform: uppercase;
	width: 50%;
	display: inline-block;
	line-height: 1.3em;
	float:right; 
}
.banner span {
	width: 15%;
	height: 1px;
	background: #35C2F8;
	display: inline-block;
}
.banner p{
	color: #CCCCCC;
	font-weight: 400;
	font-size: 1.3em;
	line-height: 1.7em;
	margin: 0;
	width: 41%;
	text-align: right;
	float: right;
}
/*-----welcome-note -----*/
.welcome-note{
	background:#f0f2f1;
}
.welcome-note-left h2{
	color: #1FB8FA;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 3em;
	padding-top:30px;
}
.welcome-note-left span{
	color:#2f3837;
	font-weight:300;
	text-transform:uppercase;
	font-size:1.8em;
}
.welcome-note-right-left{
	
}
.welcome-note-right-left h3{
	font-size:0.9em;
	color:#2f3837;
	line-height:1.5em;
	text-transform:uppercase;
	margin:0;
	padding:0 0 0.5em 0;
}
.welcome-note-right-left p{
	color: #777;
	font-size: 0.875em;
	line-height: 1.8em;
}
.welcome-note-right-right a{
	background: #1FB8FA;
	color: #FFF;
	font-weight: 300;
	padding: 0.9em 2em;
	display: inline-block;
	text-decoration: none;
	margin-top: 1em;
	font-size: 1.3em;
	font-weight: 600;
}
.welcome-note-right-right a:hover{
	background:#2f3837;
}
.welcome-note-right{
	padding:2em 0;
}
/*----- mid-grids -----*/
.mid-grid{
	padding:2em 0;
}
.mid-grid-left{
	background:#f0f2f1;
	padding:15px;
}
.mid-grid-left img{
	width:100%;
	height: auto;
	padding: 50px 0;
}
.mid-grid-right h3{
	color:#1FB8FA;
	font-weight:300;
	margin:0;
	line-height:1.5em;
	font-size:1.6em;
}
.mid-grid-right h4{
	color:#2f3837;
	font-size:1.3em;
	font-weight:700;
	text-transform:uppercase;
}
.mid-grid-right p{
	color:#777;
	font-size:0.875em;
	line-height:1.8em;
}
/*----- bottom-grids -----*/
.bottom-grids{
	background:#f4f6f5;
	padding:3em 0;
}
.recent-news h2{
	color: #2f3837;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 1em 0;
}
.recent-news-left{
	float:left;
	width:20%;
}
.recent-news-right{
	float:right;
	width:75%;
}
.recent-news-left{
	background:#1FB8FA;
	padding:0.5em;
}
.recent-news-left span{
	font-size:1.5em;
	color:#FFF;
	font-weight:700;
}
.recent-news-left label{
	color:#2f3837;
	font-weight:1.1em;
	font-weight:700;
}
.recent-news-right{
	
}
.recent-news-right h3{
	padding:0;
	margin:0;
	color:#2e3837;
	text-transform:uppercase;
	font-size:1.3em;
}
.recent-news-right span{
	color:#1FB8FA5433;
	font-weight:300;
	text-transform:uppercase;
	padding:0.3em 0 0;
	display:block;
}
.recent-news-right p{
	color:#777;
	font-size:0.875em;
	line-height:1.7em;
}
.recent-news-grid{
	margin-bottom:1.2em;
}
.about-us{
	
}
.about-us img{
	width:100%;
}
.about-us h4{
	color: #2f3837;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	margin:0;
	padding:0 0 0.8em 0;
}
.about-us p{
	color:#777;
	font-size:0.875em;
	line-height:1.7em;
	margin:1em 0 0 0;	
}
.about-us h2{
	color: #2f3837;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 1em 0;
}
/*----- ourservices ----*/
.ourservices h2{
	color: #2f3837;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 1em 0;
}
.ourservices ul{
	margin:0;
	padding:0;
}
.ourservices ul li{
	list-style:none;
}
.ourservices ul li a{
	color:#777;
	padding:0.7em 0.8em;
	display:block;
	text-decoration:none;
}
.ourservices ul li a span{
	width:8px;
	height:8px;
	display:inline-block;
	background:url(images/splits.png) no-repeat -4px -5px;
	margin-right:0.5em;
}
.ourservices ul li:nth-child(2n+1) a{
	background:#FFF;
}
.ourservices ul li a:hover{
	color:#1FB8FA5433;
}
/*----- news-letter ----*/
.news-letter{
	background:#1FB8FA5433;
	padding:2em 0;
}
.news-letter-grid-left{
	float:left;
	width:70%;
}
.news-letter-grid-right{
	float:right;
	width:30%;
}
.news-letter-grid-left h3{
	font-weight:300;
	font-size:1.8em;
	color:#FFF;
}
.news-letter-grid-left p{
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: 100;
	width: 100%;
	line-height: 1.8em;
	margin: 1em 0;
}
.news-letter-grid-right{
	margin-top:2.2em;
}
.news-letter-grid-right form{
	position:relative;
}
.news-letter-grid-right input[type="text"]{
	border:none;
	width:90%;	
	padding:0.6em 0.8em;
	border:1px solid #EEE;
	outline:none;
	color:#777;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
}
.news-letter-grid-right input[type="text"]:hover{
	border-color:#1FB8FA5433;
}
.news-letter-grid-right input[type="submit"]{
	width: 39px;
	height: 36px;
	display: inline-block;
	background:url(images/splits.png) no-repeat -161px -11px;
	border: none;
	outline: none;
	position: absolute;
	right: 44px;
	top: 6px;
}
.news-letter-grid-right input[type="submit"]:hover{
	background: url(images/search1.png) no-repeat 0px 0px;
}
/*---- footer -----*/
.footer{
	background:#2f3837;
	padding:3em 0 2em 0;
	border-top: 2px solid #1fb8fa;
}
.footer-grid h3{
	color:#999;
	font-weight:600;
	text-transform:uppercase;
	font-size:1.2em;
}
.footer-grid ul{
	margin:1.3em 0 0 0;
	padding:0;
}
.footer-grid ul li{
	display:block;
}
.footer-grid ul li a{
	color:#777;
	text-decoration:none;
	padding:0.15em 0;
	display:block;
	text-transform:uppercase;
	font-size:0.875em;
}
.footer-grid ul li a:hover{
	color:#1FB8FA5433;
}
.footer-grid ul li a span{
	width: 27px;
	height: 24px;
	display:inline-block;
	margin-right:0.5em;
}
.footer-grid ul li a.twitter span{
	background:url(images/splits.png) no-repeat -210px -12px;
	vertical-align:middle;
}
.footer-grid ul li a.facebook span{
	background:url(images/splits.png) no-repeat -81px -12px;
	vertical-align:middle;
}
.footer-grid ul li a.googlepluse span{
	background:url(images/splits.png) no-repeat -118px -12px;
	vertical-align:middle;
}
ul.social-icons li a{
	padding:0.5em 0;
}
.location{
margin-top:1.3em;
}
.location ul li {
display: block;
}
.location ul li a:hover {
color: #1FB8FA5433;
}
ul.location li a {
padding: 0.5em 0;
}
.location li span {
	font-weight: normal;
	color: #777;
	text-decoration: none;
	padding: 0.15em 0;
	display: block;
	text-transform: uppercase;
	font-size: 0.875em;
}
ul.location li span span{
	width: 27px;
	height: 27px;
	display:inline-block;
	margin-right:0.5em;
}
ul.location li span.hm span {
background: url(images/splits.png) no-repeat -9px -12px;
vertical-align: middle;
}
ul.location li span.phn span {
background: url(images/splits.png) no-repeat -45px -12px;
vertical-align: middle;
}
/*----*/
.copy-right{
	text-align:center;
	margin-top:1em;
}
p.copy-right{
	color:#ADADAD;
	font-size: 12px;
	font-weight: normal;
}
p.copy-right a{
color:#1fb8fa;
}
p.copy-right a:hover{
color:#fff;
}
.location p{
	color:#777;
	text-decoration:none;
	font-weight: normal;
}
/*--service--*/
.bg2{
	background:url(images/ser-banner.jpg) no-repeat 0px 0px fixed;
	background-size:80%;
	min-height:400px;
}
.service-banner h2,.contact-banner h2{
color:#fff;
font-size: 4em;
font-weight: 600;
margin-top: 3em;
}
.service-banner p,.bg5 p,.bg4 p{
color:#fff;
width:50%;
float:right;
line-height:1.5em;
}
.service-sec{
padding: 2em 0 4em;
}
.service-sec h3{
font-size:2.5em;
color:#343938;
}
.service-sec p{
color:#A1A0A0;
text-align: justify;
line-height:1.8em;
font-size:0.9em;
padding:1em 0;
}
.service-sec li {
	color: #a1a0a0;
}
.service-grid img{
height: auto;
    position: relative;
    width: 100%;
	padding: 30px 0 0;
}
.service-grid p{
color:#A1A0A0;
width:100%;
line-height:1.5em;
padding:0;
}
.service-grid h4{
color:#343938;
font-size:1.3m;
margin:0.5em 0;
}
a.btn{
display:inline-block;
margin:1em 0;
border: 1px solid #A6A6A6;
background:#A6A6A6;
color: #fff;
padding: 8px 16px;
font-size: 14px;
}
a.btn:hover {
border: 1px solid rgba(0,0,0,0.1);
background: #3C3C3C;
color:#fff;
text-decoration: none;
}
.tour-caption {
	display:none;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 45.3%;
	position: absolute;
	background: rgba(80, 96, 131, 0.76);
	text-align: center;
	padding: 10% 5% 5%;
}
.tour-caption p{
color:#fff;
}
.service-grid:hover div.tour-caption{
	display: block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.service-grids{
padding:1em 0;
}
.service-grids2{
padding:1em 0 0 0;
}
/*--port--*/
.project-section-head h3{
color:#333333;
padding-bottom:7px;
font-size:2.1em;
font-weight:600;
text-transform:uppercase;
}
.project-section-head p{
margin-top:8px;
font-size:0.9em;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 25%;
	display:none;
	float:left;
	overflow:hidden;
	margin: 0;
}
div#portfolio{
background:;
padding:2em 0px;
}	
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio img {
	width:100%;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}
.row:after,
.clearfix:after {
  clear: both; 
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#filters li span{
	display: block;
	padding: 6px 23px;
	text-decoration: none;
	color: #464251;
	cursor: pointer;
	font-size: 1.4em;
	font-weight: 700;	
	margin:0 0.5em;
}
#filters li span.active {
	background:#2E3736;
	color: #F3F3F3;	
	font-weight: 600;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
#filters li span.filter:hover{
	background:#FD5231;
	color: #FFFFFF;	
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
	-ms-border-radius: 5px;
}
#filters li span.active:hover{
	background: #FD5231;
	color: #fff;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}						  
#filters li {
	display: -webkit-inline-box;
}
.zoom-icon {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	display: block;
	left: 0;
	top: -152px;
	width: 290px;
	height: 219px;
	background: url(images/zoom.png) center center no-repeat;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.grid_box .zoom-icon {
	top: -50px;
	width:100%;
	height: 182px;	
}
.grid_box a:hover .zoom-icon {
	top:45px;
	opacity: 1;
	filter: alpha(opacity=99); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
.entertain_box{
	margin-bottom:3em;
}
.portfolio-botton {
	text-align: center;
	margin-top: 3em;
}
.portfolio-botton input[type="button"]{
	border:none;
	outline:none;
	padding:0.5em 1em;
	color:#fff;
	background:#2E3736;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:1px dashed #2E3736;
}
.portfolio-botton input[type="button"]:hover{
	border:1px dashed #fff;
	background:#FD5231;
}
/*--flexi--*/
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:250px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
.biseller-info {
	background:#fff;
	padding:2em 0;
}
.biseller-info h2{
text-align:center;
color:#D13F31;
margin-bottom:1em;
padding:12px 0;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999; 
}
.biseller-info p{
text-align:center;
color:#767776;
margin-bottom:3em;
}
/*--flexi--*/
/*--team--*/
.bg4{
	background:url(images/background-2.jpg) no-repeat 0px 0px fixed;
	background-size:100%;
	min-height:410px;
}
.bg5{
	background:url(images/bg5.jpg) no-repeat 0px 0px fixed;
	background-size: 100%;
	min-height: 500px;
}
.bg6{
	background:url(images/bg6.jpg) no-repeat 0px 0px fixed;
	background-size: 100%;
	min-height: 500px;
}
.bg7{
	background:url(images/bg7.jpg) no-repeat 0px 0px fixed;
	background-size: 100%;
	min-height: 500px;
}
.team {
margin: 3em 0 2em 0;
}
.team h3{
color:#5D5D5D;
font-size:2.2em;
font-weight:600;
text-transform:uppercase;
}
.team p{
color:#5D5D5D;
font-size:0.9em;
line-height:1.8em;
margin:1em 0 3em 0;
}
.team-grid h2{
color: #D13F31;
margin-bottom:0.5em;
padding:12px 0;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999; 
}
.team-grid p{
margin:1.5em 0 2em 0;
font-size:0.9em;
}
.teams img{
border-radius:100px;
border:5px solid #D8D8D8;
width:200px;
height:200px;
}
.teams h4{
color:#595959;
margin:1em 0 3em 0;
font-weight:600;
}
.teams h4:hover{
color:#FD5331;
}
.team-sidebar h3{
	padding: 12px 0px;
	color: #303030;
	font-size: 1.5em;
	text-transform: uppercase;
}
.team-sidebar ul li a{
	display: block;
	font-size:0.875em;
	color: #777;
	padding: 12px 18px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.team-sidebar {
width: 71%;
margin: 0 auto;
}
.team-sidebar ul li {
list-style:none;
border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
}
.team-sidebar ul li a:hover{
	color: #DC483A;
	text-decoration:none;
}
.team-sidebar span {
	width: 22px;
	height: 22px;
	background: url(images/splits.png) -13px -56px;
	display: block;
	float: left;
}
.team-history{
margin-bottom:3em;
}
.team-history h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px 15px 0px;
	margin-bottom: 13px;
	color: #303030;
	font-size: 1.5em;
	text-transform: uppercase;
}
.date{
float:left;
width:7%;
margin-right:1em;
}
.date-info{
float:left;
width:85%;
}
.history-lines ul li{
list-style:none;
}
.history-lines ul li span{
	color: #777;
	display:block;
	font-size: 14px;
	padding: 10px 20px;
	background: #EEE;
}
.history-lines ul li p{
	font-size: 0.8125em;
	color: #777;
	line-height: 1.5em;
	padding: 0px 0px 20px 0px;
	border:none;
}
.history-lines ul li p label {
color: #DC483A;
display: block;
}
/*--team--*/

/*--CONTACT-page--*/
.contact-bg{
background:url(images/rooms.jpg) repeat-y 0px 0px;
background-size:cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
padding-bottom: 6em;
}
.contact-us{
	padding: 4% 0;
}
.contact-us_left {
	float:left;
	margin-right:3.3333%;
	width: 32.3333%;
}
.contact_right {
	float:left;
	width: 63.3333%;
}
.contact-us_left h3{
	margin-bottom: 2%;
}
.company_address{
	padding-top:10px;
}
.company_address p{
	color: #242424;
	text-shadow: 0 1px 0 #ffffff;
	line-height: 1.8em;
	font-size: 0.8125em;
	font-weight: 600;
}
.company_address p a{
	color: #1fb8fa;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-shadow: 0 1px 0 #ffffff;
}
.company_address p a:hover{
	color: #242424;
}
.map{
	margin: 6% 0 4%;
}
.contact_right h3{
	margin-bottom: 2%;
	font-size:2.1em;
	text-transform:uppercase;
}
.contact-form div{
	padding:5px 0;
}
.contact-form p{
	display: block;
	color: #4A4A4A;
	font-weight:600;
	line-height: 1.5em;
	font-size: 0.9em;
}
.contact-form input[type="text"],.contact-form textarea{
	font-family: 'Open Sans', sans-serif;
	margin-top: 5px;
	padding: 10px;
	display: block;
	width: 60%;
	background: transparent;
	outline: none;
	color: #555555;
	font-size: 1em;
	border:1px solid #2A2E33;
	-webkit-appearance: none;
}
.contact-form textarea {
	width: 80% !important;
}
.contact-form input[type="text"]:hover,.contact-form textarea:hover{
border:1px solid #FD5331;
-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	background: #242424;
	border: 1px solid #242424;
	padding: 10px 24px;
	outline: none;
	color: #ffffff;
	font-size: 0.8em;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.contact-form input[type="submit"]:hover{
	background: #1fb8fa;
	border: 1px solid #1fb8fa;
}

@media (max-width: 320px){
	.list-product.service-grid {
		margin: 0 0 30px !important;
		width: 100% !important;
	}
	.footer-grid {
		margin: 0 0 20px;
	}
	.location {
		margin: 0 !important;
	}
	.detail-product .col-md-5 img {
		width: 100% !important;
		margin: 0 0 20px;
	}
	.detail-product .welcome-note-right-right {
		text-align: center;
	}
	.bg4 {
		min-height: 185px;
	}
	.tour-caption {
		bottom: 55.3% !important;
	}
	.welcome-note-left.text-right {
		padding: 0 0 20px;
		text-align: left;
	}
	.mid-grid-left img {
		width: 100% !important;
	}
	.top-nav {
		width: 30% !important;
	}
	ul.top-nav {
		width: 100% !important;
	}
	.banner {
		padding: 15px 0 !important;
		margin: 0 !important;
	}
	.banner h1 {
		font-size: 16px !important;
		width: 90% !important;
		float: right;
	}
	.banner p {
		width: 100% !important;
		font-size: 13px !important;
		line-height: 20px !important;
	}
	.welcome-note-left h2 {
		font-size: 20px !important;
	}
	.welcome-note-left span {
		font-size: 16px !important;
	}
	.footer-grid {
		padding: 0;
		margin: 0 0 20px;
	}
	.news-feed {
		text-align: center !important;
	}
	.location p {
		font-size: 12px;
	}
	p.copy-right {
		font-size: 10px;
	}
}
@media (min-width: 620px) and (max-width: 640px){
	.list-product.service-grid {
		margin: 0 10px 30px !important;
		width: 45% !important;
	}
	.footer-grid {
		margin: 0 0 20px;
	}
	.location {
		margin: 0 !important;
	}
	.detail-product .col-md-5 img {
		margin: 0 0 20px;
	}
	.detail-product .welcome-note-right-right {
		text-align: center;
	}
	.tour-caption {
		bottom: 30.3%;
	}
	.banner {
		padding: 50px 0 100px;
		margin: 0;
	}
	.banner h1 {
		font-size: 36px;
		width: 70%;
	}
	.banner p {
		width: 90%;
		font-size: 24px;
		line-height: 26px;
	}
	.welcome-note-left h2 {
		font-size: 30px;
	}
	.welcome-note-left span {
		font-size: 20px;
	}
	.welcome-note-right {
		padding-top: 0;
	}
	.mid-grid-right p {
		font-size: 12px;
	}
	.mid-grid-right h3 {
		font-size: 16px;
	}
	.mid-grid-right h4 {
		font-size: 14px;
	}
	.footer-grid {
		padding: 0;
		margin: 0 0 20px;
	}
	.news-feed {
		margin: 10px 0 0;
	}
	.location p {
		font-size: 12px;
	}
	p.copy-right {
		font-size: 10px;
	}
	span.menu:before {
		content: url(images/nav.png);
		cursor: pointer;		
	}
	.welcome-note-left.text-right {
		text-align: left;
	}
	.mid-grid-left img {
		width: 50%;
	}
	.top-nav {
		width: 60%;
	}
	.top-nav  ul{
		display:none;
	}
	.top-nav  ul li {
		font-size: 12px;
		display:inline-block;
		width: 100%;
	}
	.top-nav ul li a {
	padding:4px;
	font-size: 14px;
	width: 100%;
	}
	 span.menu{
		display:block;
		float:right;
		margin: 18px 8px 0;
	}
	.top-nav  ul{
		margin: 0;
		z-index: 999;
		position: absolute;
		width: 100%;
		background: rgba(253, 83, 49, 0.59);
		text-align: center;
		top: 92%;
		left: -8px;
	}
	.top-nav ul li.active a, .top-nav ul li a:hover {
	color: #FFF;
	background-color: #444444;
	}
}

@media (min-width: 801px) and (max-width: 1024px){
	.tour-caption {
		bottom: 53%;
	}	
	.banner {
		padding: 100px 0 210px !important;
		margin: 0;
	}
	.banner h1 {
		font-size: 45px !important;
	}
	.banner p {
		width: 80% !important;
		font-size: 40px !important;
		line-height: 45px;
	}
}
@media (min-width: 768px) and (max-width: 800px){ 
	.detail-product .col-md-5 img {
		width: 100% !important;
		margin: 0 0 20px;
	}
	.detail-product .welcome-note-right-right {
		text-align: center;
	}
	.tour-caption {
		bottom: 26.3%;
	}
	.banner {
		padding: 60px 0 140px !important;
		margin: 0;
	}
	.banner h1 {
		font-size: 35px !important;
	}
	.banner p {
		width: 80% !important;
		font-size: 28px !important;
	}
	.mid-grid-left img {
		width: 50% !important;
	}
	.welcome-note-left.text-right {
		text-align: left;
	}
	.news-feed {
		text-align: right;
		margin: 10px 0 0;
	}
}
@media (min-width: 570px) and (max-width: 600px){
	.list-product.service-grid {
		margin: 0 10px 30px !important;
		width: 45% !important;
	}
	.footer-grid {
		margin: 0 0 20px;
	}
	.location {
		margin: 0 !important;
	}
	.location p {
		font-size: 12px;
	}
	.detail-product .col-md-5 img {
		margin: 0 0 20px;
	}
	.detail-product .welcome-note-right-right {
		text-align: center;
	}
	.bg4 {
		min-height: 340px;
	}
	.tour-caption {
		bottom: 32%;
	}
	.nav ul {
		width: 360px;
	}
	.top-nav ul li a{
		padding: 1em 1.5em;
	}
	.banner {
		padding: 40px 0 83px !important;
		margin: 0;
	}
	.banner h1 {
		font-size: 26px !important;
	}
	.banner p {
		width: 80% !important;
		font-size: 24px !important;
	}
	.mid-grid-left img {
		width: 50% !important;
	}
	.welcome-note-left.text-right {
		text-align: left;
	}
	.news-feed {
		text-align: right;
		margin: 10px 0 0;
	}
}

@media (min-width: 950px) and (max-width: 960px){
	.footer-grid {
		margin: 0 0 20px;
	}
	.location {
		margin: 0 !important;
	}	
	.detail-product .col-md-5 img {
		margin: 0 0 20px;
	}
	.detail-product .welcome-note-right-right {
		text-align: center;
	}
	.tour-caption {
		bottom: 26.5%;
	}
}
@media (min-width: 685px) and (max-width: 690px){ 
	.list-product.service-grid {
		margin: 0 10px 30px !important;
		width: 45% !important;
	}
	.footer-grid {
		margin: 0 0 20px;
	}
	.location {
		margin: 0 !important;
	}
	.detail-product .col-md-5 img {
		margin: 0 0 20px;
	}
	.detail-product .welcome-note-right-right {
		text-align: center;
	}
	.tour-caption {
		bottom: 28.3%;
	}
	.banner {
		padding: 55px 0 110px !important;
		margin: 0;
	}
	.banner h1 {
		font-size: 30px !important;
	}
	.banner p {
		width: 80% !important;
		font-size: 24px !important;
	}
	.mid-grid-left img {
		width: 50% !important;
	}
	.welcome-note-left.text-right {
		text-align: left;
	}
	.news-feed {
		text-align: right;
		margin: 10px 0 0;
	}
}
@media (min-width: 660px) and (max-width: 667px){ 
	.list-product.service-grid {
		width: 45% !important;
	}
	.footer-grid {
		margin: 0 0 20px;
	}
	.location {
		margin: 0 !important;
	}
	.detail-product .col-md-5 img {
		margin: 0 0 20px;
	}
	.detail-product .welcome-note-right-right {
		text-align: center;
	}
	.tour-caption {
		bottom: 29.3%;
	}
	.banner {
		padding: 40px 0 110px !important;
		margin: 0;
	}
	.banner h1 {
		font-size: 30px !important;
	}
	.banner p {
		width: 80% !important;
		font-size: 24px !important;
	}
	.mid-grid-left img {
		width: 50% !important;
	}
	.welcome-note-left.text-right {
		text-align: left;
	}
	.news-feed {
		text-align: right;
		margin: 10px 0 0;
	}
}
@media (min-width: 730px) and (max-width: 736px){ 
	.detail-product .col-md-5 img {
		margin: 0 0 20px;
	}
	.detail-product .welcome-note-right-right {
		text-align: center;
	}
	.tour-caption {
		bottom: 27%;
	}
	.banner {
		padding: 65px 0 110px !important;
		margin: 0;
	}
	.banner h1 {
		font-size: 36px !important;
		width: 60%;
	}
	.banner p {
		width: 80% !important;
		font-size: 24px !important;
	}
	.mid-grid-left img {
		width: 50% !important;
	}
	.welcome-note-left.text-right {
		text-align: left;
	}
	.news-feed {
		text-align: right;
		margin: 10px 0 0;
	}
}
@media (min-width: 376px) and (max-width: 384px){ 
	.list-product.service-grid {
		margin: 0 0 30px !important;
		width: 100% !important;
	}
	.detail-product .col-md-5 img {
		width: 100% !important;
		margin: 0 0 20px;
	}
	.detail-product .welcome-note-right-right {
		text-align: center;
	}
	.bg4 {
		min-height: 185px;
	}
	.tour-caption {
		bottom: 47% !important;
	}
	.top-nav {
		width: 40% !important;
	}
	ul.top-nav {
		width: 100% !important;
	}
	.banner {
		padding: 20px 0 51px !important;
		margin: 0;
	}
	.banner h1 {
		font-size: 20px !important;
	}
	.banner p {
		width: 80% !important;
		font-size: 13px !important;
	}
	.mid-grid-left img {
		width: 100% !important;
	}
	.welcome-note-left.text-right {
		text-align: left;
	}
	.news-feed {
		text-align: right;
		margin: 10px 0 0;
	}
}
@media (min-width: 410px) and (max-width: 414px){ 
	.list-product.service-grid {
		margin: 0 0 30px !important;
		width: 100% !important;
	}
	.detail-product .col-md-5 img {
		width: 100% !important;
		margin: 0 0 20px;
	}
	.detail-product .welcome-note-right-right {
		text-align: center;
	}
	.bg4 {
		min-height: 240px;
	}
	.tour-caption {
		bottom: 44.5% !important;
	}
	.top-nav {
		width: 45% !important;
	}
	ul.top-nav {
		width: 100% !important;
	}
	.banner {
		padding: 20px 0 51px !important;
		margin: 0;
	}
	.banner h1 {
		font-size: 20px !important;
	}
	.banner p {
		width: 80% !important;
		font-size: 13px !important;
	}
	.mid-grid-left img {
		width: 100% !important;
	}
	.welcome-note-left.text-right {
		text-align: left;
	}
	.news-feed {
		text-align: right;
		margin: 10px 0 0;
	}
}
@media (min-width: 341px) and (max-width: 360px){ 
	.list-product.service-grid {
		margin: 0 0 30px !important;
		width: 100% !important;
	}
	.detail-product .col-md-5 img {
		width: 100% !important;
		margin: 0 0 20px;
	}
	.detail-product .welcome-note-right-right {
		text-align: center;
	}
	.bg4 {
		min-height: 210px;
	}
	.tour-caption {
		bottom: 51.3% !important;
	}
	.top-nav {
		width: 35% !important;
	}
	ul.top-nav {
		width: 100% !important;
	}
	.banner {
		padding: 20px 0 20px !important;
		margin: 0;
	}
	.banner h1 {
		font-size: 20px !important;
	}
	.banner p {
		width: 80% !important;
		font-size: 13px !important;
	}
	.mid-grid-left img {
		width: 100% !important;
	}
	.welcome-note-left.text-right {
		text-align: left;
	}
	.mid-grid-left img {
		width: 60%;
	}
	.news-feed {
		text-align: right;
		margin: 10px 0 0;
	}
}
@media (min-width: 361px) and (max-width: 375px){ 
	.list-product.service-grid {
		margin: 0 0 30px !important;
		width: 100% !important;
	}
	.detail-product .col-md-5 img {
		width: 100% !important;
		margin: 0 0 20px;
	}
	.detail-product .welcome-note-right-right {
		text-align: center;
	}
	.bg4 {
		min-height: 185px;
	}
	.tour-caption {
		bottom: 47.3% !important;
	}
	.top-nav {
		width: 40% !important;
	}
	ul.top-nav {
		width: 100% !important;
	}
	.banner {
		padding: 12px 0 9px !important;
		margin: 0;
	}
	.banner h1 {
		font-size: 20px !important;
	}
	.banner p {
		font-size: 14px;
	}
	.welcome-note-left.text-right {
		text-align: left;
	}
	.mid-grid-left img {
		width: 60%;
	}
	.news-feed {
		text-align: right;
		margin: 10px 0 0;
	}
}
@media (min-width: 470px) and (max-width: 480px){ 
	.list-product.service-grid {
		margin: 0 10px 30px !important;
		width: 45% !important;
	}
}
@media (min-width: 566px) and (max-width: 568px){ 
	.list-product.service-grid {
		margin: 0 10px 30px !important;
		width: 45% !important;
	}
}
@media only screen and (max-width: 568px){ 
	.list-product.service-grid {
		margin: 0 10px 30px;
		width: 45%;
	}
	.footer-grid {
		margin: 0 0 20px;
	}
	.location {
		margin: 0 !important;
	}
	.detail-product .col-md-5 img {
		margin: 0 0 20px;
	}
	.detail-product .welcome-note-right-right {
		text-align: center;
	}
	.top-nav {
		width: 55%;
		float: right;
	}
	ul.top-nav {
		width: 100%;
	}
	ul.top-nav li{
		
	}
	ul.top-nav li a{
		font-size: 14px;
		padding: 16px 20px;
	}
	.banner {
		padding: 30px 0 109px;
		margin: 0;
	}
	.banner h1 {
		font-size: 28px;
	}
	.banner p {
		width: 50%;
	}
	.welcome-note-left.text-right {
		text-align: left;
	}
	.mid-grid-left img {
		width: 60%;
	}
	.news-feed {
		text-align: right;
		margin: 10px 0 0;
	}
}
@media (max-width: 480px){
	.list-product.service-grid {
		margin: 0 10px 30px;
		width: 45%;
	}
	.footer-grid {
		margin: 0 0 20px;
	}
	.location {
		margin: 0 !important;
	}
	.detail-product .col-md-5 img {
		margin: 0 0 20px;
	}
	.detail-product .welcome-note-right-right {
		text-align: center;
	}
	.tour-caption {
		bottom: 40.3%;
	}
	.banner {
		padding: 40px 0 43px;
		margin: 0;
	}
	.banner h1 {
		font-size: 30px;
		width: 70%;
	}
	.banner p {
		width: 70%;
	}
	.welcome-note-left h2 {
		font-size: 30px;
	}
	.welcome-note-left span {
		font-size: 20px;
	}
	.welcome-note-right {
		padding-top: 0;
	}
	.mid-grid-right p {
		font-size: 12px;
	}
	.mid-grid-right h3 {
		font-size: 16px;
	}
	.mid-grid-right h4 {
		font-size: 14px;
	}
	.footer-grid {
		padding: 0;
		margin: 0 0 20px;
	}
	.news-feed {
		text-align: right !important;
		margin: 10px 0 0;
	}
	.location p {
		font-size: 12px;
	}
	p.copy-right {
		font-size: 10px;
	}
	span.menu:before {
		content: url(images/nav.png);
		cursor: pointer;		
	}
	.top-nav {
		width: 50%;	
	}
	.top-nav  ul{
		display:none;
	}
	.top-nav  ul li {
		font-size: 12px;
		display:inline-block;
		width: 100%;
	}
	.top-nav ul li a {
		padding:4px;
		font-size: 14px;
		width: 100%;
	}
	 span.menu{
		display:block;
		float:right;
		margin: 20px 8px 0;
	}
	.top-nav  ul{
		margin: 0;
		z-index: 999;
		position: absolute;
		width: 100%;
		background: rgba(253, 83, 49, 0.59);
		text-align: center;
		top: 92%;
		left: -8px;
	}
	.top-nav ul li.active a, .top-nav ul li a:hover {
	color: #FFF;
	background-color: #444444;
	}

}

@media (max-width: 799px) {
	.detail-product .col-md-5 img {
		margin: 0 0 20px;
	}
	.detail-product .welcome-note-right-right {
		text-align: center;
	}
	.contact_right {
		width: 100%;
		padding:10px 0 50px;
	}
	.contact-us_left {
		display: none;
	}
	.contact-form input[type="text"], .contact-form textarea {
		width: 100% !important;
	}
}


.nopadding {
	padding: 0 !important;
}
.welcome-note-left.text-right {
    padding: 0 0 20px;
}
.news-feed {
	text-align: right;
}
.news-feed a {
	margin: 0;
	padding: 5px 15px;
	font-size: 16px;
}
.spaced {
	display: inline-block !important;
	width: 70px;
	padding: 0 !important;
}
.detail-product {
	padding: 10px 0 50px;
	float: left;
	width: 100%;
}
.detail-product .col-md-5 {
	text-align: center;
}
.detail-product .col-md-5 img{
	width: auto;
	max-width: 100%;
	height: auto;
}
.detail-product p{
	padding-top: 0;
	font-size: 13px;
}
.detail-product ul, .detail-product ol {
	padding-top: 10px;
	padding-left: 40px;
	font-size: 13px;
}
.detail-product .welcome-note-right-right {
	font-size: 13px;
}
.service-grids-list {
	padding: 1em 0;
    text-align: center;
}
.list-product.service-grid {
	float: left;
    margin: 0 10px 40px;
	text-align: left;
    width: 31%;
}
