@charset "utf-8";
@import url("http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold");
body{
	font-size: 14px;
	font-family: 'PT Sans',sans-serif, arial, tahoma;
	overflow-x: hidden;
}
a:link,a:visited{
	color:#333;
}
a:hover{
	color:#f54305;
}
.img-al{
	margin: 0 10px 10px 0;
	float:left;
}
.img-ar{
	margin: 0 0 10px 10px;
	float:right;
}
.left{
	text-align:left;
}
#footer-bar{	
	background-color:#f54305;
}
#footer-bar{
	margin-top:20px;
	padding-top:10px;
	background: url(../img/bg_page.jpg);
	border-top:1px solid #ddd;
}
#footer-bar .post {
	overflow:hidden;
	margin: 0 0 10px 0;
}
#footer-bar input, #footer-bar textarea{
	background-color:#EEE;
	border: none;
	font-size:11px;
	color:#333;
}
#footer-bar a{
	text-indent:15px;
	color:#000;
}
#footer-bar a:hover{
	color:#000;
}
#footer-bar  .nav a:hover{
	background-color:#999;
	color:#fff;
}
#footer-bar  .nav a{
	background: url(../img/trigger_right.png) no-repeat 5px 7px;
	font-weight:bold;
}
#footer-bar form .control-group{
	margin-bottom:5px;
}
#footer-bar .post .post_img {
	border: solid 3px white;
	float: left;
	margin: 0 15px 0 0;
}
#footer-bar h4 {
	padding: 0;
	font-size: 16px;
	color: #333;
	margin: 0 0 18px;	
}
section.navbar{
	margin-bottom:0;
}
.navbar-inner.main-menu {	
	height: 60px;		
	padding-right:0;	
	border-right: 0;
	border-left: 0;		
	border-top:4px solid #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;	
	border-radius: 0;
	filter: none;
	background: #fff;
}
.navbar-inner.main-menu a.logo{
	/*margin-top:15px;*/
	margin-top:-24px;
	position:absolute;
	z-index:10000;
}
.navbar-inner.main-menu ul ul a{
	font-size:13px;
	font-weight:normal;
	line-height:17px;
	text-transform: none;
}
.services{
	background-color:#eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom:20px;	
}
.services h4{
	margin:0 0 10px 0;
	font-weight:normal;	
}
.services img{	
	margin-bottom:10px;
}
.services .service{	
	margin-top:3px;
	padding:3px 0 0 0;	
	text-align:center;
}
.services .service:hover{
	/*background-color:#f4f4f4;*/
}
.services .service div{	
	padding:5px 5px 0 5px;
}
.product-box{
	background-color:#f8f8f8;
	border:3px solid #f0f0f0;
	padding:3px;
	text-align:center;
}
.product-box:hover{
	background-color:#eee;
	box-shadow: 0px 3px 3px #eee;
	border:3px solid #ddd;
}
.product-box p{
	padding:5px 0 0 0;
	margin:0;
}
#copyright{
	background-color:#666;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
}
.tab-pane img.pull-right{
	 margin:0 10px 10px 0;
}
h4.title{
	background: url(../img/line_bar.png) 0 bottom repeat-x;
	padding-bottom:5px;
	margin-bottom:15px;
	overflow:hidden;
	text-transform:uppercase;
	font-size:15px;
	min-height:27px;
	width:100%;
}
h4.title.m{
	margin-top:15px;
	overflow:hidden;
	width:100%;
}
h4.title strong{
	color:#f54305;
}
h4.title .left{
	background: url(../img/arrow-pleft.png) #eee no-repeat center center;	
	margin-right:2px;	
}
h4.title .right{
	background: url(../img/arrow-p.png) #eee no-repeat center center;	
}
h4.title .left,h4.title .right{
	display: inline-block;
	width: 22px;
	height: 22px;
	cursor: pointer;
	border-radius:50%;	
}
h4.title .left:hover,h4.title .right:hover{
	background-color:#f54305;
	box-shadow: 0px 1px 1px #999;
}
h4.title .button:hover{
	text-decoration: none;
}
/* Main Menu */
.res-menu{display: none;}
.res-menu{
    width: 100%;
}
#menu ul {margin-left:9px;}
#menu > ul{
    display: block;
    margin-left:0;	
}
#menu > ul > li{
    list-style: none;
    float: left;
    position: relative;
    padding: 15px 20px 4px 20px;
	margin-right: 0px;	
	border-top:4px solid transparent;
	margin-top:-4px;	
}
#menu > ul > li:last-child{    
	border-right:0;
}
#menu > ul > li > a{
    font-size: 13px;
    color: #333;
    display: block;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
	font-weight:bold;
	text-align:center;
}
#menu > ul > li.active{	
	border-top:4px solid #f54305;
}
#menu > ul > li.active > a{
	color:#f54305;
}
#menu > ul > li.active span{
	color:#999;
}
#menu > ul > li > a > span{
    font-size: 10px;
    color: #bbb;
    text-transform: none;
}
#menu > ul a:hover{color: #f54305; text-decoration:none}
#menu .current{color: #f54305 !important;}

