/*
Theme Name: GameX
Theme URI: http://smthemes.com/gamex
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/04/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:#2a4041;
}
body {	
	color:#fff;
	font-size:13px;
	font-family: 'LiberationSansRegular';
	position:relative;
	background:url("images/back-header.jpg") no-repeat scroll 50% 0 transparent;
}
a {
	color:#fff;
	text-decoration:none;
	
}
a:hover {
	text-decoration:underline;
	color:#eeae50;
}

h1, h2, h3, h4, h5, h6, a.post_ttl {
	font-family: 'SourceSansProRegular';
    font-size: 21px;
    line-height: 25px;
    text-decoration: none;
	color:#fff	;
}


a.post_ttl {
	font-size:25px;
	font-family: 'SourceSansProRegular';
	color:#fff;
	text-transform:none;
}
h2 a.post_ttl:hover{
	color:#eeae50;
	text-decoration:underline;
}


/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
	top:5px;
}
#secondarymenu-container {
	position:relative;
}
#content-bottom {
	height:20px;
}
#header{
	
	background:url(images/back-body.png) repeat-x top;
}

/*------------------------------ SEARCH ------------------------------*/
#s {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #818181;
    float: left;
    height: 25px;
    line-height: 25px;
    width: 160px;
}
.searchbtn {
	height: 25px;
    margin-right: 0;
    width: 25px;
}
.searchform {
	background: rgb(184,184,184); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(184,184,184,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,184,184,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(184,184,184,1) 0%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(184,184,184,1) 0%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(184,184,184,1) 0%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(184,184,184,1) 0%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    border:1px solid #be4320;
	-moz-opacity: 0.80;
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
    height: 25px;
}

/*------------------------------ CONTENT ------------------------------*/
#main_content{
	padding:0 20px 20px 0;
}
.articles {
	padding:0;
	margin:0;
	}
.articles .one-post {
	margin-bottom:40px;
	background:url("images/back-one-post.png") no-repeat bottom;
	padding-bottom:20px;
}
.articles  .post-caption h1, .articles  .post-caption h2{
	line-height: 24px;
    padding:0 16px;
	color:#fff;
}
.articles .post-caption .post-meta {
	padding:0;
	color:#A1A0A0 !important;
	font-size:10px !important;
	}

.post-meta a{
	color:#eeae50;
}
.post-comments a{
	background:none;
    color: #eeae50;
    float: right;
    font-size: 13px;
    position: relative;
    text-align: center;
}
.articles .post-date {
    color: #b8b8b8;
}
.articles .post-caption {
	padding:0;
	position:relative;

}
.articles .post-meta {
    background:#243738;
    border-bottom: 1px solid #455556;
    border-radius:4px;
    font-family: 'LiberationSansRegular';
    padding: 3px 10px;
	color:#b8b8b8;
}
.articles .post-body  {
	border:none;
	margin:0;
}
#content .container{
}
#commentform #submit, input.readmore, a.readmore {
	background: rgb(235,165,69); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,165,69,1) 0%, rgba(182,66,28,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,165,69,1)), color-stop(100%,rgba(182,66,28,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,165,69,1) 0%,rgba(182,66,28,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,165,69,1) 0%,rgba(182,66,28,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,165,69,1) 0%,rgba(182,66,28,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,165,69,1) 0%,rgba(182,66,28,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba545', endColorstr='#b6421c',GradientType=0 ); /* IE6-9 */
	color:#fff;
	border:none;
	border-radius:8px;
	text-decoration:none;
	font-size:12px;
	font-family: 'LiberationSansRegular';
	box-shadow:0 0 5px #212828;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background: rgb(90,131,132); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(90,131,132,1) 0%, rgba(45,65,65,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,131,132,1)), color-stop(100%,rgba(45,65,65,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(90,131,132,1) 0%,rgba(45,65,65,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(90,131,132,1) 0%,rgba(45,65,65,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(90,131,132,1) 0%,rgba(45,65,65,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(90,131,132,1) 0%,rgba(45,65,65,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a8384', endColorstr='#2d4141',GradientType=0 ); /* IE6-9 */
	box-shadow:0 0 5px #212828;
}
.featured_image {
	background:#416365;
    border: 2px solid #416365;
    margin-top: 5px;
    padding: 5px;
}
.googlemap {
	background:#416365;
    border: 2px solid #416365;
}
.widget_posts ul li img,.widget_flickr a {
	padding:3px;
	background:#416365;
    border: 2px solid #416365;
}
.pagination{
}
.pagination.classic {
	text-align:right;
}
.page-numbers {
	padding:5px 10px;
	font-family: 'Arial';
	font-size:14px;
}
a.page-numbers {
	background: none;
	text-decoration:none;
	border-radius:30px;
	border:none;
}
a.page-numbers:hover, span.page-numbers {
	background: rgb(223,156,66); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(223,156,66,1) 0%, rgba(182,66,28,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,156,66,1)), color-stop(100%,rgba(182,66,28,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(223,156,66,1) 0%,rgba(182,66,28,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(223,156,66,1) 0%,rgba(182,66,28,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(223,156,66,1) 0%,rgba(182,66,28,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(223,156,66,1) 0%,rgba(182,66,28,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df9c42', endColorstr='#b6421c',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-decoration:none;
	border-radius:10px;
	border:none;
	box-shadow:0 0 5px #212828;
}
 

/*------------------------------ FOOTER ------------------------------*/
#footer  {
	background: url("images/back-footer.png") repeat-x;
}
#footer .container {
	padding-top:20px;
	background:url("images/border-footer.png") no-repeat center bottom;
}
#footer h3 {
	color:#fff;
	font-family: 'SourceSansProRegular';
	font-size: 25px;
	text-transform:none;
}
#footer .inner .caption{
	background:none;
}
#footer .footer_txt {
	padding:0 0 10px;
	height:54px;
	margin:0 auto;
}
#footer .footer_txt .container {
	background:none;
	border-bottom:none;
	color:#fff;
	padding-top:0 !important;
	text-align:center;
}
.footer-widgets {
	color:#fff;
}
#footer .widget2, .widget, .tabs_widget {
	border:none !important;
}
#footer .footer_txt .container a {
	color:#fff;
	text-decoration:underline;
}
#footer .footer_txt .container a:hover {
	text-decoration:underline;
}
#footer .inner a {
	color:#fff;
}
#footer .inner a:hover{
	color:#eeae50;
	text-decoration:underline;
}
/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right {
	margin-left:5px;
	background:url(images/back-sidebar.png) repeat-y center;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-right:5px;
	background:url(images/back-sidebar.png) repeat-y center;
}
.sidebar {
}

