/*
Theme Name: FilmPlus
Theme URI: http://smthemes.com/filmplus/
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: 12/15/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:url(images/back.png) left top;
}
body {	
	color:#434343;
	font-family:'tahoma';
	position:relative;
	background:url(images/top.png) top repeat-x;
}
a {
	color: #FB3602;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a.post_ttl, .post-caption h1 {
	color:#434343;
	font-size:18px;
	text-transform:uppercase;
	font-family: 'playregular';
}
h2 a.post_ttl:hover{
	color:#ffcc00;
	text-decoration:none;
}



/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}


/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:25px;
	line-height:25px;
	color:#686868;
}
.searchbtn {
	height:25px;
	width:21px;
	margin-right:5px;
}
.searchform {
	height:25px;
	background: rgb(226,230,231); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(226,230,231,1) 0%, rgba(192,199,202,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,230,231,1)), color-stop(100%,rgba(192,199,202,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,230,231,1) 0%,rgba(192,199,202,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,230,231,1) 0%,rgba(192,199,202,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,230,231,1) 0%,rgba(192,199,202,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,230,231,1) 0%,rgba(192,199,202,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e6e7', endColorstr='#c0c7ca',GradientType=0 ); /* IE6-9 */
	box-shadow:0 -1px 4px #515B63;
	border:1px solid #d3d8da;
	border-radius:20px;
	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/

#commentform #submit, input.readmore, a.readmore {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	color:#9c9c9c;
	border:none;
	border-top:2px solid #d9d9d9 !important;
	border-bottom:4px solid #d9d9d9 !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background: rgb(230,230,230); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	text-decoration:none;
}
.articles .post-caption h2, .articles .post-caption h1{
	padding:10px 0;
}
.page-title{
	color:#434343;
	font-size:18px;
	text-transform:uppercase;
	font-family: 'playregular';
	background:url(images/pagi-top.png) bottom repeat-x;
}
.featured_image {
	margin-top:15px;	
	padding:8px;
	border:1px solid #d4d4d4;
	background:#dfdbdb;
}
.googlemap {
	padding:8px;
	border:1px solid #d4d4d4;
	background:#dfdbdb;
}
.widget_posts ul li img,.widget_flickr a {
	padding:4px;
	border:1px solid #d4d4d4;
	background:#dfdbdb;
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding-top:30px;
	text-align:center;
	background:url(images/pagi-top.png) top repeat-x;
}
.page-numbers {
	padding:5px 10px;
	font-family:'tahoma';
	font-size:14px;
}
a.page-numbers {
	color:#7f7f7f;
	text-decoration:none;
}
a.page-numbers:hover, span.page-numbers {
	color:#ffa800;
}
.post-meta{
	font-style:italic;
	color:#bbb;
} 
.post-meta a{
	color:#bbb;
	text-decoration:underline;
}

.wp-caption.alignright {
	margin-left: 15px;
	margin-right: -8px;
	margin-top: 5px;
}

.wp-caption.alignleft {
	padding-left: 0px;
	margin-right: 15px;
	margin-top: 5px;
}


.wp-caption-text {
	margin-top: 5px;
	text-align: center;
	font-size:10px;
}



/*------------------------------ FOOTER ------------------------------*/
#footer  {
	color:#fff;
	text-shadow:2px 0 2px #646769;
}

#footer  .inner a{
	color:#ffcc00;
}

#footer h3{
	font-size:18px;
	text-transform:uppercase;
	font-family: 'playregular';
	text-shadow:2px 0 2px #222223;
}

#footer .container.clearfix {
	background:url(images/footer.png) repeat left top;
}

