/*
Theme Name: BizCard
Theme URI: http://smthemes.com/bizcard/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.0
License: Creative Commons 3.0
Theme date: 06/25/2013
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);

html {
	background-image: url("../img/back.png");
}

body {	
	color:#252525;
	position:relative;
	background-image: url("../img/back.png");
}

a {
	color:#0066CC;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.post_ttl, .post-caption h1 {
	color:#4c4c4c;
	font-family: 'pt_sansregular';
	font-size:24px;
}
h2 a.post_ttl:hover{
	color:#6c9300;
	text-decoration:none;
}



/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}
#header{	
	/*background:url(images/top.jpg) top no-repeat;*/
	-moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
}

/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:27px;
	line-height:27x;
	color:#a3a3a3;
}
.searchbtn {
	height:27px;
	width:28px;
	margin-right:0;
}
.searchform {
	height:27px;
	background:#fff;
	box-shadow:2px 2px 2px #888;
	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/
.one-post, .related-posts, #respond, #comments, .tags{
	background:#fff;
}
#commentform #submit, input.readmore, a.readmore {
	background: #0066CC;
	color:#fff;
	box-shadow:1px 1px 3px #6b6b6b;
	border:none;
	font-weight:normal;
	margin-right:3px;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background: #4b4b4b;
	color:#fff;
	text-decoration:none;
	box-shadow:1px 1px 3px #6b6b6b;
}
.featured_image {
	margin-top:15px;	
	padding:8px;
	border:1px solid #c6c6c6;
}
.googlemap {
	padding:8px;
	border:1px solid #c6c6c6;
}
.widget_posts ul li img,.widget_flickr a {
	border:1px solid #c6c6c6;
	padding:4px;
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding-top:30px;
	text-align:center;
}
.page-numbers {
	padding:5px 10px;
	font-family: 'Arial';
}
a.page-numbers {
	background: #4b4b4b;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	box-shadow:1px 1px 3px #6b6b6b;
}
a.page-numbers:hover, span.page-numbers {
	background: #6c9300;
	color:#fff;
	box-shadow:1px 1px 3px #6b6b6b;
}
.page-title{
	color:#6c9300;
	font-family: 'pt_sansregular';
	font-size:28px;
}
/*------------------------------ FOOTER ------------------------------*/
#footer  {
	background:#4c4c4c;
	color:#fff;
}

#footer a{
	color:#a2dc00;
	font-weight:normal;
}

#footer h3{
	font-family:'tahoma';
	font-size:24px;
}

#footer .container {
}

#footer .footer_txt {
	background:#363636;
	color:#cacaca;
	font-weight:bold;
	font-size:13px;
}
#footer .footer_txt .container {
}
.footer-widgets {
}
/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right {
	margin-left:5px;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-right:5px;
}

#content .widget .caption h3 {
	font-family: 'pt_sansregular';
	font-size:24px;
	font-weight:bold;
}
#content .widget a:hover{color:#fff;}
#content .widget:nth-child(2n) a:hover,#content .widget:nth-child(2n) a:hover{color:#4c4c4c;}
#content .widget {
	background:#0066CC;
	box-shadow:0 0 2px #dedede;
	margin:0 0 10px 0;
	color:#fff; 
}
#content .widget:nth-child(2n),#content .widget:nth-child(2n){
	color:#4c4c4c;
	background:#fff;
}
.tabs_captions .scaption{}
.tabs_captions .scaption.active, .tabs_captions .scaption:hover{}
.fp-next{
	background-position:left 50%;
	width:27px;
}
.fp-prev {
	background-position:right 50%;
	width:27px;
	
}
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:961px) {
	#content {
		margin-top:70px;
	}
	#content .container {
		width:960px;
	}
	.content-r #main_content, .content-r2 #main_content{
		padding:0 20px 20px 0;
	}
	.content-l #main_content, .content-l2 #main_content{
		padding:0 0 20px 20px;
	}
	.content-lr #main_content{
		padding:0 20px 20px;
	}
	#logo {
		position:absolute;
		left:20px;
	}
	.menusearch {
		width:260px;
		position:relative;
		top:25px;
		right:20px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:85px;
		position:relative;
		z-index:11;
	}
	
	
	#secondarymenu {
		float:right;
		margin-top:20px;
		margin-right:60px;
	}
	#secondarymenu a {
		padding:9px;
		color:#000;
		font-size:18px;
	}
	#secondarymenu a:hover{
		background:url(images/mainmenu-hover.png) left top repeat-x;
	}
	#header-block {
		position:relative;
	}
	
	#mainmenu-container {
		height:60px;
		z-index:18;