#menu ul ul {
    background: none repeat scroll 0 0 #f8f8f8;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    position: absolute;
    min-width: 140px;
	border-bottom:4px solid #777777;
	display:none;
}
#menu > ul > li > ul{
    margin-left:10px;
    margin-top:8px;
}
#menu ul ul li {
    border-bottom: 0px solid #FBFBFB;
    list-style: none outside none;
    padding: 3px 0;
    position: relative;
}
#menu ul ul li.last{
    border-bottom: none !important
}
#menu ul ul li.menu-last{border-bottom: none;}
#menu ul ul a{
    display: block;
    padding: 5px 0;
    color: #999;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;

}
#menu ul ul a:hover,#menu > ul > li:hover > a{color: #f54305;}
#menu > ul > li:hover {visibility: inherit;border-top:4px solid #999;background-color:#f8f8f8;}
#menu > ul > li.active:hover {border-top:4px solid #f54305;}
#menu > ul > li:hover span {color:#999;}
#menu li:hover {visibility: inherit;}
#menu li:hover ul,
#menu li.sfHover ul {
    left: -10px;
    top: 52px;
    z-index: 2299;
}
#menu li li:hover ul,
#menu li li.sfHover ul {
    left: 130px;
    top: 0px;
}
#menu li.sfHover > a{
	color:#f54305;
}
#menu .sf-sub-indicator{
	display:none;
}
.recent_post,.tags{
	overflow:hidden;
}
.recent_post .post_img,.media-object {
	border: solid 3px #f0f0f0;
	float: left;
	margin: 0 5px 5px 0;
}
.tags ul{
	margin:0;
	padding:0;
	list-style:none;
}
.tags li{
	background: url(../img/tag_left.png) no-repeat;
	float: left;
	margin: 0 8px 5px 0;
	padding: 0 0 0 15px;	
}
.tags li a{
	background: url(../img/tag_right.png) no-repeat;
	font-size: 10px;
	color: #797979;
	height: 19px;
	display: block;
	padding: 3px 10px 1px 4px;
	float: left;
	text-indent:0 !important;
	border-right:1px solid #ccc;
}
.tags li a:hover{
	color:#f54305 !important;
	text-decoration:none;
}
.col-left ul, .section ul{
	margin:0;
	padding:0;
	list-style:none;
}
.col-left ul.sym li{
	background: url(../img/trigger_right.png) no-repeat 5px 7px;
	text-indent:15px;
}
.icons {	
	margin: 10px 8px 0 0;
	width:100%;
	overflow: hidden;
}
.icons a{
	background: #F1F1F1;
	border: solid 1px #eee;
	float: right;
	margin-right:5px;
	margin-bottom:-1px;
	padding:2px 5px;
	color:#999;
}
.icons a:hover{
	color: #666;
	text-decoration:none;	
}
.icons a i{
	opacity: .6;
}
.section{
	overflow:hidden;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	padding-bottom:0px;
}
.section .blog_img{
	float:left;
	margin:0 0 10px 0;
	width:auto;
}
.select-menu{
	display: none;
    width: 100%;
}
.media.post{
	border-bottom:1px dotted #ddd;
	padding-bottom:10px;
}
.tabbable.myTab .nav li.active a{
	background-image:url(../img/bg_tab.png);
	background-repeat: repeat-x;
}
#topcontrol img{
	opacity:.7;;
}
.bg_slider{
	background: url(../img/bg_slider.png) center center no-repeat;
	height:18px;
	margin:-17px 0 15px 0;	
}
.text-introdution{
	background: url(../img/bg_page.jpg);
	border-bottom:3px solid #ccc;
	padding-top:7px;
	padding-bottom:10px;
	margin-bottom:21px;
	color:#333;	
	text-align:right;
}
.text-introdution h3{	
	font-weight:normal;
	margin:0px;
	padding:0;
}
.text-homepage{
	display:none;
}
.testimonials {
	background:url(../img/bg_tab.png) repeat-x 0 -15px;
	border: 1px solid #DDD;
	padding: 10px;
	line-height: 21px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.testimonials_bg {
	background: url(../img/testimonials_bg.png) 5px 0 no-repeat;
	margin-top: -1px;
	display: block;
	width: 200px;
	height: 30px;
}
.testimonials_author span {
	color: #bbb;
}
.testimonials_author {
	color: #f54305;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}
.search_form input{
	background: url(../img/search.png) #fff no-repeat 97% 6px;
	color:#fff;
	text-shadow:none;
	padding-right:25px;
}
.flickr_container .flickr_badge_image {
	float: left;
	height: 70px;
	margin: 0 0 5px 5px;
	position: relative;
	width: 70px;
	border: solid 3px white;
}
iframe{
	border:2px solid #eee;
}
.pricing-table {
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;	
	box-shadow: 0px 2px 2px #ddd;
}
.pricing-table:hover{	
	box-shadow: 4px 4px 4px #ddd;
}
.pricing-table ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing-table .row-1 {
	text-align: center;
	height: 40px;
	padding: 3px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
}

.pricing-table .row-2 {
	text-align: center;
	height: 50px;
	margin-top: -1px;
	padding: 10px 0 0;
	border-bottom: none;
}

.package-title h2 {
	color: #f9f9f9;
	margin: 0;
	font-size: 24px;
	line-height: 40px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, .3), 1px 1px 0 rgba(255, 255, 255, .2);
}

.package-price h1 {
	color: #f9f9f9;
	margin: 0;
	font-size: 40px;
	line-height: 40px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, .3), 1px 1px 0 rgba(255, 255, 255, .2);
}

