/*
Theme Name: Clubkillers Blog
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: clubkillersblog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

@font-face {
    font-family: 'dincondensedcregular';
    src: url('../fonts/din-condensed-web/pt_din_condensed_cyrillic-webfont.eot');
    src: url('../fonts/din-condensed-web/pt_din_condensed_cyrillic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-condensed-web/pt_din_condensed_cyrillic-webfont.woff2') format('woff2'),
         url('../fonts/din-condensed-web/pt_din_condensed_cyrillic-webfont.woff') format('woff'),
         url('../fonts/din-condensed-web/pt_din_condensed_cyrillic-webfont.ttf') format('truetype'),
         url('../fonts/din-condensed-web/pt_din_condensed_cyrillic-webfont.svg#dincondensedcregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans300';
    src: url('../fonts/museosans/museosans-300-webfont.eot');
    src: url('../fonts/museosans/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans/museosans-300-webfont.woff2') format('woff2'),
         url('../fonts/museosans/museosans-300-webfont.woff') format('woff'),
         url('../fonts/museosans/museosans-300-webfont.ttf') format('truetype'),
         url('../fonts/museosans/museosans-300-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}
a:focus {
	outline: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.navbar.navbar-default {
    background: #fff;
    border: 0 none;
    margin: 0;
}
.nav.navbar-nav.navbar-right > li > a {
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
}
.head-cover {
	height: 112px;
}
/*-------------------------------------------Full Width Slider*/
/*.page-banner-sectn .carousel-inner .item > a > img {
    width: 100%;
}*/
.page-banner-sectn .carousel-inner {
	/*background-color: #000;*/
    background: #FFF;
}
.page-banner-sectn .carousel-inner .item > a > img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.top-product-sectn .drop-icon-sectn > a {
	display: inline-block;
	margin: 25px 0;
}
.top-product-sectn .drop-icon-sectn > a .drop-icon {
	background-image: url(../img/drop-icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 52px;
	height: 52px;
	display: block;
}
.top-product-element {
	overflow: hidden;
	border-right: 10px solid #f0f0f0;
	border-left: 10px solid #f0f0f0;
	border-top: 10px solid #f0f0f0;
	border-bottom: 6px solid #f0f0f0;
}
.top-product-element > li {
  	float: left;
	width: 20%;
	border-left: 10px solid #f0f0f0;
	padding: 10px;
}
.top-product-element > li:first-child {
	margin-left: -10px;
}
.top-product-element > li > a {
	display: block;
}
.top-product-element > li > a > img {
	width: 100%;
}
.product-element {
    background-color: #000;
    margin-bottom: 25px;
    height: 200px;
    position: relative;
	overflow: hidden
}
.product-element > img {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
.product-element > iframe {
    bottom: 0;
    height: auto;
    margin: auto 0;
    position: absolute;
    top: 0;
}
.product-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	display: none;
}
.product-element:hover .product-content {
	display: block;
}
.product-content > p {
    bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 31px;
    margin: auto;
    position: relative;
    text-transform: uppercase;
    top: 100px;
}
.product-content > p:after {
	content: "";
	position: absolute;
	width: 206px;
	height: 2px;
	background-color: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -14px;
}
.product-sectn .btn-sectn {
  	display: inline-block;
  	width: 100%;
}
.product-sectn .btn-sectn .border-btn {
	border: 1px solid #48d9c6;
	border-radius: 0;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	padding: 14px 62px;
}
.club-register-sectn {
	background-color: #000;
	padding: 5em 0;
	margin-bottom: 20px;
}
.club-register-sectn > h4 {
	font-size: 33px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 32px;
	margin: 0;
}
.club-register-sectn > h3 {
	font-size: 70px;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 0;
}
.club-register-sectn > p {
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
.club-register-sectn > a {
  	border: 1px solid #ffffff;
  	color: #ffffff;
  	display: inline-block;
  	font-size: 12px;
  	letter-spacing: 4px;
  	margin-top: 20px;
  	padding: 15px 40px;
  	text-transform: uppercase;
}
.blogpopup .modal-dialog {
    width: 65%;
}
.blogpopup .modal-header {
    padding: 15px 15px 30px;
}
.blogpopup .modelbody-h {
	overflow: hidden;
}
.blogpopup .modelbody-h {
    border-bottom: 1px solid #000000;
	margin-bottom: 10px;
}
.blogpopup .modelbody-h > h2 {
	font-family: 'dincondensedcregular';
	font-size: 30px;
	float: left;
	color: #000000;
	font-weight: bold;
	margin: 0 0 5px;
}
.blogpopup .modelbody-h .entryFooterLinks {
	float: right;
	margin: 6px 0 0;
}
.blogpopup .blogconten-entry > a > img {
    margin: 0 0 1.71429rem;
    width: 100%;
	height: auto;
}
.blogpopup .blogconten-entry .size-full {
    height: auto;
    width: 100%;
	margin: 0 0 1.71429rem;
}
.blogpopup .blogconten-entry > iframe {
	margin: 0 0 1.71429rem;
    width: 100%;
}
.blogpopup .blogconten-entry {
    font-family: "museo_sans300";
    font-size: 14px;
    line-height: 1.6;
}
.blogpopup .blog-postedby {
	font-family: "museo_sans300";
    font-size: 14px;
    line-height: 1.6;
	font-weight: bold;
	margin: 15px 0;
}
.blogpopup .blog-postedby > span {
	font-weight: normal;
}
.modelbody-h .entryFooterLinks a {
    display: block;
    float: left;
    height: 26px;
    margin-left: 3px;
    padding: 1px 0 0;
    width: 23px;
}
.modelbody-h .entryFooterLinks .facebook {
    background: transparent url("../img/sprite_global.png") no-repeat scroll -26px -56px;
}
.modelbody-h .entryFooterLinks .twitter {
    background: transparent url("../img/sprite_global.png") no-repeat scroll -27px -80px;
}
/*----------------------------------------------------------------------Footer-Css*/
.content_master_footer{ }
.footer{ margin: 0 auto; padding: 50px 0;}
.footer-inner {overflow: hidden;}
.footer a:hover{ color: #C8002F !important;}
.content_master_left1 {  background:  #E4E4E4; border-top: 3px solid #000000; overflow: hidden;}
.siteDocs { width: 1000px; margin: 0 auto; background:  #E4E4E4;}
.inner-footerleft{ width: 75%; float: left;}
.inner-footerright{ width: calc(25% - 30px); margin-left: 30px; float: left;}
.inner-footerleft .footer-findhelp{ width: 30%; float: left;}
.inner-footerleft .footer-stayconnected{  width: 30%; float: left;}
.inner-footerleft .footer-subscribe{  width: 36%; float: left;}
.footer-findhelp ul.footer-links-findhelp{ margin:0; padding: 0;}
.footer-findhelp ul.footer-links-findhelp li{ padding:0; margin: 5px 0; list-style: none;}
.footer-findhelp ul.footer-links-findhelp li a{ text-decoration: none; color: #000000;}
.footer-stayconnected ul.footer-links-stayconnected{margin:0; padding: 0;}
.footer-stayconnected ul.footer-links-stayconnected li{ padding:0; margin: 5px 0;  list-style: none;}
.footer-stayconnected ul.footer-links-stayconnected li a{  text-decoration: none; color: #000000;}
.Newslettesubscriber{ margin: 50px 0 0 0;}
input.newsletter{ background: url("../styleImages/newsletter.png") no-repeat; border: medium none;  height: 41px;  padding: 0 20px 0 8px;  width: 157px;}
.newsletter-button{ /* background: url("../styleImages/subscribe-go.png") no-repeat scroll -4px -2px #FFFFFF;*/  background: url("../img/mycart.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;  color: #FFFFFF; border: none; position: relative; left: -26px; height: 31px;}

.inner-footerleft h1{ font-size: 14px; margin: 0 0 25px 0; font-weight: bold; color: #000;}
.inner-footerleft .beafan{ background: url(../img/beafan.png) no-repeat scroll 0 0; display: inline-block; height: 26px; padding: 7px 0 0 35px;}
.inner-footerleft .followus{ background: url(../img/followus.png) no-repeat scroll 0 4px;  display: inline-block; height: 26px; padding: 7px 0 0 35px;}
.inner-footerleft .youtube{ background: url(../img/youtube.png) no-repeat scroll 0 0;  display: inline-block; height: 26px; padding: 7px 0 0 35px;}
.footer-bordertop{ border-top: 2px solid #000000;  margin-bottom: 10px; width: 148px;}
.collapse.navbar-collapse {
    position: relative;
}
.user-setting {
    position: absolute;
    right: 30px;
    top: 10px;
}
.user-setting > a {
    color: #222222;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 15px;
    text-decoration: none;
}
.user-setting > a .setting-icon {
  background-image: url("../../img/android_icons.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  float: right;
  height: 20px;
  margin: 0 0 0 10px;
  width: 18px;
}
.setting-element {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 3px #000000;
  display: none;
  position: absolute;
  right: -13px;
  width: 175px;
  z-index: 999;
}
.user-setting:hover .setting-element {
  display: block;
}
.setting-element > span {
  border-bottom: 15px solid #cccccc;
  border-left: 12px solid rgba(0, 0, 0, 0);
  border-right: 12px solid rgba(0, 0, 0, 0);
  position: absolute;
  right: 8px;
  top: -15px;
}
.setting-element > ul {
  overflow: hidden;
  padding: 10px;
}
.setting-element li {
  float: none;
  list-style-type: none;
  padding: 10px 5px;
}
.bottom-border {
    border-bottom: 1px solid #dddddd;
}
.setting-element a {
  color: #222222;
  font-size: 14px;
  text-decoration: none;
}
.nav.navbar-nav.navbar-right {
  margin: 30px 0 0;
}
/*---------------------------------------------------------------Responsive-css*/
@media only screen and (max-width: 1200px) {
	.blogpopup .modal-dialog {
		width: 85%;
	}
	.product-content > p {
		font-size: 14px;
		line-height: 20px;
		top: 68px;
	}
}
@media only screen and (max-width: 980px) {
	.blogpopup .modal-dialog {
		width: 100%;
	}
	.product-element {
		height: 300px;
	}
	.product-element > img {
		height: 300px;
	}
	.product-content > p {
		top: 130px;
	}
}
@media only screen and (max-width: 800px) {
	.blogpopup .modelbody-h > h2 {
		font-size: 26px;
	}
}
@media only screen and (max-width: 640px) {
	.navbar-toggle {
		margin-right: 20px;
		margin-top: 34px;
	}
	.club-register-sectn > h4 {
		font-size: 24px;
		letter-spacing: 20px;
	}
	.club-register-sectn > h3 {
		font-size: 50px;
	}
	.club-register-sectn > p {
		font-size: 18px;
	}
	.inner-footerleft {
		width: 100%;
	}
	.inner-footerright {
		display: inline-block;
		float: none;
		text-align: center;
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.inner-footerleft .footer-findhelp,
	.inner-footerleft .footer-stayconnected {
		float: none;
		margin-bottom: 30px;
		width: 100%;
	}
	.inner-footerleft .footer-subscribe {
		float: none;
		width: 100%;
	}
	.club-register-sectn > h4 {
		font-size: 20px;
		letter-spacing: 10px;
	}
	.club-register-sectn > h3 {
		font-size: 30px;
	}
	.club-register-sectn > p {
		font-size: 14px;
	}
	.product-element > img {
		height: 230px;
	}
	.top-product-element > li {
		border-left: 0 none;
		border-top: 10px solid #f0f0f0;
		float: none;
		width: 100%;
	}
	.top-product-element > li:first-child {
		margin-left: 0;
		border-top: 0 none;
	}
}
@media only screen and (max-width: 360px) {
	.product-element {
		height: 200px;
	}
	.product-element > img {
		height: 100%;
	}
	.product-content > p {
		top: 75px;
	}
	.blogpopup .modelbody-h > h2 {
		font-size: 20px;
	}
}