/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background: #1d252e;
}

a:link, a:visited { color: #0457f7; text-decoration: underline;} 
a:active, a:hover { color: #0016b6; text-decoration:none;}

h1 {
	margin: 0px;
	padding: 5px 0 30px 0;
	font-size: 22px;
	color: #ff6803;
	font-weight: normal;
}

h3 {
	margin: 0 0 0 0;
	padding: 1px 0 5px 0;
	font-size: 16px;
	color: #fe8503;
	font-weight: bold;
}

h4 {
	margin: 0 0 5px 0;
	padding: 1px 0 0 0;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

.price{
	font-size:14px;
	margin-bottom: 10px;
}

.price span{
	font-size:16px;
	color: #ff0000;
}

.readmore a{
	clear: both;
	display: block;
	float: left;
	width: 80px;
	padding: 1px 0;
	margin: 0 15px 10px 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #fe8503;
	background: #171a1d;
	border-bottom: 1px solid #363c44;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 15px;
	font-size: 1px;	
}

.input_field{
	background: none;
	border: 1px solid #779eca;
	color: #ffffff;
	font-size: 13px;
	font-variant: normal;
	height: 15px;
	line-height: normal;
	padding: 4px;
	width: 170px;
}


.submit_btn{
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	margin: 0 0 0 7px;
	padding: 0 6px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 65px;
	background: url(../images/templatemo_submit_btn.gif) no-repeat;
	border: none;
}

p {
	text-align: justify;
	margin: 0px;
	padding: 0px;	
}

#templatemo_container{
	width: 960px;
	margin: 0 auto;
	border-left: 5px solid #c0d3e8;
	border-right: 5px solid #c0d3e8;
}

#templatemo_container #templatemo_top_panel {
	width: 900px;
	height: 110px;
	padding: 0 30px;
	background: #0a1521 url(../images/templatemo_top_panel_bg.gif) repeat-x;
}

#templatemo_top_panel #templatemo_header_section {
	float: left;
	width: 280px;
	height: 110px;
	background: #f17e02 url(../images/templatemo_header_section_bg.gif) no-repeat top left;
}
#templatemo_header_section #templatemo_header {
	margin-top: 35px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 10px 0;
}


#templatemo_top_panel #templatemo_menu_login_section {
	float: right;
	width: 610px;
	height: 100px;
}

#templatemo_menu_login_section #templatemo_menu_section {
	width: 610px;
	height: 50px;
}

/* menu */
#templatemo_menu_section ul {
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#templatemo_menu_section ul li{
	display: inline;
}

#templatemo_menu_section ul li a{
	float: left;
	width: 100px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #4979af;
	border-right: 1px solid #10243a;	
}

#templatemo_menu_section li a:hover, #templatemo_menu_section li .current{
	color: #ffffff;
}
/* end of menu */

#templatemo_menu_login_section #templatemo_login_section {
	width: 610px;
	height: 50px;
}

#templatemo_login_section form{
	float: right;
	margin: 15px 0 0 0;
	padding: 0px;
}

#templatemo_login_section input{
	margin-left: 10px;
}

#templatemo_login_section label{
	margin-left: 10px;
}



#templatemo_container #templatemo_gallery_panel {
	clear: both;
	overflow: hidden;
	width: 960px;
	height: 380px; /* expend this if u wanna put thumbnail */
	padding: 0;
	border-bottom: 10px solid #0a1521;
}

#templatemo_container #templatemo_content_panel_1{
	width: 900px;
	padding: 30px 30px 0 30px;
	background: #10243a;
}

#templatemo_content_panel_1 #templatemo_news_section {
	float: left;
	width: 248px;
	padding: 15px;
	margin-right: 30px;
	border: 1px solid #779eca;
	background: #223e5d url(../images/templatemo_box_top_right.gif) top right no-repeat;	
}

#templatemo_content_panel_1 #templatemo_section_1_1 {
	float:left;
	width: 558px;
	padding: 15px;
	border: 1px solid #779eca;
	background: #223e5d url(../images/templatemo_box_top_right.gif) top right no-repeat;	
}