#footer .footer_txt {
	border-top:1px solid #abadae;
	color:#fff;
	text-shadow:none;
}
.footer_txt a{
	color:#d9d9d9;
	text-decoration:none;
}
#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:1px;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-right:1px;
}
.tabs_captions .scaption{
	background: rgb(133,133,133); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(133,133,133,1) 0%, rgba(148,148,148,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(133,133,133,1)), color-stop(100%,rgba(148,148,148,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(133,133,133,1) 0%,rgba(148,148,148,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(133,133,133,1) 0%,rgba(148,148,148,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(133,133,133,1) 0%,rgba(148,148,148,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(133,133,133,1) 0%,rgba(148,148,148,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#858585', endColorstr='#949494',GradientType=0 ); /* IE6-9 */
	border:none !important;
	padding:5px !important;
	color:#fff;
	font-size:14px;
	font-family:'tahoma';
}
.scaption.active, .scaption:hover{
	background:#ffd300;
	color:#434343;
}
#content .widget .caption h3 {
	color:#434343;
	font-size:18px;
	text-transform:uppercase;
	font-family: 'playregular';
}
.fp-next{
	background-position:left 50%;
	width:27px;
}
.fp-prev {
	background-position:right 50%;
	width:27px;
	
}
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content {
		
	}
	#content .container {
		box-shadow:0 0 4px #81878b;
		position:relative;
		padding-top:20px;
		border-top:1px solid #c3c3c3;
	}
	#logo {
		position:absolute;
		margin-top: 7px;
	}
	.menusearch {
		position:relative;
		top:40px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:116px;
		position:relative;
		z-index:11;
	}
	
	
	#secondarymenu {
		float:right;
		clear:right;
		margin-top:42px;
	}
	#secondarymenu a {
		padding:16px 9px;
		font-size:14px;
		color:#e1e1e1;
		text-transform:uppercase;
		font-family: 'playregular';
	}
	#secondarymenu a:hover{
		color:#fde239;
	}
	#header-block {
		position:relative;
		box-shadow:0 0 4px #81878b;
	}
	
	#mainmenu-container {
		height:68px;
		background:url(images/mainmenu.png) repeat-x left;
		z-index:18;
		position:relative;
	}
	#mainmenu li a {
		padding:24px 20px;
		font-size:16px;
		color:#FFFFFF;
		font-family: 'playregular';
		text-transform:uppercase;
	}
	#mainmenu li {
		position:relative;
		background:url(images/mainmenu-li.png) right no-repeat;
	}
	#mainmenu li:hover{background:url(images/mainmenu-li-hover.png) no-repeat right;}
	#mainmenu li a:hover{
		background:url(images/mainmenu-hover.png) repeat-x left;
	}


	#header li ul {	top:40px; }
	#header #mainmenu li ul { top:69px; }
	
	#header li ul .transparent {	}
	#header li ul .inner {
		background:#9ca2a4;
		border:1px solid #c6cacb;
		border-top:2px solid #fde239;
		box-shadow:0 0 4px #aeaeaf;	
	}
	#header #mainmenu li ul .transparent {	}
	#header #mainmenu li ul .inner {
		background:#9ca2a4;
		border:1px solid #fff;
		box-shadow:0 0 5px #aeaeaf;
	}
	
	#header ul.children li a, #header .sub-menu li a {
		text-transform:none;
		color:#fff !important;
		background:none !important;
		padding:0 20px !important;
		text-align:left;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#ffea00 !important;
	}
	
	#header #mainmenu ul.children li a, #header #mainmenu .sub-menu li a {
		text-transform:none;
		color:#fff !important;
		text-shadow:2px 0 2px #75797b;
		background:none !important;
		padding:0 20px !important;
		text-align:left;
	}
	#header #mainmenu ul.children li, #header #mainmenu .sub-menu li , #header #mainmenu ul.children li:hover, #header #mainmenu .sub-menu li:hover{background:none !important;}
	#header #mainmenu ul.children li a:hover, #header #mainmenu .sub-menu li a:hover {		
		color:#ffea00 !important;
		background:none !important;
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		
	}
	.slider {
		position:relative;		
	}
	.fp-next, .fp-prev {
		margin:0 -17px;
		width:44px;
		height:390px;
	}
	.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:400px;
		width:1000px;
	}
	.fp-content-fon {
		border-bottom:none;
		border-left:none;
		border-right:none;
	}
	.fp-content-fon, .fp-content {	
		left:0;
		right:0;
		bottom:0;
		text-align:left;
		font-size:13px;
	}
	.fp-nav {
		right:20px;
		bottom:10px;
		left:auto;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt .container {
		
	}
	.content-l #content .container { background:url(images/content/main-l.png) left top repeat-y; }
	.content-r #content .container { background:url(images/content/main-r.png) left top repeat-y; }
	.content-lr #content .container { background:url(images/content/main-lr.png) left top repeat-y; }
	.content-l2 #content .container { background:url(images/content/main-l2.png) left top repeat-y; }
	.content-r2 #content .container { background:url(images/content/main-r2.png) left top repeat-y; }
	.content-n #content .container { background:url(images/content/main-n.png) left top repeat-y; }
	
	#footer .container.clearfix {
		border-right:1px solid #989b9c;
		border-left:1px solid #989b9c;
		box-shadow:0 0 4px #81878b;
	}
}	


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
	}
	#logo {
		float:left;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		margin-top:43px;
	}
	#secondarymenu-container {
		padding-top:0px;
	}
	#secondarymenu {
		clear:both;
	}
	#secondarymenu li {
		
	}
	#secondarymenu li a{
		padding:15px;
		font-size:15px;
		color:#e1e1e1;
	}
	#header li ul{
		padding:0 0 0 15px;
	}
	#header li ul li a{
		padding:0;
	}	
	#mainmenu-container {
		clear:both;
		padding-bottom:10px;
		background:#ffd300;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#000;
		text-decoration:none;
		font-size:16px;
		padding:10px 15px;
		display:block;
		font-family: 'playregular';
	}

	
}

/*	-==========================- 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%;
	}
}