/*		background:url(images/mainmenu.png) left top repeat-x;*/
		background:none repeat scroll 0 0 #0066CC;
		width:960px;
		margin:0 auto -2px;
		border-radius: 6px 6px 0 0;
	}
	#mainmenu li a {
		padding:18px 20px;
		font-size:18px;
		font-family: 'pt_sansregular';
		font-weight:normal;
		color:#fff;
		border-radius: 5px 5px 5px 5px;
	}
	#mainmenu li {
		position:relative;
	}
	#mainmenu li a:hover{
		/*background:url(images/mainmenu-hover.png) left top repeat-x;*/
		background:#007DFB;
	}


	#header li ul {	top:39px; }
	#header #mainmenu li ul { top:58px; }
	
	#header li ul .transparent {	}
	#header li ul .inner {
		background:#f2f2f2;
		box-shadow:1px 2px 2px #6d6f70;
	}
	#header #mainmenu li ul .transparent {	}
	#header #mainmenu li ul .inner {	}
	
	#header ul.children li a, #header .sub-menu li a {
		color:#000; 
		padding:0 20px !important;
		text-align:left;
		font-weight:normal;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#fff !important;
		background:#007DFB;
	}
	
	#header #mainmenu ul.children li a, #header #mainmenu .sub-menu li a {}
	#header #mainmenu ul.children li a:hover, #header #mainmenu .sub-menu li a:hover {		
		color:#df191b;
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		position:relative;
		width:960px;
		height:300px;
		margin:0 auto -40px;
		padding:1px;
		background:#fff;
		box-shadow:0 0 10px #A6A7A5;
	}
	.slider {
	}
	.fp-next, .fp-prev {
		margin:0 -17px;
		width:92px;
		height:42px;
	}
	.fp-title{
		font-size:13px;
	}
	
	.fp-prev-next-wrap {
		margin:0 0px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:300px;
		width:960px;
	}
	.fp-content-fon {
		border:none;
		height:145px;
		background:url(images/fp-content.png) right top repeat-y;
		width:920px;
		left:0;
		bottom:28px;
		-moz-opacity: 1;
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	}
	.fp-content { 
		bottom: 28px;
		font-size: 13px;
		height: 135px;
		left: 400px;
		right: 20px;
		text-align: right;
	}

	.fp-content p{color:#000; font-weight:normal;}	
	.fp-content a{ color:#628500; }
	.fp-title a{
		color:#628500;
		font-family: 'pt_sansregular';
		font-weight:bold;
		font-size:33px;
	}
	.fp-nav {
		left:25px;
		bottom:10px;
		right:auto;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt .container {
		
	}
	.one-post, .related-posts, #respond, #comments, .tags{
		background:#fff;
		box-shadow:0 1px 3px #6b6b6b;
		border-left:1px solid #d8d8d8;
		margin:0 0 15px;
		padding:5px 20px;
	}
}	


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:960px) {
	#content {
		margin-top:70px;
	}
	#content .container {
		    margin: 0 auto;
		width:96%;
	}
	.content-r #main_content, .content-r2 #main_content{
		padding:0 20px 20px 0;
	}
	.content-l #main_content, .content-l2 #main_content{
		padding:0 0 20px 20px;
	}
	.content-lr #main_content{
		padding:0 20px 20px;
	}
	.one-post, .related-posts, #respond, #comments, .tags{
		    background: none repeat scroll 0 0 #FFFFFF;
    		border-left: 1px solid #D8D8D8;
   		 box-shadow: 0 1px 3px #6B6B6B;
   		 margin: 0 0 15px;
    		padding: 5px 20px;
	}
	#header {
	}
	#logo {
		float:left;
		left: 20px;
    		position: absolute;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}

	
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		width:260px;
		position:fixed;
		top:55px;
		right:20px;
	}
	
	#secondarymenu-container {
		padding-top:0px;
    		height: 85px;
    		position: relative;
    		z-index: 11;
	}
	#secondarymenu {
		/*clear:both;*/
	}
	#secondarymenu li {
		
	}
	#secondarymenu li a{
		padding:15px;
		font-size:15px;
		
	}
	#header li ul{
		padding:0 0 0 15px;
	}
	#header li ul li a{
		padding:0;
	}	
	#mainmenu-container {
		/*clear:both;
		padding-bottom:10px;*/
		    background: none repeat scroll 0 0 #0066CC;
    		/*border-radius: 6px 6px 0 0;*/
    		height: 60px;
    		margin: 0 auto -5px;
   		/* width: 96%;*/
    		z-index: 18;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#393939;
		text-decoration:none;
		font-size:15px;
		padding:10px 15px;
		display:block;
	}
	#mainmenu li a{
		border-radius: 5px 5px 5px 5px;
    		color: #fff;
   	 	font-family: 'pt_sansregular';
    		/*font-size: 18px;*/
    		font-weight: normal;
    		padding: 18px 20px;
	}

	#mainmenu li, #secondarymenu li {
    		border-right: 1px solid #007DFB;
    		float: left;
    		position: relative;
	}

	#header li ul .inner {
   		 background: none repeat scroll 0 0 #F2F2F2;
   		 box-shadow: 1px 2px 2px #6D6F70;
	}

#header ul.children li a, #header .sub-menu li a {
		color:#000; 
		padding:0 20px !important;
		text-align:left;
		font-weight:normal;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#fff !important;
		background:#007DFB;
	}

.fp-nav {
    bottom: 10px;
    left: 30px;
    position: absolute;
    right: 30px;
    text-align: left;
    z-index: 9999;
}
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;margin-top:28px;}
	#header {
	
	}
	#logo {
		margin-top:5px;
		margin-bottom:-35px;
	}
	.searchbtn {
		width:auto !important;
	}
	#secondarymenu-container {
		padding-top:6px;
	}
	#secondarymenu, #mainmenu {
		background:#fff;
		padding:0 2%;
		margin-top:10px;
	}
	#secondarymenu li, #mainmenu li {
		border-top:1px solid #d7d7d7;
	}
	#secondarymenu li a, #mainmenu li a{
		color:#363636;
		text-decoration:none;
	}
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #d3d3d3;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-18px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
	}
	#mobile-sec-menu{
		    display: none;
	}
}

/*Uma Edit*/
.post-5{display: none;}