.cents {
	font-size: 16px;
	position: relative;
	top: -20px;
}

.pricing-table .odd {
	font-size: 14px;
	background-color: #f2f2f2;
	padding: 10px 15px;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.pricing-table .even {
	font-size: 14px;
	background-color: #fcfcfc;
	padding: 10px 15px;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.pricing-footer {
	text-align: center;
	height: 50px;
	padding: 10px 0 0;	
	-webkit-border-radius: 0 0 4px 4px;
	   -moz-border-radius: 0 0 4px 4px;
	        border-radius: 0 0 4px 4px;
}
.pricing-table .btn {
	line-height: 18px;
	padding: 10px 20px;
}

.pricing-table h1,.pricing-table h2{
	font-weight: normal;
}

.pricing-table .row-1 {
	color: #333;
	background-color: #ddd;
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(top, #fff, #ddd);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#fff', endcolorstr='#ddd', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border: 1px solid #aaaaaa;
}
.pricing-table .row-1, .pricing-table .row-2 {
	color: #333;
	background-color: #ddd;	
	border: 1px solid #aaaaaa;
}
.pricing-table .row-2 {
	border-bottom: none;
}
.pricing-table .footer {
	background-color: #c0c0c0;
	background-image: -moz-linear-gradient(top, #c0c0c0, #a6a6a6);
	background-image: -ms-linear-gradient(top, #c0c0c0, #a6a6a6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c0c0c0), to(#a6a6a6));
	background-image: -webkit-linear-gradient(top, #c0c0c0, #a6a6a6);
	background-image: -o-linear-gradient(top, #c0c0c0, #a6a6a6);
	background-image: linear-gradient(top, #c0c0c0, #a6a6a6);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#c0c0c0', endcolorstr='#a6a6a6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border: 1px solid #ddddd;
	text-align:center;
	padding:5px;
}
.package-title h2, .package-price h1 {
	color: #333;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .2);
}
/* 404 */
.page-error{
	color:#999;
}
.page-error h1{
    font-size:50px;
    line-height:50px;    
}
.page-error h2{
    font-size: 30px;
    line-height:30px;    
}
.page-error h3{
    font-size: 25px;
    line-height:30px;    
}
.page-error h4{
    font-weight:normal;
    font-size:15px;
    margin-top:10px;
    margin-bottom:15px;
}
@media (max-width: 1200px){  
	.text-homepage{
		display:block;
	}
	.homepage-slider{
		display:none;
	}
	.bg_slider{
		margin:2px 0 15px 0;	
	}
	nav#menu{
		width:100%;		
	}
	.navbar-inner{
		padding:0;border:0;
		filter:none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	body{padding:0;}
	.select-menu{
		display: block;
		margin-top:45px;
		overflow:hidden;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		border-left:0;
		border-right:0 !important;
	}
	#menu ul{display: none;}
	.navbar{height:140px;}		
	.text-introdution{
		margin-bottom:3px;
	}
	.navbar-inner.main-menu a.logo{
		left:50%;
		margin-left:-79px;
	}
	.text-introdution{
		text-align:center;
	}
	#footer-bar .nav{overflow:hidden}
	#footer-bar .nav li{float:left;}
	#footer-bar  .nav a:hover{
		background-color:transparent;
		color:#f54305;
	}
	.services{
		background-color:#f8f8f8;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		margin-top:-30px;
	}
	.services .service{	
		border-bottom:1px solid #eee;
	}
}