/* 
=============================================================================
	Body Structure
=============================================================================
*/
body{
	background: url(../images/bg2.jpg) repeat; 
	font-family: 'Open Sans', sans-serif; 
	font-size:13px;
	margin:0;
	line-height:20px;
}
header{
	padding:15px 0;
	background:url(../images/header_bg.png) repeat-x top left #2785eb;
	color:#333333;
	text-shadow:none;
	border-bottom:2px solid #222;
}
/* ========= end =========== */

/* 
=============================================================================
	Page Spacer
=============================================================================
*/
.home-h2{
	background:url(../images/yellow_head_bg.png) no-repeat top right;
	color:#ffcc00;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
	float:left;
	font-size:24px;
	line-height:24px;
	padding:22px 42px 22px 19px;
	font-style:italic;
	position:relative;
	left:-20px;
	font-family: 'Bree Serif', serif;
	margin-bottom:35px;
	text-transform:capitalize;
}
.home-h2 span{
	background:url(../images/yellow_arrow_down.png) no-repeat bottom center;
	padding:0 0 30px 0;
}
.separator {
	padding:30px 0 35px 0;
}
/* ========= end =========== */


/* 
=============================================================================
	Home Style
=============================================================================
*/
#intro{
	background:url(../images/texture_bg.png) repeat #537050;
	padding:25px 0;
	text-align:center;
	color: #f0eee2;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
}
#intro h2{
	font-size:26px;
	color:#ffcc00;
	padding-bottom:5px;
}
#body-content .container{
	background:url(../images/line_bg.png) repeat-y;
	padding:20px 10px;
}
.service-wrap{
	text-align:center;
}
/* ========= end =========== */	

/* 
=============================================================================
	JQuery Tipsy
=============================================================================
*/
.tipsy {
	padding: 5px 3px;
	background-repeat: no-repeat;
	background-image: url(../images/tipsy.gif);
	text-shadow: 1px 1px 1px rgba(0,0,0,.54);
}
.tipsy img{
	-moz-box-shadow:0 1px 2px #424242;
	-webkit-box-shadow:0 1px 2px #424242;
	-o-box-shadow:0 1px 2px #424242;
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
}
.tipsy-inner {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}
/* ========= end =========== */