#templatemo_content_panel_1 #templatemo_section_1_2 {
	float:left;
	width: 558px;
	padding: 15px;
	border: 1px solid #779eca;
	background-color: #223e5d;
}

#templatemo_content_panel_1 #templatemo_section_1_2 h1 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #779eca;
}

#templatemo_content_panel_1 #templatemo_section_1_2 p {
	margin-bottom: 15px;
}

#templatemo_content_panel_1 #templatemo_section_1_2 img{
	float: left;
	border: 5px solid #0b1827;
	margin: 3px 30px 0 0;
}

#templatemo_section_1_1 form {
	text-align: right;
	padding: 0;
	margin:0;
}

#templatemo_section_1_1 .form_row {
	clear: both;
	padding-bottom: 15px;
}

#templatemo_section_1_1 .left_column {
	float: left;
	width: 279px;
}

#templatemo_section_1_1 .right_column {
	float: right;
	width: 278px;
}

#templatemo_section_1_1 form input {
	width: 150px;
	margin-left: 8px;
}

#templatemo_section_1_1 form select {
	margin-left: 8px;
}

#templatemo_section_1_1 form label {
	margin-left: 8px;
}

#templatemo_section_1_1 form .narrow_field {
	width: 70px;
	margin-left: 8px;
}

#templatemo_section_1_1 form .submit_btn_02{
	width: 80px;
}

/*
#templatemo_section_1 label.floatright {
text-align: left;
	float: right;
	width: 250px;
}

*/
#templatemo_container #templatemo_content_panel_2 {
	width: 930px;
	padding: 30px 0px 0 30px;
	background: #0a1521;
}

#templatemo_content_panel_2 .templatemo_section_2 {
	float: left;
	width: 280px;
	margin-right: 30px;
}

#templatemo_content_panel_2 .templatemo_section_2 img{
	border: 5px solid #213244;
	margin-bottom: 10px;
}

#templatemo_content_panel_2 .templatemo_section_2 p{
	padding-bottom: 10px;
}

#templatemo_container #templatemo_content_panel_3{
	width: 930px;
	padding: 30px 0 0 30px;
	background: #252b31;
}


#templatemo_content_panel_3 .templatemo_quick_contact {
	float: left;
	width: 248px;
	margin-right: 30px;
	padding: 15px;
	background-color: #32373c;
	border: 1px solid #494d52;
}

#templatemo_content_panel_3 .templatemo_section_3 {
	float: left;
	width: 280px;
	margin-right: 30px;
}

.templatemo_section_3 ul{
	margin: 0 0 0 25px;
	padding: 0px;
}

.templatemo_section_3 li{
	margin: 0px;
	padding: 0 0 5px 0;
}

#templatemo_footer_panel{
	overflow: hidden;
	width: 900px;
	padding: 10px 30px;
	background: #060e17;
	text-align: center;
}/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "Glyphicons Halflings"; font-size: 40px; line-height:1; display: inline-block; content: '\e079'; }
.flex-direction-nav a.flex-next:before  { content: '\e080';font-family: "Glyphicons Halflings"; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before {background: url(../images/a11.png) no-repeat; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


					
	  ul#tabs { list-style-type: none; margin: 10px 0 0 0; padding: 0 0 0.3em 0; }
      ul#tabs li { display: inline; }
      ul#tabs li a { color: #42454a; background-color: #dedbde; border: 1px solid #c9c3ba; border-bottom: none; padding: 0.3em; text-decoration: none; }
      ul#tabs li a:hover { background-color: #f1f0ee; }
      ul#tabs li a.selected { color: #000; background-color: #f1f0ee; font-weight: bold; padding: 0.7em 0.3em 0.38em 0.3em; }
      div.tabContent { border: 1px solid #c9c3ba; padding: 0.5em; background-color: #f1f0ee; }
      div.tabContent.hide { display: none; }
	  
	  .slider { margin: 50px 0 10px!important; width:70%; float:left;}
	  .slider1 { margin: 50px 0 10px!important; width:30%; float:left;}
#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}

.bluebg1 {
	min-height:342px;
}