#content .widget .caption h3 {
	background: url(images/back-widget-caption.png) repeat-x;
	border:none;
	border-radius:10px;
	padding:5px 20px;
	text-align:left;
}	

#content .widget{
	margin:10px;
}
.fp-next{
	background-position:left 50%;
	height: 72px;
    margin: 150px -43px;
    width: 42px;
}
.fp-prev {
	background-position:right 50%;
	height: 72px;
    margin: 150px -43px;
    width: 42px;
	
}
.widget .caption{
	margin:-20px -20px 0;
    width: 272px;
}
.widget2, .widget, .tabs_widget {
	margin-top:-2px;
}
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content-top {
		height:0;
	}
	#content {
		padding-top:10px;		
	}
	#content .container {
		padding-bottom:0;
		width: 1000px;
	}
	#logo {
		margin-top: 0;
		position: absolute;
		text-align: left;
		top:0;
	}
	
	.menusearch {
		position:absolute;
		width:240px;
		right:20px;
		bottom:-50px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		padding-top:0;
		height:140px;
		position:relative;
		z-index:20;
	}
	
	
	#secondarymenu {
		background: none;
		float: right;
		padding: 0;
		position: absolute;
		right:0;
		top: 30px;		
	}
	#secondarymenu a {
		font-family:'arial';
		text-decoration:none;
		padding:11px 12px;
		display:block;
		color:#fff;
		font-size:12px;
}
	#secondarymenu a:hover{
		text-decoration:underline;
		color:#eeae50;
	}
	
	#mainmenu{
		padding:6px 24px;
	}
	#mainmenu-container {
		background:url(images/back-menu.png) no-repeat;
		height: 56px;
		margin: 0 auto;
		z-index: 18;
		position:relative;
	}
	#mainmenu li a {
		font-family: 'SourceSansProSemibold';
		display:block;
		text-decoration:none;
		padding: 14px 20px;
		color:#fff;
		font-size:16px;
	}
	
	#mainmenu li {
		position:relative;
		background:url(images/back-main.png) no-repeat right;
	}
	#mainmenu li:first-child a{
		border-left:none;
	}
	#mainmenu li a:hover{
		background:#2a4041;
	}


	#header #mainmenu li ul {
		top:50px;
	}
	#header li ul {
		top:30px;
	}
	#header li ul .transparent {
	}
	#header li ul .inner {
		background:none;
		padding:0;
	}
	#header ul.children li, #header .sub-menu li {
		padding:0 !important;
		margin:0 !important;
		height:25px;
		line-height:25px;
	}
	#header ul.children li a, .sub-menu li a {
		color:#fff !important;
		font-family:'RopaSansRegular' !important; 
		padding:0 !important;
		border:none !important;
		height:25px;
		line-height:25px;
		background:none;
	}
	#header ul.children li a:hover, .sub-menu li a:hover {
		color:#eeae50 !important;
		text-decoration:none !important;
		border:none !important;
		box-shadow:none !important;
		background:none !important;
			 

	}
	
	#header #mainmenu li ul .inner {
		background: rgb(50,76,77); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(50,76,77,1) 0%, rgba(34,51,52,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,76,77,1)), color-stop(100%,rgba(34,51,52,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(50,76,77,1) 0%,rgba(34,51,52,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(50,76,77,1) 0%,rgba(34,51,52,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(50,76,77,1) 0%,rgba(34,51,52,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(50,76,77,1) 0%,rgba(34,51,52,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324c4d', endColorstr='#223334',GradientType=0 ); /* IE6-9 */
	}
	#header #mainmenu ul.children li a, #mainmenu .sub-menu li a {
		color:#fff !important;
		font-family:'LiberationSansRegular' !important;
	}
	#header #mainmenu ul.children li a:hover, #mainmenu .sub-menu li a:hover {
		color:#fff !important;
		border:none !important;
		box-shadow:none !important;
		text-decoration:none !important;
		background: rgb(228,157,67) !important; /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(228,157,67,1) 0%, rgba(228,157,67,1) 100%) !important; /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,157,67,1)), color-stop(100%,rgba(228,157,67,1))) !important; /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(228,157,67,1) 0%,rgba(228,157,67,1) 100%) !important; /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(228,157,67,1) 0%,rgba(228,157,67,1) 100%) !important; /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(228,157,67,1) 0%,rgba(228,157,67,1) 100%) !important; /* IE10+ */
		background: linear-gradient(to bottom,  rgba(228,157,67,1) 0%,rgba(228,157,67,1) 100%) !important; /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e49d43', endColorstr='#e49d43',GradientType=0 ) !important; /* IE6-9 */
}

	#header .sub-menu .sub-menu {
		top:0 !important;
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
		height: 452px;
		margin:-20px auto 0;
		padding-bottom: 5px;
		width: 1000px;
		background:url(images/back-slider.png) no-repeat;
		position:relative;
	}
	.fp-next, .fp-prev {
		height: 66px;
		margin: 150px 0;
		width: 29px;
	}
	.fp-title{
		font-size:20px;
	}
	.slider {
		margin: 5px auto 0;
		padding: 0;
		position: absolute;
		width: 1000px;
	}
	.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:420px;
		width:990px;
	}
	.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 {
		bottom: -15px;
		height: 42px;
		left: 0;
		text-align: center;
		width: 990px;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt .container {
	}
}	


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header .sub-menu li{
		float:left !important;
	}
	#header {
		background:none;
	}
	#logo {
		float: left;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	#content-top{
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		float: right;
		position: absolute;
		right: 10px;
		top: 30px;
		width: 240px;
	}
	#secondarymenu-container {
		height:95px;
		padding-top:0px;
		
	}
	#secondarymenu {
		float: right;
		margin-top: -60px;
		margin-right:1px;
		border-radius:10px;
	}
	#secondarymenu li {
		padding:11px;
	}
	#secondarymenu li a{
		font-family:'arial'
		text-decoration:none;
		padding:0;
		display:block;
		color:#fff;
		font-size:12px;
	}

	#mainmenu-container {
		background: rgb(175,134,82); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(175,134,82,1) 0%, rgba(130,47,20,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,134,82,1)), color-stop(100%,rgba(130,47,20,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(175,134,82,1) 0%,rgba(130,47,20,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(175,134,82,1) 0%,rgba(130,47,20,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(175,134,82,1) 0%,rgba(130,47,20,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(175,134,82,1) 0%,rgba(130,47,20,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af8652', endColorstr='#822f14',GradientType=0 ); /* IE6-9 */
		margin: 50px 0;
		padding:0;
		padding-bottom:10px;
	}
	#mainmenu {
		margin:0 10px;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu li a {
		text-decoration:none;
		padding:10px 20px;		
		font-family: 'SourceSansProSemibold';
		display:block;
		color:#fff;
		font-size:16px;
	}	
	#mainmenu li ul {
		top:71px;
		left:0;
	}
	#footer .container{
		padding-top:20px !important;
	}


		
	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {
	}
	#header .container{
		background:none;
	}
	#header {
		margin-bottom:30px;
		background:none;
	}
	#logo {
		margin-top:-6px;
		margin-bottom:-25px;
	}
	.searchbtn {
		width: 64px !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%;
		background:none;
	}
	#footer .footer_txt{
		background:none;
	}
	.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:50%;
	}
}