/* 
=============================================================================
	Main Navigation
=============================================================================
*/
#navigation{
	background:url(../images/texture_bg.png) repeat #f4f4f4;
	padding:20px 0 0 0;	
}
#navigation .container{
	background:url(../images/body_bg.png) repeat;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
}
nav select {
    display: block;
    font-weight: normal;
    margin: 15px auto;
    padding: 5px;
    width: 100%;
}
.sf-menu {
	clear: both;
	list-style: none;
	padding: 0;
	margin:0;
}
.sf-menu > li {
	float: left;
	padding:0 5px;
	margin:0;
}
.sf-menu li { position: relative; background:url(../images/navigation_bar.png) no-repeat left center; }
.sf-menu > li:last-child { padding-right:0; }
.sf-menu > li:first-child { background:none; }
.sf-menu > li > a {
	color: #FFF;
	text-transform:uppercase;
	font-family: 'Bree Serif';
	float: left;
	font-size:15px;
	padding:15px 9px;
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
	text-decoration:none;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.sf-menu > li.current-menu-item > a, .sf-menu > li > a:hover, .sf-menu > li.sfHover > a { 
	color:#ffcc00;
	text-decoration:none;	
}
.sf-menu > li.sfHover > a:hover, .sf-menu > li.sfHover > a { }
.sf-menu > li.current-menu-item > a { color: #ffcc00;}
.sf-menu li.sfHover a:active {}
.sf-menu > li.sfHover > a:active, .sf-menu > li.current-menu-item.sfHover > a:active { }
.sf-menu ul {
	font-size: 13px;
	list-style: none;
	text-align: left;
	margin: 0;
	font-family: 'Open Sans', sans-serif; 
	padding: 0px;
	position: absolute;
	left: 5px;
	top: 48px;
	z-index: 9999;
	background:url(../images/body_bg.png) repeat #333;
}
.sf-menu ul li{
	background:none;
}
/*.sf-menu li:first-child ul {
	left: 0;
}*/
.sf-menu ul ul {
	left: 165px;
	top: 0px;
}
.sf-menu ul li { 
	width: 160px;
	/*border-bottom: 1px solid #cfcbbc;
	margin-bottom: 1px;*/
}
.sf-menu ul li:first-child { border-top: 0 none; }
.sf-menu ul li:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
}
.sf-menu ul a {
	color: #FFF;
	display: block;
	margin:0;
	padding: 5px 10px;
	font-size:13px;
	text-transform:none;
	text-decoration:none;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
}
.sf-menu ul li{
	margin-bottom:0;
}

.sf-menu ul li a:hover, .sf-menu ul li.sfHover > a {
	color: #fff;
	text-shadow:0 1px 0 #333;
	background:#2785eb;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}

.sf-menu ul li.sfHover > a.arrow-bg{
	background:url(../images/menu_arrow.png) #ffcc00 no-repeat 95% center;
	transition:none;
	-moz-transition:none;
}
/* ========= end =========== */

/* 
=============================================================================
	Search Bar
=============================================================================
*/
.search-box{
	padding:10px 0 0 0;
}
.search-box input{
	background:#6F6748;
	border-radius:3px;
	color:#FFF;
	font-style:italic;
	width:98%;
	margin:0;
	font-family:'Open Sans',sans-serif;
	border:none;
}
.search-box input:focus{
	border:none;
}
/* ========= end =========== */

/* ================ Socail Icons ======================== */
.phone-box{
	padding:16px 21px 21px 0;
	float:right;
}
.social-icons{
	padding:10px 0 10px 21px;
	float:right;
	background:url(../images/vertical_bar.png) no-repeat left center;
}
.social-icons ul{
	margin:0;
	padding:5px 0 0 0;
}
.social-icons ul li{
	display:inline-block;
	padding:0 2px;
	margin:0;
}
.social-icons ul li a{
	width:20px;
	height:15px;
	display:block;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	text-indent:-9999px;
	background:url(../images/social_icons.png) no-repeat #292929;
	-moz-transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
	-webkit-transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
	-o-transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
	transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
}
.social-icons ul li a:hover{background:#bc4444 url(../images/social_icons.png) no-repeat;}
.social-icons ul li a.twitter{background-position:8px 4px;}

.social-icons ul li a.facebook{background-position:-22px 4px;}

.social-icons ul li a.dribble{background-position:-53px 4px;}

.social-icons ul li a.digg{background-position:-83px 4px;}

.social-icons ul li a.vimeo{background-position:-114px 4px;}
/* ========= end =========== */	


/* 
=============================================================================
	Footer Style
=============================================================================
*/
footer{
	background:url(../images/bg2.jpg) repeat;
	padding:0;
	position:relative;
}
.footer-line-bg{
	width:10px;
	position:absolute;
	background:url(../images/line_bg.png) repeat-x top left;
	top:0;
	left:-10px;
}
footer .container{
	background:url(../images/line_bg.png) repeat-x top left;
	padding:0;
	position:relative;
}
.right-border{
	background:url(../images/line_bg.png) repeat-y top right;
}
.right-border .one-third{
	padding:25px 0;
	min-height:235px;
	background:url(../images/line_bg.png) repeat-y top right;
}
.right-border .one-third.last{
	background:none;
}
.about-txt, ul.tweet_list{
	padding-right:20px;
}
footer .copyright .container{background:none;}
footer a,{
	color:#F87536;
}
footer h2, footer h3{
	color:#444;
	font-size:18px;
}
footer a:hover{
	color:#1a1a1a;
}
footer .social-icons{
	background:none;
	float:none;
	padding-left:0;
}
.copyright{
	background:#537050 url(../images/texture_bg.png) repeat;
	padding:15px 0;
	font-size:12px;
	color:#FFF;
	text-shadow:none;
}
.copyright a{
	color:#ffcc00;
}
.powered-bg{
	text-align:right;
}
.footer-contact{
	padding-bottom:10px;
}
.footer-contact span{
	color:#bc4444;
}
.footer-contact p{
	margin-bottom:0;
	padding-bottom:3px;
}
/* ========= end =========== */	




/* ================ Twitter ======================== */
.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
.tweet_list .awesome, .tweet_list .epic { 
	text-transform: uppercase; 
}
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding:0 0 10px 25px;
	list-style-type: none;
	background:url(../images/twitter_bird.png) no-repeat 0 8px;
	border-bottom:1px dashed #f0eee2;
}
.tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.tweet_list .tweet_avatar img { 
	vertical-align: middle; 
}
/* ========= end =========== */

/* 
=============================================================================
	Back to top button 
=============================================================================
*/
#back-top {
	position: absolute;
	bottom: 0;
	right:0;
	z-index:10000;
	margin:0;
}
#back-top a {
	width: 65px;
	height: 68px;
	display: block;
	background:url(../images/top_arrow.png) no-repeat top left;
	
}
#back-top a:hover{
	background-position: bottom right;
}
/* ========= end =========== */	


/* 
=============================================================================
	Sidebar Style
=============================================================================
*/
#alternate-sidebar .siderbar-wrap{
	background:url(../images/sep_small.png) no-repeat bottom center;
	padding:0 0 25px 10px;
	color:#444;
	font-size:12px;
	text-shadow:0 1px 0 rgba(255,255,255, 0.7)
}
.siderbar-wrap{
	background:url(../images/texture_bg.png) repeat  #6F6748; 
	padding:15px 5px 15px 5px;
	margin:0 0 25px 0;
	color:#F0EEE2;
	font-size:12px;
	text-shadow:0 1px 0 rgba(152,140,92, 0.7)
}
.siderbar-wrap a{
	color:#ffcc00;
}
#alternate-sidebar .siderbar-wrap a{
	color:#bc4444;
}
#alternate-sidebar .siderbar-wrap a:hover{
	color:#1a1a1a;
}
.siderbar-wrap a:hover{
	color:#1a1a1a;
}
#alternate-sidebar .siderbar-wrap h2 {
    background: url(../images/yellow_head_bg.png) no-repeat scroll right top transparent;
    color: #ffcc00;
	text-shadow:none;
    font-size: 18px;
    margin-bottom: 35px;
    margin-top: 0;
    padding: 10px;
    position: relative;
    text-transform: capitalize;
}
#alternate-sidebar .siderbar-wrap h2 span {
    background: url(../images/yellow_arrow_down.png) no-repeat scroll 10px bottom transparent;
    padding: 0 0 23px;
}
.siderbar-wrap h2{
	color:#F0EEE2;
	margin-top:0;
	font-size:18px;
	text-transform:capitalize;
}
.sidebar-post{
	padding:0;
	list-style-type:none;
	margin:0;
}
.sidebar-post li{
	padding:0 0 10px 0;
	margin-bottom:10px;
	border: dashed #202020; 
	border-width: 0 0 1px 0;
}
.sidebar-post li:last-child{
	border-bottom:none;
	margin:0;
	padding:0;
}
.imgborder{
	width:50px;
	float:left;
	margin-right:8px;
}
.imgborder img{
	width:100%;
	box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-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);
	border:1px dotted #998e62;
}
.recent_txt{
	padding:0 0 0 20px;
}
.recent_txt p{
	margin:0;
	font-size:12px;
}
.recent_txt p.date{
	color:#1a1a1a;
	font-style:italic;
}
#alternate-sidebar .recent_txt p.date{
	color:#6f6748;
}
#alternate-sidebar ul.sidebar-category{
	margin-bottom:0;
}
ul.sidebar-category{
	padding:0;
}
.sidebar-category li{
	padding:0 0 5px 0;
	margin:0;
}
.sidebar-category li a{
	color:#ececec;
	padding:0;
}
.sidebar-category li a:hover{
	color:#101010;
}
/* ========= end =========== */

/* 
=============================================================================
	About Page
=============================================================================
*/
.our-team{
	text-align:center;
	 
	padding:12px;
}
.our-team h4 span{
	display:block;
	font-size:12px;
	color:#444;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	background:url(../images/sep_small.png) no-repeat center bottom;
	padding-bottom:0px;
	margin-bottom:10px;
}
.our-team .social-icons{
	padding-left:0;
	background:none;
	float:none;
}
/* ========= end =========== */

/* 
=============================================================================
	Services Page
=============================================================================
*/
.our-process{
	background:url(../images/texture_bg.png) repeat scroll 0 0 #E9E9E9;
	padding:15px 15px 1px 15px;
	margin-bottom:20px;
}
.our-process h2{
	margin-bottom:20px;
}
.our-process i{
	font-size:40px;
	position:relative;
	color:#FFF;
	top:-4px;
	display:block;
	text-align:center;
}
#services-tab .tab-content{
	padding-top:0;
}
#services-tab ul.tabs{
	background:url(../images/texture_bg.png) repeat #E9E9E9;
	height:auto;
}
#services-tab ul.tabs li{
	float:none;
	border-bottom:1px solid #5a5a5a;
	position:relative;
	overflow:visible;
}
#services-tab ul.tabs li.no-border{
	border-bottom:none;
}
#services-tab ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 5px 0px;
	outline: none;
	text-transform:uppercase
}
#services-tab ul.tabs li a {
	color:#787153;
	font-size:10px;
}
#services-tab ul.tabs li a:hover {
	color:#444;
}
#services-tab ul.tabs li.active{
	background: #537050;
}
#services-tab ul.tabs li.active a{
	color:#FFF;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
}
#services-tab ul.tabs li.active span{
	background:url(../images/services_tab_arrow.png) no-repeat;
	height:36px;
	width:10px;
	position:absolute;
	top:0;
	right:-10px;
}
/* ========= end =========== */

/* 
=============================================================================
	Blog Page
=============================================================================
*/
.blog-wrap{
}
.date-wrap{
	background:url(../images/yellow_head_bg.png) no-repeat top right;
	float: left;
    left: -20px;
    padding: 0 40px 0 15px;
    position: relative;
	height:56px;
	font-family: 'Bree Serif', serif;
}
.blog-date{
	border-radius:100px;
	margin-top:-2px;
	background:url(../images/bg2.jpg) repeat;
	height:52px;
	float:left;
	width:60px;
	display:inline-block;
	font-size:24px;
	color:#b44444;
	padding:6px 0 2px 0;	
	text-align:center;
	position:relative;
}
.blog-date span{
	font-size:18px;
	color:#666;
}
.comment-wrap{
	float:left;
	margin:16px 0 0 10px;
	padding:0px 8px 6px 8px;
	background:url(../images/bubble_bg.png) no-repeat;
}
.comment-wrap a{
	color:#444;
}
.comment-wrap a:hover{
	color:#bc4444;
}
.blog-title{
	float:left;
	padding:15px 0 0 0;
	font-size:20px;
	margin-bottom:25px;
	position:relative;
	left:-20px;
	font-family: 'Bree Serif', serif;
}
.pagination{
	padding:10px 0 15px 0;
}
.pagination a{
	display:inline-block;
	padding:5px 8px;
	color:#FFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	background:url("../images/texture_bg.png") repeat scroll 0 0 #BC4444;
	margin:0 2px;
}
.pagination a:hover{
	background:url("../images/texture_bg.png") repeat scroll 0 0 #FFCC00;
	color:#333;
	text-shadow:none;
}
/* ========= end =========== */

/* 
=============================================================================
	Blog Post Style
=============================================================================
*/

.comments-wrap{
	padding:0 0 15px 0;	
}
.comments-wrap h4, .post-comment h4{
	background:url(../images/line_bg.png) repeat-x bottom;
	padding-bottom:15px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:#444;
}
.comments-wrap h4 i, .post-comment h4 i{
	font-size:25px;
	color:#bc4444;
	position:relative;
	top:3px;
	padding-right:6px;
}
.comment-box, .post-comment{
	padding:10px 0 15px 0;
}
.comment-thumb{
	width:50px;
	float:left;
}
.comment-txt{
	margin-left:75px;
	position:relative;
	background:url(../images/texture_bg.png) repeat #E9E9E9;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	padding:10px 15px;
}
.comment-txt h4{
	color:#bc4444;
	background:none;
	font-size:14px;
	padding-bottom:4px;
}
.arrow-right{
	position:absolute;
	top:10px;
	left:-11px;
}
.comment-txt .post-date{
	font-size:12px;
	color:#000;
	font-style:italic;
}
.comment-txt .reply-btn{
	float:right;
}
.comment-txt .reply-btn a{
	background:url(../images/reply_bg.png) no-repeat 0 2px;
	padding:0px 0 0px 15px;
	font-size:12px;
}
.comment-txt .reply-btn a:hover{
	color:#444;
}
.comment-reply {
    margin-left: 77px;
}

/* ========= end =========== */

/* 
=============================================================================
	Contact Page
=============================================================================
*/
#contact-wrap form#contact_form input[type="text"], #contact-wrap form#contact_form textarea{
	width:70%;
}
form#contact_form {
	margin:0;
}
form#contact_form input[type="text"], form#contact_form input[type="password"],  form#contact_form textarea {
	border:none;
	background:#2a2a2a url(../images/texture_bg.png) repeat;
	box-shadow:0 2px 0 #0b0c0d;
	-moz-box-shadow:0 2px 0 #0b0c0d;
	-webkit-box-shadow:0 2px 0 #0b0c0d;
	-o-box-shadow:0 2px 0 #0b0c0d;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	padding:0 10px;
	font-size:12px;
	color:#888;
	padding:8px 5px;
	width:82%;
}
form#contact_form input[type="text"]{
}
	
form#contact_form textarea {
	height:100px;
}
form#contact_form input[type="submit"] {
	border:none;
	background-image: url("../images/texture_bg.png");
    background-repeat: repeat;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 0 10px 10px 0;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
	color:#FFF;
	background-color:#537050;
}
form#contact_form input[type="submit"]:hover{
	background-color:#2785eb;
	color:#333;
}
form#contact_form .form-row{
	padding:0 0 2% 0;
	position:relative;
}
form#contact_form .form-row.wdh100{
	width:101%;
}

form#contact_form label {
	padding:5px 0 3px 0;
	float:left;
	width:100px;
	cursor:default;
	font-weight:normal;
}
form#contact_form label.error {
	color:#F00;
	font-size:11px;
	padding:2px 0 0 0;
	display:block;
	position:absolute;
	top:2px;
	left:85px;
}
form#newslatter_form label.error {
	color: #FF0000;
	display: inline-block;
	font-size: 11px;
	padding: 2px 0 0;
	position: absolute;
	right: 78px;
	top: 34px;
}
h4.form_thanks {
	color:#FFF;
	padding:5px;
	font-size:15px;
	display:block;
	text-align:center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0 0 3px #000;
	-moz-box-shadow:0 0 3px #000;
	-webkit-box-shadow:0 0 3px #000;
	-o-box-shadow:0 0 3px #000;
	background:#CF302D;
	text-transform:capitalize;
	text-shadow: 1px 1px 1px rgba(0,0,0,.54);
}
.get-back{
	position:relative;
	top:6px;
	left:5px;
	font-size:11px;
	color:#f0f0f0;
	font-style:italic;
}
.required-field{
	text-align:right;
	position:relative;
	top:14px;
	right:7px;
	font-size:11px;
	color:#f0f0f0;
	font-style:italic;
}
.contact-map{
	height:310px;
	background:#cacdd2;
}
/* ========= end =========== */

/* 
=============================================================================
	Home Portfolio Wrap
=============================================================================
*/
.portfolio-text{
	position:relative;
	top:-5px;
	z-index:1000;
}
.portfolio-text span{
	background:url(../images/up_arrow.png) no-repeat bottom center;
	padding-bottom:20px;
}
.portfolio-text a{
	padding:10px 0 20px 0;
	text-align:center;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
	background:url(../images/texture_bg.png) #537050;
	display:block;
	font-size:16px;
	color:#ffffff;
	font-family: 'Bree Serif', serif;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.portfolio-text a:hover{
	background:url(../images/texture_bg.png) #2785eb;
	color:#000000;
	text-shadow:0 1px 0 rgba(255,232,130, 0.7);
}
.hover-img{
    overflow: hidden;
    position: relative;
	
}
.hover-img a.zoom {
    background: url(../images/zoom_icon.png) no-repeat scroll 50% 50%;
    margin-left: -5px;
}
.hover-img a {
    margin-left: -10px;
}
.hover-img a {
    background: url(../images/detail_icon.png) no-repeat scroll 50% 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    z-index: 10;
}
.hover-img span {
    display: inline-block;    
    left: 0;
	text-align:center;
    position: absolute;
    bottom: -30%;
	padding:10px 0;
    z-index: 10;
	width:100%;
	background: url(../images/body_bg2.png) repeat;
}
/* ========= end =========== */

/* 
=============================================================================
	Buy Now Wrap
=============================================================================
*/
#buy-wrap {
	padding-bottom:10px;
}
#buy-wrap h3{
	color:#bc4444;
	font-size:24px;
	text-transform:capitalize;
}
/* ========= end =========== */

/* 
=============================================================================
	Misc Style
=============================================================================
*/
nav select {
  display: none;
}
/* ========= end =========== */


/* Subpages */
#page-head{
    background: url(../images/texture_bg.png) repeat scroll 0 0  #6F6748;;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 25px 0;
    text-align: center;
	color:#F0EEE2;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
}
#page-head h1{
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:1px solid #ffcc00;
}

/* Breadcrumbs */
.breadcrumbs{
	background:url(../images/texture_bg.png) repeat #537050;
	float:left;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
	padding:10px 20px;
	margin:10px 0 25px 0;
	position:relative;
	left:-10px;
	font-style:italic;
	color:#ffcc00;
	border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-o-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
}
.breadcrumbs i{
	padding:0 8px;
	font-size:10px;
	position:relative;
	color:#000;
}
.breadcrumbs a{
	color:#FFF;
}
.breadcrumbs a:hover{
	color:#ffcc00;
}

/* 
=============================================================================
	Shortcode Style
=============================================================================
*/

/*=== Form & Button ===*/
form{margin:0; padding:0;}

input[type="text"],
textarea, input[type="password"], select{
	font-size:12px;
	padding:7px 5px;
	font-size:11px;
	font-family:Arial;
}

textarea{width:90%;}

textarea:focus{outline:0;}

.button, .button:visited, input[type="submit"], button{
/*	padding:10px 12px 10px 12px;
	cursor:pointer;
	font-size:12px;
	line-height:14px;
	font-family:Arial;*/
}

.button, .button:visited, input[type="submit"]{
	background: #444;
	color:#fff;
	border:0;
}
.button:hover, input[type="submit"]:hover{
/*	background: #606060;
	color:#fff;
	border:0;*/
}

.button:hover, input[type="submit"]:hover, button:hover{text-decoration:none;}
a.button {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
	font-size:12px;
	font-weight:normal;
	padding: 8px 15px;
	background-image:url(../images/texture_bg.png);
	background-repeat:repeat;
	background-color:none;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px 10px 0;
}
#intro a.button.black:hover{
	background-color:#ffcc00;
	color:#333;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}
a.button i{
	padding-left:5px;
}

a.button.pink{
	background-color:#507050;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
}
a.button.pink:hover{
	background-color:#6f6748;
}
a.button.black{
	background-color:#2b2b2b;
}
a.button.black:hover{
	background-color:#2785eb;
}
a.button.yellow{
	background-color:#ffcc00;
	color:#333;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}
a.button.yellow:hover{
	background-color:# ;
	color:#fff;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
}
.button.small, input[type="submit"].small, button.small{font-size:12px; padding:8px 12px;}
.button.medium, input[type="submit"].medium, button.medium{font-size:14px; padding:12px 14px;}
.button.large, input[type="submit"].large, button.large{font-size:14px; padding:14px 20px;}


/*=== Dropcaps ===*/
.dropcap1{
	display:block;
	float:left;
	font-size:32px;
	line-height:34px;
	margin:4px 8px 0 0;
	font-family: 'Oswald', sans-serif, arial;
}
.dropcap2{
	display: block;
	float:left;
	font-family: 'Oswald', sans-serif, arial;
	border-radius: 55px 55px 55px 55px;
    display: block;
    float: left;
    font-size: 26px;
    line-height: 47px;
    margin: 6px 8px 0 0;
    text-align: center;
    width: 47px;	
}
.dropcap3{
	display:block;
	float:left;
	font-size:26px;
	line-height:35px;
	width:47px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
	padding:5px 0;
	font-family: 'Oswald', sans-serif, arial;
}

/*== Highlight ==*/
.highlight1{padding:2px 5px;}	
.highlight2{padding:2px 5px;}

/*=== Pullquotes ===*/
.pullquote-right, .pullquote-left{
	padding:0px 10px 0px 30px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-style:italic;
	font-size:12px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}

/*==== Alert Box ====*/
.notification{
	padding:10px;
	margin-bottom:20px;
	text-shadow:0 1px 0 rgba(255,255,255, 0.7)
}

/*== Pricing Box ==*/
ul.list-box{margin:0; padding:0; list-style-type:none; list-style-position:outside; text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);}
ul.list-box li{ margin-top:15px;}
ul.list-box > li{
	float:left;
	width:300px;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
	z-index:2;
 }
ul.list-box li.noborder{}
ul.list-box li.current{
	z-index:4; 
	margin-top:-25px;
}
ul.list-box .title-box{
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	text-align:center;
	margin:0; 
	padding:10px 20px;
}
ul.list-box li.current .title-box{
	padding:15px 20px;
}
ul.list-box li.last{margin-right:0;}
ul.list-box .price-text{
	margin:0; 
	text-align:center;
	padding:28px 20px 18px 20px;
	vertical-align:top;
	font-size:14px;
}

ul.list-box li.current .price{
	font-size:30px;
}

ul.list-box .price{font-size:26px;}
ul.list-box .price-text img{margin:-10px 0 0 0;}
.list-box-container{
	padding:0 0 26px 0;
	margin-top:0;
}
ul.list-box li.current .list-box-container{
	padding:0 0 35px 0;
}
.list-box-content{ margin:0px 0px; }
.list-box-content ul{margin:5px 0 25px 0;  padding:0 15px; list-style-type:none;}
.list-box-content ul li{margin:0;
	padding:6px 0; 
	list-style-type:none; 
	text-align:center;
}
.list-box-content .button{font-size:12px;}
.list-box-content ul li:first-child{}



ul#col5.list-box > li{
	width:182px;
}
ul#col5.list-box .price{font-size:20px;}
ul#col5.list-box li.current .price{font-size:24px;}
ul#col5.list-box .price-text{padding:18px 20px; font-size:12px;}
ul#col5 li .title-box{
	padding:10px 10px;
}

ul#col5.list-box li.current{z-index:7; width:206px; position:relative}


/*==== Tabs ====*/

ul.tabs {
	margin: 0;
	margin-bottom:0px;
	padding:0;
	list-style: none;
	height: 35px;
	width: 100%;	
	border-bottom:1px solid #2A2A2A;
}

ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 5px;
	line-height:25px;
	height:35px;
	overflow: hidden;
	position: relative;
	font-size:11px;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 5px 0px;
	outline: none;
	text-transform:uppercase
}
ul.tabs li a {
	color:#666;
}
ul.tabs li a:hover {
	color:#bc4444;
}
ul.tabs li.active{
	background: #2a2a2a url(../images/texture_bg.png) repeat;
}

html ul.tabs li.active a{ color:#F0EEE2; text-shadow:0 1px 0 rgba(0, 0, 0, 0.7); }

.tab-content {padding: 20px 0 0 0; }
/*==== End ====*/

/*==== jQuery Toggles ====*/
#toggle{
	border: 0px; 
	
}
h2.trigger {
	padding:0;
	margin:0;
	font-size:12px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
}

h2.trigger span {
	text-decoration: none;
	display: block;
	height:26px;
	background: url(../images/arrow-left.png) no-repeat left center;
	padding:6px 0 6px 40px;
	cursor:pointer;
}
/* jQuery Toggles */
h2.trigger{color:#666666;}
h2.trigger span {color:#666666}
h2.active span{color:#F0EEE2}
h2.trigger span:hover {color:#bc4444} 

h2.active span{ background:url(../images/arrow-down.png) no-repeat left center;}

.toggle_container {
	margin: 0 0 0 0;
	padding: 0px 0px;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {padding:10px 0;}

/* Accordion */
h2.accordion-title{font-size:12px; margin:0 0 10px 0; clear:both; padding:10px 0 10px 20px; line-height:18px; display:block; text-transform:uppercase; font-family: 'Open Sans', sans-serif; text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);}
h2.accordion-title.active{}
ul.ts-accordion{ 
	list-style: none; 
	margin-left: 0px;
	overflow:hidden
}
ul.ts-accordion li{ list-style: none; margin:0; padding:0 }
div.accordion-content{ padding:0 0 20px 0; clear:both;}
h2.accordion-title span.accordion-icon{width:16px;height: 15px; float:right; background:url(../images/accordion-icon.png) no-repeat; margin:0 10px 5px 10px; cursor: pointer; display: block}
h2.accordion-title.active span.accordion-icon{background:url(../images/accordion-icon-down.png) no-repeat;}
div.accordion-title p{ margin-bottom: 0px; }
/* Accordion */
h2.accordion-title{background:#2A2A2A url(../images/texture_bg.png) repeat; color:#fff}
h2.accordion-title.active{background:#4f4f4f url(../images/texture_bg.png) repeat; color:#fff;}


/*==== Tables ====*/
/* Tables */
th{
background: #222 url(../images/texture_bg.png) repeat; /* for non-css3 browsers */
color:#fff;
}
thead th{border-right: 0px solid #4f4f4f!important;}
table {border: 0px solid #4f4f4f; border-bottom:0; border-right:0px; }
tr.odd td {background: #F2F7FC;}
table { }
table,td,th {/* text-align:left;*/ }
th,tr:hover{}
table {
/*text-align: left;
margin: 0 -1px 24px 0;
width: 100%; */
}
tr th,
thead th {
font-size: 14px;
line-height: 18px;
/*padding: 9px 24px;*/
font-family:'Oswald', sans-serif, arial;
text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
}
tr td {
/*padding: 6px 24px;*/
}
tr.odd td {}



/* Blockquote */
blockquote{color:#aaa;}


/* Dropcaps */	
.dropcap1{color:#bc4444;}
.dropcap2{color:#ffcc00; background:#444; text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);}
.dropcap3{color:#fff; background:#444}

/* Highlight */
.highlight1{color:#fff; background:#444; text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);}	
.highlight2{background:#E9E9E9; color:#000; text-shadow:0 1px 0 rgba(255,255,255, 0.7);}
.highlight3{border-bottom:dotted 1px #bc4444}

/* Code */
code {
	border-left:4px solid #e9e9e9;
}

/* Alert Box */
.notification.error{
	background:#ffeded;
	border:solid 1px #fbc4c4;
	color:#de5959;	
}
.notification.success{
	background:#eff9e6;
	border:solid 1px #b3dc82;
	color:#5f9025;	
}
.notification.warning{
	background:#fbfae4;
	border:solid 1px #ded58a;
	color:#8f872e;	
}
.notification.notice{
	background:#eaf7fe;
	border:solid 1px #b6d7e8;
	color:#5091b2;	
}

/* Pricing Box */
ul.list-box > li{
	border:solid 1px #4F4F4F ;
	border-width:1px 0 1px 1px;
	background:url(../images/texture_bg.png) repeat #2A2A2A;
 }
ul.list-box li.current{border-right:solid 1px #4F4F4F ;}
ul.list-box li.borderright{border-right:solid 1px #4F4F4F ; border-left:0;}
ul.list-box li.last{border-width:1px 1px 1px 0px;}
ul.list-box .title-box{
	color:#fff;
	background: #444;
	border-bottom: 1px solid #4F4F4F ;
}
ul.list-box li.current .title-box{
	color:#fff;
	background: #666;
}
ul.list-box li strong{
	color:#a09568;
}
ul.list-box .price-text{
	color:#bc4444;
	border-bottom:solid 1px #000;
}
ul.list-box .price-text .price{color:#ffcc00;}
.list-box-content ul li{
	border-bottom:1px solid #4F4F4F ;
	color:#efefef;
}

/* Tagcloud */
.tagcloud a{border:solid 1px #f3f3f3;}
.tagcloud a:hover{border:solid 1px #303030; background:#303030; color:#fff !important;}

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}
.indentleft {
    overflow: hidden;
}
blockquote {
    background-image: url(../images/quote.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    clear: both;
    margin: 0 0 20px 0;
    padding:0 0 0 35px;
	font-size:16px;
	font-style:italic;
	line-height:22px;
	border:none;
}

	
blockquote.left, blockquote.right  {
	float:right;
	margin:0 0 0 20px;
	width:65%;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;
}

.content-wrapper .button:hover,
.content-wrapper button:hover,
.content-wrapper input[type="submit"]:hover,
.content-wrapper input[type="reset"]:hover,
.content-wrapper input[type="button"]:hover {background: #none;}

/* ========= end =========== */

/* 
=============================================================================
	Home Portfolio & Blog Slider Style
=============================================================================
*/
.jcarousel-skin-tango .jcarousel-container { /*    border: 1px solid #346F97;*/ }
.jcarousel-skin-tango .jcarousel-direction-rtl { direction: rtl; }
.jcarousel-skin-tango .jcarousel-container-horizontal { width: 100%; }
.jcarousel-skin-tango .jcarousel-clip { overflow: hidden; }
.jcarousel-skin-tango .jcarousel-clip-horizontal { width:  100%; }
.jcarousel-skin-tango .jcarousel-item { width: 230px; }
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-left: 0; margin-right: 10px; margin-bottom:0; }
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal { margin-left: 10px; margin-right: 0; }
.jcarousel-skin-tango .jcarousel-item-placeholder { background: #fff; color: #000; }

/* Horizontal Buttons */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: -80px;
    right: 10px;
    width: 33px;
    height: 26px;
    cursor: pointer;
    background: transparent url(../images/carousel_nav.png) no-repeat top right;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal { }
.jcarousel-skin-tango .jcarousel-next-horizontal:hover/*,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus*/ { background-position:-33px -27px; }
.jcarousel-skin-tango .jcarousel-next-horizontal:active { }
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active { cursor: default; background-position:-33px -54px; }
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
	top: -80px;
	right: 36px;
    width: 33px;
    height: 26px;
    cursor: pointer;
    background: transparent url(../images/carousel_nav.png) no-repeat ;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal { }
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover/*, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus */{ background-position:0 -27px; }
.jcarousel-skin-tango .jcarousel-prev-horizontal:active { }
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position:0 -54px;}
/* ========= end =========== */

/* 
=============================================================================
	Portfolio Page
=============================================================================
*/
.boundingbox {
	margin: 0 auto;
	width: 916px;
}
/* Content */
#content {
	padding: 20px 0;
	position:relative;
}
.portfolio-filter {
	width:150px;
	float:left;
	height:340px;
	background:url(../images/filter_shadow.png) no-repeat top right;
}
.portfolio-filter h2{
	text-align:left;
	background:none;
	text-transform:none;
	margin:0;
	padding:0 0 10px 0;
}
ul#portfolio-filter {
	margin: 0;
	padding: 0;
	background: transparent url(../images/icon-tag-green.png) left no-repeat;
}
ul#portfolio-filter li {
	display: inline-block;
	padding:0;
	margin:0;
}
ul#portfolio-filter a {
	color: #efefef;
	text-transform:capitalize;
	text-shadow:0 1px 0 #333;
	text-decoration: none;
	display:inline-block;
	font-size:16px;
	height:20px;
	padding:0 15px;
}
ul#portfolio-filter a span{
	background:none;
}
ul#portfolio-filter a:hover, ul#portfolio-filter a.current {
	color: #FFCC00;
}
ul#portfolio-filter a.current {
	color:#FFCC00;
}
ul#portfolio-filter a.current span {
    background: url("../images/yellow_arrow_down.png") no-repeat scroll center bottom transparent;
    padding: 0 0 33px;
}
.portfolio-item {
}
ul#portfolio-list {
	margin: -10px 0 0 0;
	padding: 0;
	list-style: none;
}
ul#portfolio-list li {
	display: block;
	float: left;
	margin-bottom:25px;
	overflow: hidden;
}
ul#portfolio-list li a {
	overflow: hidden;
}
.portfolio-item-preview {
    background: url(../images/bg-fade.png) no-repeat scroll center center transparent;
    display: block;
}
/* ========= end =========== */

/* #Page Styles
================================================== */
.not-found{
	text-align:center;
	padding:25px;
	background:url(../images/texture_bg.png) #e9e9e9;
}
.not-found h3{
	font-size:55px;
	padding:25px 0 10px 0;
}
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {			
			body{background-color:red;}
			.search-box{padding-bottom:15px;}			
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
			body{background-color:blue;}
			.main-container { width:768px;}
			.search-box{padding-bottom:0px;}
			ul.list-box > li {
    width: 185px !important;
}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		/*body{background-color:purple;}*/
		body{background-color:green;}	
		nav select {display: block;}
		nav ul{display:none;}	
		.main-container { width:450px;}
		.social-icons{background:none; text-align:center; float:none; padding-left:0;}
		.phone-box, #logo{text-align:center; float:none;}
		#navigation .container{padding:0 10px;}
		#body-content .container{padding:20px 20px;}
		.footer-line-bg{left:-20px; width:20px;}
		.right-border .one-third{border-bottom:1px solid #FFF; min-height:inherit;}
		.right-border .one-third.last p{padding-right:20px;}
		.right-border .one-third.last {padding-right:20px; border:none;}
		.portfolio-wrap{margin-bottom:25px;}
		.copyright .container, .powered-bg{text-align:center;}
		.breadcrumbs{left:-20px;}		
		ul.tabs li {    display: block; float: none; font-size: 12px; height: auto; overflow: visible; }
		ul.tabs { height: auto;}
		ul.list-box > li { border-radius: 3px 3px 3px 3px; border-width: 1px; margin-bottom: 20px; width: 100% !important;}
		ul.list-box li.current {margin-top: 0;}
		#alternate-sidebar .siderbar-wrap{padding:0 0 25px 0px;}
		#services-tab .tab-content{padding-top:20px;}
		.blog-title{left:0;}
		
		
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		/*body{background-color:#F00;}*/
		.page-content{width:440px;}
		body{background-color:purple;}
		.main-container { width:450px;}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		nav select {display: block;}
		nav ul{display:none;}
		body{background-color:black;}
		.main-container { width:100%;}
		
	}







.whitetext{ font-size: 11px;	font-weight: normal;	color: #fff;	text-decoration: none; } 
.smalltxt{font-size:11px; color:#0B243A; text-transform:none;}
.maintxt{font-size: 13px; line-height: 18px; font-weight: normal;   color: #0B243A;text-decoration: none;  }
.title{  font-size: 22px;  font-style: none;font-weight: bold;color:#232323;  text-decoration: none; height: 25px;  }
.subtitle{ font-size:14px;font-weight:bold; color:#133B62; text-transform:none;   height: 20px;}
.error {  font-size: 14px;	text-transform: none;	color: #FF0000;}

form{ margin:0px; padding:0px;	}
.txtbox { 

	border:none;
	background:#2a2a2a url(../images/texture_bg.png) repeat;
	box-shadow:0 2px 0 #0b0c0d;
	-moz-box-shadow:0 2px 0 #0b0c0d;
	-webkit-box-shadow:0 2px 0 #0b0c0d;
	-o-box-shadow:0 2px 0 #0b0c0d;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	padding:0 10px;
	font-size:12px;
	color:#888;
	padding:8px 5px;
	width:82%;

}


.button  {
 border:none;
	background-image: url("../images/texture_bg.png");
    background-repeat: repeat;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 0 10px 10px 0;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
	color:#FFF;
	background-color:#BC4444;
	}
.button:hover{
	background-color:#ffcc00;
	color:#333;
}


.td_box {	
	border:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
 	border-radius: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding:1px 1px;
	
	background-color:#f2f2f2;
	color:#333333;
	
  }
 

a.info{   position:relative;  z-index:24; background-color:#f4f4f4;  color:#000;  text-decoration:none}
a.info:hover{z-index:25; background-color:#ffffff}
a.info span{display: none}
a.info:hover span{   display:block;   position:absolute;   top:2em; left:-10em; width:45em;   border:1px solid #999;  background-color:#ffffff; color:#000;    text-align: left}
.tdEven {
	background-color: #ffffff;
	height: 18px;
	color:#000;
}
.tdOdd {
	background-color: #f4f4f4;
	height: 18px;
	color:#000;
}

.tdhead {
	background-color: #333;
	height: 30px;
 	font-size:13px;
	font-weight:bold;
	color:#ffffff;
}
	
	
	
	
	
	
 
	